|
| | CRhinoTextDotUserInterfaceObject () |
| |
| | CRhinoTextDotUserInterfaceObject (ON_3dPoint location, const wchar_t *text) |
| |
| virtual | ~CRhinoTextDotUserInterfaceObject () |
| |
| double | CameraDepth (const ON_Plane &cameraPlane) const override |
| |
| void | Draw (CRhinoDisplayPipeline &dp) override |
| |
| void | Draw (CRhinoDisplayPipeline &dp, const ON_Color &fillColor, const ON_Color &textColor, const ON_Color &borderColor) |
| |
| bool | IsMouseOver (const CRhinoMouseEventArgs &mouse) override |
| |
| void | OnMouseEnter (const CRhinoMouseEventArgs &mouse) override |
| |
| void | OnMouseLeave (const CRhinoMouseEventArgs &mouse) override |
| |
| void | SetDotColors (const ON_Color &background, const ON_Color &border, const ON_Color &text) |
| |
| void | SetDotLocation (const ON_3dPoint ¢er) |
| |
| void | SetText (const wchar_t *text) |
| |
| void | SetTextHeightPoints (int height, bool mouseOver) |
| |
| int | TextHeightPoints (bool mouseOver) const |
| |
| | CRhinoUserInterfaceObject () |
| |
| virtual | ~CRhinoUserInterfaceObject () |
| |
| void | Animate (CRhinoAnimatingDouble &value, double target, double duration, AnimationStyle style, CRhinoDoc *doc) |
| |
| void | BindToActiveViewport (bool on) |
| |
| void | BindToViewport (unsigned int viewport_sn) |
| |
| int | DisplayOrder () const |
| |
| ON_UUID | DocumentGroupId () const |
| |
| unsigned int | DocumentRuntimeSerialNumber () const |
| |
| bool | GetData (const wchar_t *key, bool &value) const |
| |
| bool | GetData (const wchar_t *key, double &value) const |
| |
| bool | GetData (const wchar_t *key, int &value) const |
| |
| bool | GetData (const wchar_t *key, ON_UUID &value) const |
| |
| bool | GetData (const wchar_t *key, ON_wString &value) const |
| |
| bool | HasMouseCapture () const |
| |
| bool | IsBoundToActiveViewport () const |
| |
| unsigned int | IsBoundToViewport () const |
| |
| virtual void | OnMouseClick (const CRhinoMouseEventArgs &mouse) |
| |
| virtual void | OnMouseDoubleClick (const CRhinoMouseEventArgs &mouse) |
| |
| virtual void | OnMouseDown (const CRhinoMouseEventArgs &mouse) |
| |
| virtual void | OnMouseMove (const CRhinoMouseEventArgs &mouse) |
| |
| virtual void | OnMouseUp (const CRhinoMouseEventArgs &mouse) |
| |
| virtual void | OnMouseWheel (const CRhinoMouseEventArgs &mouse, int delta) |
| |
| virtual CRhinoCommand::result | OnRunCommand (const CRhinoCommandContext &context, const CRhinoMouseEventArgs &mouse) |
| |
| virtual void | OnTrackpadScroll (const CRhinoMouseEventArgs &mouse, double horizontal, double vertical) |
| |
| CRhinoUserInterfaceObject * | Parent () |
| |
| const CRhinoUserInterfaceObject * | Parent () const |
| |
| bool | ReceivesMouseWheelEvents () const |
| |
| bool | ReceivesTrackpadScrollEvents () const |
| |
| bool | RegisterForAllDocuments () |
| |
| void | RunCommand (const CRhinoMouseEventArgs &mouse) |
| |
| unsigned int | RuntimeSerialNumber () const |
| |
| void | SetCursor (HCURSOR cursor) |
| |
| void | SetData (const wchar_t *key, bool value) |
| |
| void | SetData (const wchar_t *key, const wchar_t *value) |
| |
| void | SetData (const wchar_t *key, double value) |
| |
| void | SetData (const wchar_t *key, int value) |
| |
| void | SetData (const wchar_t *key, ON_UUID value) |
| |
| void | SetDisplayOrder (int order) |
| |
| void | SetReceivesMouseWheelEvents (bool enable) |
| |
| void | SetReceivesTrackpadScrollEvents (bool enable) |
| |
| void | SetTooltip (const wchar_t *tooltip) |
| |
| void | SetVisible (bool visible) |
| |
| bool | UnregisterFromAllDocuments () |
| |
| bool | Visible () const |
| |