![]() |
MenuStaticText Class |
Namespace: Karamba.GHopper.Utilities.UIWidgets
The MenuStaticText type exposes the following members.
Name | Description | |
---|---|---|
![]() | MenuStaticText | Initializes a new instance of the MenuStaticText class |
Name | Description | |
---|---|---|
![]() | Bounds |
Widget's local space bounds.
(Inherited from GH_Attr_Widget.) |
![]() | CanvasBounds |
Widget's canvas space bounds.
(Inherited from GH_Attr_Widget.) |
![]() | CanvasPivot |
Get widget pivot in canvas space.
(Inherited from GH_Attr_Widget.) |
![]() | Desciption |
Get or set widget's description.
(Inherited from GH_Attr_Widget.) |
![]() | Enabled |
Get or set widget's state.
(Inherited from GH_Attr_Widget.) |
![]() | Header |
Get or set widget's header.
(Inherited from GH_Attr_Widget.) |
![]() | Height |
Get or set widget's height.
(Inherited from GH_Attr_Widget.) |
![]() | Index |
Get widget's index.
(Inherited from GH_Attr_Widget.) |
![]() | Name |
Get or set widget's name.
(Inherited from GH_Attr_Widget.) |
![]() | Palette |
Get or set widget's render palette.
(Inherited from GH_Attr_Widget.) |
![]() | Parent |
Get or set widget's parent.
(Inherited from GH_Attr_Widget.) |
![]() | ShowToolTip |
Set tool tip visibility.
(Inherited from GH_Attr_Widget.) |
![]() | Style |
Get or set widget's render palette.
(Inherited from GH_Attr_Widget.) |
![]() | Text |
Gets or sets the content of the text field.
|
![]() | TopCollection |
Get menu collection, the widget belongs to.
(Inherited from GH_Attr_Widget.) |
![]() | Transform |
Widget's transformation.
Is set by the parent of the widget. The widget itself should only
read from this field.
(Inherited from GH_Attr_Widget.) |
![]() | Width |
Get or set widget's width.
(Inherited from GH_Attr_Widget.) |
Name | Description | |
---|---|---|
![]() | ComputeMinSize | (Overrides GH_Attr_WidgetComputeMinSize.) |
![]() | Contains |
Check if widget bounds contains given point. By default the CanvasBounds
of the widget will be consulted.
(Inherited from GH_Attr_Widget.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWidgetDescription | (Inherited from GH_Attr_Widget.) |
![]() | IsTtipPoint |
Get widget at point. If no widget is in range of given point,
null is returned.
(Inherited from GH_Attr_Widget.) |
![]() | Layout | (Overrides GH_Attr_WidgetLayout.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnRender |
Render widget to canvas.
(Inherited from GH_Attr_Widget.) |
![]() | PostUpdateBounds | (Overrides GH_Attr_WidgetPostUpdateBounds(Single).) |
![]() | Read |
Deserialize widget.
(Inherited from GH_Attr_Widget.) |
![]() | Render | (Overrides GH_Attr_WidgetRender(WidgetRenderArgs).) |
![]() | RespondToKeyDown | (Inherited from GH_Attr_Widget.) |
![]() | RespondToMouseDoubleClick | (Inherited from GH_Attr_Widget.) |
![]() | RespondToMouseDown | (Overrides GH_Attr_WidgetRespondToMouseDown(GH_Canvas, GH_CanvasMouseEvent).) |
![]() | RespondToMouseMove | (Overrides GH_Attr_WidgetRespondToMouseMove(GH_Canvas, GH_CanvasMouseEvent).) |
![]() | RespondToMouseUp | (Overrides GH_Attr_WidgetRespondToMouseUp(GH_Canvas, GH_CanvasMouseEvent).) |
![]() | TooltipSetup |
Setup widget's tool tip.
(Inherited from GH_Attr_Widget.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateBounds |
Update widget bounds.
(Inherited from GH_Attr_Widget.) |
![]() | Write | (Overrides GH_Attr_WidgetWrite(GH_IWriter).) |
Name | Description | |
---|---|---|
![]() | _description |
Widget description.
(Inherited from GH_Attr_Widget.) |
![]() | _enabled |
True if the widget is enabled.
(Inherited from GH_Attr_Widget.) |
![]() | _header |
Widget description header.
(Inherited from GH_Attr_Widget.) |
![]() | _index |
Local widget index. Used to identify the widget within
its local group.
??? what is the index actually used for?.
(Inherited from GH_Attr_Widget.) |
![]() | _name |
Widget name.
(Inherited from GH_Attr_Widget.) |
![]() | _showToolTip |
True if the widget has a tool tip and it should be shown when
requested.
(Inherited from GH_Attr_Widget.) |
![]() | bounds |
Widget's local space bounds.
(Inherited from GH_Attr_Widget.) |
![]() | canvasBounds |
Widget's canvas space bounds.
(Inherited from GH_Attr_Widget.) |
![]() | palette |
The palette.
(Inherited from GH_Attr_Widget.) |
![]() | parent |
The parent widget.
If null, this widget is not nested.
(Inherited from GH_Attr_Widget.) |
![]() | style |
Widget palette style.
(Inherited from GH_Attr_Widget.) |
![]() | transfromation |
Widget transformation.
(Inherited from GH_Attr_Widget.) |