Documentation
¶
Index ¶
- type GestureServer
- func (s *GestureServer) AddStroke(_ context.Context, req *pb.AddStrokeRequest) (*pb.AddStrokeResponse, error)
- func (s *GestureServer) Clone(_ context.Context, req *pb.CloneRequest) (*pb.CloneResponse, error)
- func (s *GestureServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *GestureServer) GetBoundingBox(_ context.Context, req *pb.GetBoundingBoxRequest) (*pb.GetBoundingBoxResponse, error)
- func (s *GestureServer) GetID(_ context.Context, req *pb.GetIDRequest) (*pb.GetIDResponse, error)
- func (s *GestureServer) GetLength(_ context.Context, req *pb.GetLengthRequest) (*pb.GetLengthResponse, error)
- func (s *GestureServer) GetStrokes(_ context.Context, req *pb.GetStrokesRequest) (*pb.GetStrokesResponse, error)
- func (s *GestureServer) GetStrokesCount(_ context.Context, req *pb.GetStrokesCountRequest) (*pb.GetStrokesCountResponse, error)
- func (s *GestureServer) NewGesture(_ context.Context, req *pb.NewGestureRequest) (*pb.NewGestureResponse, error)
- func (s *GestureServer) ToBitmap4(_ context.Context, req *pb.ToBitmap4Request) (*pb.ToBitmap4Response, error)
- func (s *GestureServer) ToBitmap5_1(_ context.Context, req *pb.ToBitmap5_1Request) (*pb.ToBitmap5_1Response, error)
- func (s *GestureServer) ToPath0(_ context.Context, req *pb.ToPath0Request) (*pb.ToPath0Response, error)
- func (s *GestureServer) ToPath1_1(_ context.Context, req *pb.ToPath1_1Request) (*pb.ToPath1_1Response, error)
- func (s *GestureServer) ToPath4_3(_ context.Context, req *pb.ToPath4_3Request) (*pb.ToPath4_3Response, error)
- func (s *GestureServer) ToPath5_2(_ context.Context, req *pb.ToPath5_2Request) (*pb.ToPath5_2Response, error)
- func (s *GestureServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type OverlayViewServer
- func (s *OverlayViewServer) AddOnGestureListener(_ context.Context, req *pb.AddOnGestureListenerRequest) (*pb.AddOnGestureListenerResponse, error)
- func (s *OverlayViewServer) AddOnGesturePerformedListener(_ context.Context, req *pb.AddOnGesturePerformedListenerRequest) (*pb.AddOnGesturePerformedListenerResponse, error)
- func (s *OverlayViewServer) AddOnGesturingListener(_ context.Context, req *pb.AddOnGesturingListenerRequest) (*pb.AddOnGesturingListenerResponse, error)
- func (s *OverlayViewServer) CancelClearAnimation(_ context.Context, req *pb.CancelClearAnimationRequest) (*pb.CancelClearAnimationResponse, error)
- func (s *OverlayViewServer) CancelGesture(_ context.Context, req *pb.CancelGestureRequest) (*pb.CancelGestureResponse, error)
- func (s *OverlayViewServer) Clear(_ context.Context, req *pb.ClearRequest) (*pb.ClearResponse, error)
- func (s *OverlayViewServer) DispatchTouchEvent(_ context.Context, req *pb.DispatchTouchEventRequest) (*pb.DispatchTouchEventResponse, error)
- func (s *OverlayViewServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error)
- func (s *OverlayViewServer) GetCurrentStroke(_ context.Context, req *pb.GetCurrentStrokeRequest) (*pb.GetCurrentStrokeResponse, error)
- func (s *OverlayViewServer) GetFadeOffset(_ context.Context, req *pb.GetFadeOffsetRequest) (*pb.GetFadeOffsetResponse, error)
- func (s *OverlayViewServer) GetGesture(_ context.Context, req *pb.GetGestureRequest) (*pb.GetGestureResponse, error)
- func (s *OverlayViewServer) GetGestureColor(_ context.Context, req *pb.GetGestureColorRequest) (*pb.GetGestureColorResponse, error)
- func (s *OverlayViewServer) GetGesturePath0(_ context.Context, req *pb.GetGesturePath0Request) (*pb.GetGesturePath0Response, error)
- func (s *OverlayViewServer) GetGesturePath1_1(_ context.Context, req *pb.GetGesturePath1_1Request) (*pb.GetGesturePath1_1Response, error)
- func (s *OverlayViewServer) GetGestureStrokeAngleThreshold(_ context.Context, req *pb.GetGestureStrokeAngleThresholdRequest) (*pb.GetGestureStrokeAngleThresholdResponse, error)
- func (s *OverlayViewServer) GetGestureStrokeLengthThreshold(_ context.Context, req *pb.GetGestureStrokeLengthThresholdRequest) (*pb.GetGestureStrokeLengthThresholdResponse, error)
- func (s *OverlayViewServer) GetGestureStrokeSquarenessTreshold(_ context.Context, req *pb.GetGestureStrokeSquarenessTresholdRequest) (*pb.GetGestureStrokeSquarenessTresholdResponse, error)
- func (s *OverlayViewServer) GetGestureStrokeType(_ context.Context, req *pb.GetGestureStrokeTypeRequest) (*pb.GetGestureStrokeTypeResponse, error)
- func (s *OverlayViewServer) GetGestureStrokeWidth(_ context.Context, req *pb.GetGestureStrokeWidthRequest) (*pb.GetGestureStrokeWidthResponse, error)
- func (s *OverlayViewServer) GetOrientation(_ context.Context, req *pb.GetOrientationRequest) (*pb.GetOrientationResponse, error)
- func (s *OverlayViewServer) GetUncertainGestureColor(_ context.Context, req *pb.GetUncertainGestureColorRequest) (*pb.GetUncertainGestureColorResponse, error)
- func (s *OverlayViewServer) IsEventsInterceptionEnabled(_ context.Context, req *pb.IsEventsInterceptionEnabledRequest) (*pb.IsEventsInterceptionEnabledResponse, error)
- func (s *OverlayViewServer) IsFadeEnabled(_ context.Context, req *pb.IsFadeEnabledRequest) (*pb.IsFadeEnabledResponse, error)
- func (s *OverlayViewServer) IsGestureVisible(_ context.Context, req *pb.IsGestureVisibleRequest) (*pb.IsGestureVisibleResponse, error)
- func (s *OverlayViewServer) IsGesturing(_ context.Context, req *pb.IsGesturingRequest) (*pb.IsGesturingResponse, error)
- func (s *OverlayViewServer) NewOverlayView(_ context.Context, req *pb.NewOverlayViewRequest) (*pb.NewOverlayViewResponse, error)
- func (s *OverlayViewServer) RemoveAllOnGestureListeners(_ context.Context, req *pb.RemoveAllOnGestureListenersRequest) (*pb.RemoveAllOnGestureListenersResponse, error)
- func (s *OverlayViewServer) RemoveAllOnGesturePerformedListeners(_ context.Context, req *pb.RemoveAllOnGesturePerformedListenersRequest) (*pb.RemoveAllOnGesturePerformedListenersResponse, error)
- func (s *OverlayViewServer) RemoveAllOnGesturingListeners(_ context.Context, req *pb.RemoveAllOnGesturingListenersRequest) (*pb.RemoveAllOnGesturingListenersResponse, error)
- func (s *OverlayViewServer) RemoveOnGestureListener(_ context.Context, req *pb.RemoveOnGestureListenerRequest) (*pb.RemoveOnGestureListenerResponse, error)
- func (s *OverlayViewServer) RemoveOnGesturePerformedListener(_ context.Context, req *pb.RemoveOnGesturePerformedListenerRequest) (*pb.RemoveOnGesturePerformedListenerResponse, error)
- func (s *OverlayViewServer) RemoveOnGesturingListener(_ context.Context, req *pb.RemoveOnGesturingListenerRequest) (*pb.RemoveOnGesturingListenerResponse, error)
- func (s *OverlayViewServer) SetEventsInterceptionEnabled(_ context.Context, req *pb.SetEventsInterceptionEnabledRequest) (*pb.SetEventsInterceptionEnabledResponse, error)
- func (s *OverlayViewServer) SetFadeEnabled(_ context.Context, req *pb.SetFadeEnabledRequest) (*pb.SetFadeEnabledResponse, error)
- func (s *OverlayViewServer) SetFadeOffset(_ context.Context, req *pb.SetFadeOffsetRequest) (*pb.SetFadeOffsetResponse, error)
- func (s *OverlayViewServer) SetGesture(_ context.Context, req *pb.SetGestureRequest) (*pb.SetGestureResponse, error)
- func (s *OverlayViewServer) SetGestureColor(_ context.Context, req *pb.SetGestureColorRequest) (*pb.SetGestureColorResponse, error)
- func (s *OverlayViewServer) SetGestureStrokeAngleThreshold(_ context.Context, req *pb.SetGestureStrokeAngleThresholdRequest) (*pb.SetGestureStrokeAngleThresholdResponse, error)
- func (s *OverlayViewServer) SetGestureStrokeLengthThreshold(_ context.Context, req *pb.SetGestureStrokeLengthThresholdRequest) (*pb.SetGestureStrokeLengthThresholdResponse, error)
- func (s *OverlayViewServer) SetGestureStrokeSquarenessTreshold(_ context.Context, req *pb.SetGestureStrokeSquarenessTresholdRequest) (*pb.SetGestureStrokeSquarenessTresholdResponse, error)
- func (s *OverlayViewServer) SetGestureStrokeType(_ context.Context, req *pb.SetGestureStrokeTypeRequest) (*pb.SetGestureStrokeTypeResponse, error)
- func (s *OverlayViewServer) SetGestureStrokeWidth(_ context.Context, req *pb.SetGestureStrokeWidthRequest) (*pb.SetGestureStrokeWidthResponse, error)
- func (s *OverlayViewServer) SetGestureVisible(_ context.Context, req *pb.SetGestureVisibleRequest) (*pb.SetGestureVisibleResponse, error)
- func (s *OverlayViewServer) SetOrientation(_ context.Context, req *pb.SetOrientationRequest) (*pb.SetOrientationResponse, error)
- func (s *OverlayViewServer) SetUncertainGestureColor(_ context.Context, req *pb.SetUncertainGestureColorRequest) (*pb.SetUncertainGestureColorResponse, error)
- type PointServer
- type StoreServer
- func (s *StoreServer) AddGesture(_ context.Context, req *pb.StoreAddGestureRequest) (*pb.AddGestureResponse, error)
- func (s *StoreServer) GetGestureEntries(_ context.Context, req *pb.StoreGetGestureEntriesRequest) (*pb.GetGestureEntriesResponse, error)
- func (s *StoreServer) GetGestures(_ context.Context, req *pb.StoreGetGesturesRequest) (*pb.GetGesturesResponse, error)
- func (s *StoreServer) GetOrientationStyle(_ context.Context, req *pb.StoreGetOrientationStyleRequest) (*pb.GetOrientationStyleResponse, error)
- func (s *StoreServer) GetSequenceType(_ context.Context, req *pb.StoreGetSequenceTypeRequest) (*pb.GetSequenceTypeResponse, error)
- func (s *StoreServer) HasChanged(_ context.Context, req *pb.HasChangedRequest) (*pb.HasChangedResponse, error)
- func (s *StoreServer) Load1(_ context.Context, req *pb.Load1Request) (*pb.Load1Response, error)
- func (s *StoreServer) Load2_1(_ context.Context, req *pb.Load2_1Request) (*pb.Load2_1Response, error)
- func (s *StoreServer) NewStore(_ context.Context, req *pb.NewStoreRequest) (*pb.NewStoreResponse, error)
- func (s *StoreServer) Recognize(_ context.Context, req *pb.StoreRecognizeRequest) (*pb.RecognizeResponse, error)
- func (s *StoreServer) RemoveEntry(_ context.Context, req *pb.StoreRemoveEntryRequest) (*pb.RemoveEntryResponse, error)
- func (s *StoreServer) RemoveGesture(_ context.Context, req *pb.StoreRemoveGestureRequest) (*pb.RemoveGestureResponse, error)
- func (s *StoreServer) Save1(_ context.Context, req *pb.Save1Request) (*pb.Save1Response, error)
- func (s *StoreServer) Save2_1(_ context.Context, req *pb.Save2_1Request) (*pb.Save2_1Response, error)
- func (s *StoreServer) SetOrientationStyle(_ context.Context, req *pb.StoreSetOrientationStyleRequest) (*pb.SetOrientationStyleResponse, error)
- func (s *StoreServer) SetSequenceType(_ context.Context, req *pb.StoreSetSequenceTypeRequest) (*pb.SetSequenceTypeResponse, error)
- type StrokeServer
- func (s *StrokeServer) ClearPath(_ context.Context, req *pb.ClearPathRequest) (*pb.ClearPathResponse, error)
- func (s *StrokeServer) Clone(_ context.Context, req *pb.CloneRequest) (*pb.CloneResponse, error)
- func (s *StrokeServer) ComputeOrientedBoundingBox(_ context.Context, req *pb.StrokeComputeOrientedBoundingBoxRequest) (*pb.ComputeOrientedBoundingBoxResponse, error)
- func (s *StrokeServer) GetPath(_ context.Context, req *pb.GetPathRequest) (*pb.GetPathResponse, error)
- func (s *StrokeServer) NewStroke(_ context.Context, req *pb.NewStrokeRequest) (*pb.NewStrokeResponse, error)
- func (s *StrokeServer) ToPath(_ context.Context, req *pb.ToPathRequest) (*pb.ToPathResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GestureServer ¶
type GestureServer struct {
pb.UnimplementedGestureServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
GestureServer implements pb.GestureServiceServer.
func (*GestureServer) AddStroke ¶
func (s *GestureServer) AddStroke(_ context.Context, req *pb.AddStrokeRequest) (*pb.AddStrokeResponse, error)
func (*GestureServer) Clone ¶
func (s *GestureServer) Clone(_ context.Context, req *pb.CloneRequest) (*pb.CloneResponse, error)
func (*GestureServer) DescribeContents ¶
func (s *GestureServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*GestureServer) GetBoundingBox ¶
func (s *GestureServer) GetBoundingBox(_ context.Context, req *pb.GetBoundingBoxRequest) (*pb.GetBoundingBoxResponse, error)
func (*GestureServer) GetID ¶
func (s *GestureServer) GetID(_ context.Context, req *pb.GetIDRequest) (*pb.GetIDResponse, error)
func (*GestureServer) GetLength ¶
func (s *GestureServer) GetLength(_ context.Context, req *pb.GetLengthRequest) (*pb.GetLengthResponse, error)
func (*GestureServer) GetStrokes ¶
func (s *GestureServer) GetStrokes(_ context.Context, req *pb.GetStrokesRequest) (*pb.GetStrokesResponse, error)
func (*GestureServer) GetStrokesCount ¶
func (s *GestureServer) GetStrokesCount(_ context.Context, req *pb.GetStrokesCountRequest) (*pb.GetStrokesCountResponse, error)
func (*GestureServer) NewGesture ¶
func (s *GestureServer) NewGesture(_ context.Context, req *pb.NewGestureRequest) (*pb.NewGestureResponse, error)
func (*GestureServer) ToBitmap4 ¶
func (s *GestureServer) ToBitmap4(_ context.Context, req *pb.ToBitmap4Request) (*pb.ToBitmap4Response, error)
func (*GestureServer) ToBitmap5_1 ¶
func (s *GestureServer) ToBitmap5_1(_ context.Context, req *pb.ToBitmap5_1Request) (*pb.ToBitmap5_1Response, error)
func (*GestureServer) ToPath0 ¶
func (s *GestureServer) ToPath0(_ context.Context, req *pb.ToPath0Request) (*pb.ToPath0Response, error)
func (*GestureServer) ToPath1_1 ¶
func (s *GestureServer) ToPath1_1(_ context.Context, req *pb.ToPath1_1Request) (*pb.ToPath1_1Response, error)
func (*GestureServer) ToPath4_3 ¶
func (s *GestureServer) ToPath4_3(_ context.Context, req *pb.ToPath4_3Request) (*pb.ToPath4_3Response, error)
func (*GestureServer) ToPath5_2 ¶
func (s *GestureServer) ToPath5_2(_ context.Context, req *pb.ToPath5_2Request) (*pb.ToPath5_2Response, error)
func (*GestureServer) WriteToParcel ¶
func (s *GestureServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type OverlayViewServer ¶
type OverlayViewServer struct {
pb.UnimplementedOverlayViewServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
OverlayViewServer implements pb.OverlayViewServiceServer.
func (*OverlayViewServer) AddOnGestureListener ¶
func (s *OverlayViewServer) AddOnGestureListener(_ context.Context, req *pb.AddOnGestureListenerRequest) (*pb.AddOnGestureListenerResponse, error)
func (*OverlayViewServer) AddOnGesturePerformedListener ¶
func (s *OverlayViewServer) AddOnGesturePerformedListener(_ context.Context, req *pb.AddOnGesturePerformedListenerRequest) (*pb.AddOnGesturePerformedListenerResponse, error)
func (*OverlayViewServer) AddOnGesturingListener ¶
func (s *OverlayViewServer) AddOnGesturingListener(_ context.Context, req *pb.AddOnGesturingListenerRequest) (*pb.AddOnGesturingListenerResponse, error)
func (*OverlayViewServer) CancelClearAnimation ¶
func (s *OverlayViewServer) CancelClearAnimation(_ context.Context, req *pb.CancelClearAnimationRequest) (*pb.CancelClearAnimationResponse, error)
func (*OverlayViewServer) CancelGesture ¶
func (s *OverlayViewServer) CancelGesture(_ context.Context, req *pb.CancelGestureRequest) (*pb.CancelGestureResponse, error)
func (*OverlayViewServer) Clear ¶
func (s *OverlayViewServer) Clear(_ context.Context, req *pb.ClearRequest) (*pb.ClearResponse, error)
func (*OverlayViewServer) DispatchTouchEvent ¶
func (s *OverlayViewServer) DispatchTouchEvent(_ context.Context, req *pb.DispatchTouchEventRequest) (*pb.DispatchTouchEventResponse, error)
func (*OverlayViewServer) Draw ¶
func (s *OverlayViewServer) Draw(_ context.Context, req *pb.DrawRequest) (*pb.DrawResponse, error)
func (*OverlayViewServer) GetCurrentStroke ¶
func (s *OverlayViewServer) GetCurrentStroke(_ context.Context, req *pb.GetCurrentStrokeRequest) (*pb.GetCurrentStrokeResponse, error)
func (*OverlayViewServer) GetFadeOffset ¶
func (s *OverlayViewServer) GetFadeOffset(_ context.Context, req *pb.GetFadeOffsetRequest) (*pb.GetFadeOffsetResponse, error)
func (*OverlayViewServer) GetGesture ¶
func (s *OverlayViewServer) GetGesture(_ context.Context, req *pb.GetGestureRequest) (*pb.GetGestureResponse, error)
func (*OverlayViewServer) GetGestureColor ¶
func (s *OverlayViewServer) GetGestureColor(_ context.Context, req *pb.GetGestureColorRequest) (*pb.GetGestureColorResponse, error)
func (*OverlayViewServer) GetGesturePath0 ¶
func (s *OverlayViewServer) GetGesturePath0(_ context.Context, req *pb.GetGesturePath0Request) (*pb.GetGesturePath0Response, error)
func (*OverlayViewServer) GetGesturePath1_1 ¶
func (s *OverlayViewServer) GetGesturePath1_1(_ context.Context, req *pb.GetGesturePath1_1Request) (*pb.GetGesturePath1_1Response, error)
func (*OverlayViewServer) GetGestureStrokeAngleThreshold ¶
func (s *OverlayViewServer) GetGestureStrokeAngleThreshold(_ context.Context, req *pb.GetGestureStrokeAngleThresholdRequest) (*pb.GetGestureStrokeAngleThresholdResponse, error)
func (*OverlayViewServer) GetGestureStrokeLengthThreshold ¶
func (s *OverlayViewServer) GetGestureStrokeLengthThreshold(_ context.Context, req *pb.GetGestureStrokeLengthThresholdRequest) (*pb.GetGestureStrokeLengthThresholdResponse, error)
func (*OverlayViewServer) GetGestureStrokeSquarenessTreshold ¶
func (s *OverlayViewServer) GetGestureStrokeSquarenessTreshold(_ context.Context, req *pb.GetGestureStrokeSquarenessTresholdRequest) (*pb.GetGestureStrokeSquarenessTresholdResponse, error)
func (*OverlayViewServer) GetGestureStrokeType ¶
func (s *OverlayViewServer) GetGestureStrokeType(_ context.Context, req *pb.GetGestureStrokeTypeRequest) (*pb.GetGestureStrokeTypeResponse, error)
func (*OverlayViewServer) GetGestureStrokeWidth ¶
func (s *OverlayViewServer) GetGestureStrokeWidth(_ context.Context, req *pb.GetGestureStrokeWidthRequest) (*pb.GetGestureStrokeWidthResponse, error)
func (*OverlayViewServer) GetOrientation ¶
func (s *OverlayViewServer) GetOrientation(_ context.Context, req *pb.GetOrientationRequest) (*pb.GetOrientationResponse, error)
func (*OverlayViewServer) GetUncertainGestureColor ¶
func (s *OverlayViewServer) GetUncertainGestureColor(_ context.Context, req *pb.GetUncertainGestureColorRequest) (*pb.GetUncertainGestureColorResponse, error)
func (*OverlayViewServer) IsEventsInterceptionEnabled ¶
func (s *OverlayViewServer) IsEventsInterceptionEnabled(_ context.Context, req *pb.IsEventsInterceptionEnabledRequest) (*pb.IsEventsInterceptionEnabledResponse, error)
func (*OverlayViewServer) IsFadeEnabled ¶
func (s *OverlayViewServer) IsFadeEnabled(_ context.Context, req *pb.IsFadeEnabledRequest) (*pb.IsFadeEnabledResponse, error)
func (*OverlayViewServer) IsGestureVisible ¶
func (s *OverlayViewServer) IsGestureVisible(_ context.Context, req *pb.IsGestureVisibleRequest) (*pb.IsGestureVisibleResponse, error)
func (*OverlayViewServer) IsGesturing ¶
func (s *OverlayViewServer) IsGesturing(_ context.Context, req *pb.IsGesturingRequest) (*pb.IsGesturingResponse, error)
func (*OverlayViewServer) NewOverlayView ¶
func (s *OverlayViewServer) NewOverlayView(_ context.Context, req *pb.NewOverlayViewRequest) (*pb.NewOverlayViewResponse, error)
func (*OverlayViewServer) RemoveAllOnGestureListeners ¶
func (s *OverlayViewServer) RemoveAllOnGestureListeners(_ context.Context, req *pb.RemoveAllOnGestureListenersRequest) (*pb.RemoveAllOnGestureListenersResponse, error)
func (*OverlayViewServer) RemoveAllOnGesturePerformedListeners ¶
func (s *OverlayViewServer) RemoveAllOnGesturePerformedListeners(_ context.Context, req *pb.RemoveAllOnGesturePerformedListenersRequest) (*pb.RemoveAllOnGesturePerformedListenersResponse, error)
func (*OverlayViewServer) RemoveAllOnGesturingListeners ¶
func (s *OverlayViewServer) RemoveAllOnGesturingListeners(_ context.Context, req *pb.RemoveAllOnGesturingListenersRequest) (*pb.RemoveAllOnGesturingListenersResponse, error)
func (*OverlayViewServer) RemoveOnGestureListener ¶
func (s *OverlayViewServer) RemoveOnGestureListener(_ context.Context, req *pb.RemoveOnGestureListenerRequest) (*pb.RemoveOnGestureListenerResponse, error)
func (*OverlayViewServer) RemoveOnGesturePerformedListener ¶
func (s *OverlayViewServer) RemoveOnGesturePerformedListener(_ context.Context, req *pb.RemoveOnGesturePerformedListenerRequest) (*pb.RemoveOnGesturePerformedListenerResponse, error)
func (*OverlayViewServer) RemoveOnGesturingListener ¶
func (s *OverlayViewServer) RemoveOnGesturingListener(_ context.Context, req *pb.RemoveOnGesturingListenerRequest) (*pb.RemoveOnGesturingListenerResponse, error)
func (*OverlayViewServer) SetEventsInterceptionEnabled ¶
func (s *OverlayViewServer) SetEventsInterceptionEnabled(_ context.Context, req *pb.SetEventsInterceptionEnabledRequest) (*pb.SetEventsInterceptionEnabledResponse, error)
func (*OverlayViewServer) SetFadeEnabled ¶
func (s *OverlayViewServer) SetFadeEnabled(_ context.Context, req *pb.SetFadeEnabledRequest) (*pb.SetFadeEnabledResponse, error)
func (*OverlayViewServer) SetFadeOffset ¶
func (s *OverlayViewServer) SetFadeOffset(_ context.Context, req *pb.SetFadeOffsetRequest) (*pb.SetFadeOffsetResponse, error)
func (*OverlayViewServer) SetGesture ¶
func (s *OverlayViewServer) SetGesture(_ context.Context, req *pb.SetGestureRequest) (*pb.SetGestureResponse, error)
func (*OverlayViewServer) SetGestureColor ¶
func (s *OverlayViewServer) SetGestureColor(_ context.Context, req *pb.SetGestureColorRequest) (*pb.SetGestureColorResponse, error)
func (*OverlayViewServer) SetGestureStrokeAngleThreshold ¶
func (s *OverlayViewServer) SetGestureStrokeAngleThreshold(_ context.Context, req *pb.SetGestureStrokeAngleThresholdRequest) (*pb.SetGestureStrokeAngleThresholdResponse, error)
func (*OverlayViewServer) SetGestureStrokeLengthThreshold ¶
func (s *OverlayViewServer) SetGestureStrokeLengthThreshold(_ context.Context, req *pb.SetGestureStrokeLengthThresholdRequest) (*pb.SetGestureStrokeLengthThresholdResponse, error)
func (*OverlayViewServer) SetGestureStrokeSquarenessTreshold ¶
func (s *OverlayViewServer) SetGestureStrokeSquarenessTreshold(_ context.Context, req *pb.SetGestureStrokeSquarenessTresholdRequest) (*pb.SetGestureStrokeSquarenessTresholdResponse, error)
func (*OverlayViewServer) SetGestureStrokeType ¶
func (s *OverlayViewServer) SetGestureStrokeType(_ context.Context, req *pb.SetGestureStrokeTypeRequest) (*pb.SetGestureStrokeTypeResponse, error)
func (*OverlayViewServer) SetGestureStrokeWidth ¶
func (s *OverlayViewServer) SetGestureStrokeWidth(_ context.Context, req *pb.SetGestureStrokeWidthRequest) (*pb.SetGestureStrokeWidthResponse, error)
func (*OverlayViewServer) SetGestureVisible ¶
func (s *OverlayViewServer) SetGestureVisible(_ context.Context, req *pb.SetGestureVisibleRequest) (*pb.SetGestureVisibleResponse, error)
func (*OverlayViewServer) SetOrientation ¶
func (s *OverlayViewServer) SetOrientation(_ context.Context, req *pb.SetOrientationRequest) (*pb.SetOrientationResponse, error)
func (*OverlayViewServer) SetUncertainGestureColor ¶
func (s *OverlayViewServer) SetUncertainGestureColor(_ context.Context, req *pb.SetUncertainGestureColorRequest) (*pb.SetUncertainGestureColorResponse, error)
type PointServer ¶
type PointServer struct {
pb.UnimplementedPointServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
PointServer implements pb.PointServiceServer.
func (*PointServer) Clone ¶
func (s *PointServer) Clone(_ context.Context, req *pb.CloneRequest) (*pb.CloneResponse, error)
func (*PointServer) NewPoint ¶
func (s *PointServer) NewPoint(_ context.Context, req *pb.NewPointRequest) (*pb.NewPointResponse, error)
type StoreServer ¶
type StoreServer struct {
pb.UnimplementedStoreServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
StoreServer implements pb.StoreServiceServer.
func (*StoreServer) AddGesture ¶
func (s *StoreServer) AddGesture(_ context.Context, req *pb.StoreAddGestureRequest) (*pb.AddGestureResponse, error)
func (*StoreServer) GetGestureEntries ¶
func (s *StoreServer) GetGestureEntries(_ context.Context, req *pb.StoreGetGestureEntriesRequest) (*pb.GetGestureEntriesResponse, error)
func (*StoreServer) GetGestures ¶
func (s *StoreServer) GetGestures(_ context.Context, req *pb.StoreGetGesturesRequest) (*pb.GetGesturesResponse, error)
func (*StoreServer) GetOrientationStyle ¶
func (s *StoreServer) GetOrientationStyle(_ context.Context, req *pb.StoreGetOrientationStyleRequest) (*pb.GetOrientationStyleResponse, error)
func (*StoreServer) GetSequenceType ¶
func (s *StoreServer) GetSequenceType(_ context.Context, req *pb.StoreGetSequenceTypeRequest) (*pb.GetSequenceTypeResponse, error)
func (*StoreServer) HasChanged ¶
func (s *StoreServer) HasChanged(_ context.Context, req *pb.HasChangedRequest) (*pb.HasChangedResponse, error)
func (*StoreServer) Load1 ¶
func (s *StoreServer) Load1(_ context.Context, req *pb.Load1Request) (*pb.Load1Response, error)
func (*StoreServer) Load2_1 ¶
func (s *StoreServer) Load2_1(_ context.Context, req *pb.Load2_1Request) (*pb.Load2_1Response, error)
func (*StoreServer) NewStore ¶
func (s *StoreServer) NewStore(_ context.Context, req *pb.NewStoreRequest) (*pb.NewStoreResponse, error)
func (*StoreServer) Recognize ¶
func (s *StoreServer) Recognize(_ context.Context, req *pb.StoreRecognizeRequest) (*pb.RecognizeResponse, error)
func (*StoreServer) RemoveEntry ¶
func (s *StoreServer) RemoveEntry(_ context.Context, req *pb.StoreRemoveEntryRequest) (*pb.RemoveEntryResponse, error)
func (*StoreServer) RemoveGesture ¶
func (s *StoreServer) RemoveGesture(_ context.Context, req *pb.StoreRemoveGestureRequest) (*pb.RemoveGestureResponse, error)
func (*StoreServer) Save1 ¶
func (s *StoreServer) Save1(_ context.Context, req *pb.Save1Request) (*pb.Save1Response, error)
func (*StoreServer) Save2_1 ¶
func (s *StoreServer) Save2_1(_ context.Context, req *pb.Save2_1Request) (*pb.Save2_1Response, error)
func (*StoreServer) SetOrientationStyle ¶
func (s *StoreServer) SetOrientationStyle(_ context.Context, req *pb.StoreSetOrientationStyleRequest) (*pb.SetOrientationStyleResponse, error)
func (*StoreServer) SetSequenceType ¶
func (s *StoreServer) SetSequenceType(_ context.Context, req *pb.StoreSetSequenceTypeRequest) (*pb.SetSequenceTypeResponse, error)
type StrokeServer ¶
type StrokeServer struct {
pb.UnimplementedStrokeServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
StrokeServer implements pb.StrokeServiceServer.
func (*StrokeServer) ClearPath ¶
func (s *StrokeServer) ClearPath(_ context.Context, req *pb.ClearPathRequest) (*pb.ClearPathResponse, error)
func (*StrokeServer) Clone ¶
func (s *StrokeServer) Clone(_ context.Context, req *pb.CloneRequest) (*pb.CloneResponse, error)
func (*StrokeServer) ComputeOrientedBoundingBox ¶
func (s *StrokeServer) ComputeOrientedBoundingBox(_ context.Context, req *pb.StrokeComputeOrientedBoundingBoxRequest) (*pb.ComputeOrientedBoundingBoxResponse, error)
func (*StrokeServer) GetPath ¶
func (s *StrokeServer) GetPath(_ context.Context, req *pb.GetPathRequest) (*pb.GetPathResponse, error)
func (*StrokeServer) NewStroke ¶
func (s *StrokeServer) NewStroke(_ context.Context, req *pb.NewStrokeRequest) (*pb.NewStrokeResponse, error)
func (*StrokeServer) ToPath ¶
func (s *StrokeServer) ToPath(_ context.Context, req *pb.ToPathRequest) (*pb.ToPathResponse, error)
Click to show internal directories.
Click to hide internal directories.