AnnotationOperator

class HPS.AnnotationOperator : public HPS.Operator

Public Functions

AnnotationOperator ()
AnnotationOperator (HPS.AnnotationOperator in_that)
AnnotationOperator (HPS.MouseButtons in_mouse_trigger)
AnnotationOperator (HPS.MouseButtons in_mouse_trigger, HPS.ModifierKeys in_modifier_trigger)
override void Dispose ()
string GetBackgroundShape ()
override string GetName ()
override bool OnKeyDown (HPS.KeyboardState in_state)
override bool OnMouseDown (HPS.MouseState in_state)
override bool OnMouseMove (HPS.MouseState in_state)
override bool OnTextInput (string in_text)
override bool OnTouchDown (HPS.TouchState in_state)
override bool OnTouchMove (HPS.TouchState in_state)
override bool OnTouchUp (HPS.TouchState in_state)
override void OnViewAttached (HPS.View in_attached_view)
override void OnViewDetached (HPS.View in_detached_view)
void SetBackgroundShape (string in_shape)
class AnnotationInsertedEvent : public HPS.Event

Public Functions

AnnotationInsertedEvent ()
AnnotationInsertedEvent (HPS.AnnotationOperator.AnnotationInsertedEvent in_that)
AnnotationInsertedEvent (HPS.Event in_event)
AnnotationInsertedEvent (HPS.SegmentKey in_text_key, HPS.View in_view)
override HPS.Event Clone ()
override void Dispose ()

Properties

HPS.SegmentKey text_key { get; set; }
HPS.View view { get; set; }