Click or drag to resize

GH_ExtendableComponentAttributes Class

Attributes of a extendable component.
Inheritance Hierarchy
SystemObject
  GH_AttributesIGH_Component
    GH_ComponentAttributes
      Karamba.GHopper.Utilities.UIWidgetsGH_ExtendableComponentAttributes

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public class GH_ExtendableComponentAttributes : GH_ComponentAttributes

The GH_ExtendableComponentAttributes type exposes the following members.

Constructors
  NameDescription
Public methodGH_ExtendableComponentAttributes
Initializes a new instance of the GH_ExtendableComponentAttributes class
Top
Properties
  NameDescription
Public propertyAllowMessageBalloon (Inherited from GH_AttributesIGH_Component.)
Public propertyBounds (Inherited from GH_AttributesIGH_Component.)
Public propertyContentBox (Inherited from GH_ComponentAttributes.)
Public propertyDocObject (Inherited from GH_AttributesIGH_Component.)
Public propertyGetTopLevel (Inherited from GH_AttributesIGH_Component.)
Public propertyHasInputGrip (Inherited from GH_ComponentAttributes.)
Public propertyHasOutputGrip (Inherited from GH_ComponentAttributes.)
Public propertyInputGrip (Inherited from GH_AttributesIGH_Component.)
Public propertyInstanceGuid (Inherited from GH_AttributesIGH_Component.)
Public propertyIsTopLevel (Inherited from GH_AttributesIGH_Component.)
Public propertyMinWidth
Get or set minimum attribute width.
Public propertyOutputGrip (Inherited from GH_AttributesIGH_Component.)
Public propertyOwner (Inherited from GH_AttributesIGH_Component.)
Public propertyParent (Inherited from GH_AttributesIGH_Component.)
Public propertyPathName (Inherited from GH_ComponentAttributes.)
Public propertyPivot (Inherited from GH_AttributesIGH_Component.)
Public propertySelected (Inherited from GH_AttributesIGH_Component.)
Public propertyTooltipEnabled (Inherited from GH_AttributesIGH_Component.)
Top
Methods
  NameDescription
Public methodAddMenu
Public methodAppendToAttributeTree (Inherited from GH_ComponentAttributes.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExpireLayout (Inherited from GH_ComponentAttributes.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFixLayout
Fixed attribute layout. Takes attribute's extendable menu into account.
Public methodGetActiveTooltip
Gets the active tooltip.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMenuDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidateCanvas (Inherited from GH_ComponentAttributes.)
Public methodIsMenuRegion (Inherited from GH_AttributesIGH_Component.)
Public methodIsPickRegion(PointF) (Inherited from GH_ComponentAttributes.)
Public methodIsPickRegion(RectangleF, GH_PickBox) (Inherited from GH_AttributesIGH_Component.)
Public methodIsTooltipRegion (Overrides GH_Attributes.IsTooltipRegion(PointF).)
Protected methodLayout (Overrides GH_ComponentAttributes.Layout.)
Protected methodLayoutMenu
Layout menu collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewInstanceGuid (Inherited from GH_AttributesIGH_Component.)
Public methodNewInstanceGuid(Guid) (Inherited from GH_AttributesIGH_Component.)
Public methodPerformLayout (Inherited from GH_AttributesIGH_Component.)
Protected methodPrepareForRender (Overrides GH_Attributes.PrepareForRender(GH_Canvas).)
Public methodRead (Overrides GH_Attributes.Read(GH_IReader).)
Protected methodRender (Overrides GH_ComponentAttributes.Render(GH_Canvas, Graphics, GH_CanvasChannel).)
Protected methodRenderComponentCapsule(GH_Canvas, Graphics) (Inherited from GH_ComponentAttributes.)
Protected methodRenderComponentCapsule(GH_Canvas, Graphics, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) (Inherited from GH_ComponentAttributes.)
Protected methodRenderIncomingWires(GH_Painter, IEnumerableIGH_Param, GH_ParamWireDisplay) (Inherited from GH_AttributesIGH_Component.)
Protected methodRenderIncomingWires(GH_Painter, IEnumerableIGH_Param, IEnumerablePen) (Inherited from GH_AttributesIGH_Component.)
Public methodRenderToCanvas (Inherited from GH_AttributesIGH_Component.)
Protected methodRenderVariableParameterUI (Inherited from GH_ComponentAttributes.)
Public methodRespondToKeyDown (Overrides GH_Attributes.RespondToKeyDown(GH_Canvas, KeyEventArgs).)
Public methodRespondToKeyUp (Inherited from GH_AttributesIGH_Component.)
Public methodRespondToMouseDoubleClick (Overrides GH_Attributes.RespondToMouseDoubleClick(GH_Canvas, GH_CanvasMouseEvent).)
Public methodRespondToMouseDown (Overrides GH_ComponentAttributes.RespondToMouseDown(GH_Canvas, GH_CanvasMouseEvent).)
Public methodRespondToMouseMove (Overrides GH_Attributes.RespondToMouseMove(GH_Canvas, GH_CanvasMouseEvent).)
Public methodRespondToMouseUp (Overrides GH_Attributes.RespondToMouseUp(GH_Canvas, GH_CanvasMouseEvent).)
Public methodSetupTooltip (Overrides GH_ComponentAttributes.SetupTooltip(PointF, GH_TooltipDisplayEventArgs).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite (Overrides GH_Attributes.Write(GH_IWriter).)
Top
Fields
  NameDescription
Protected fieldm_innerBounds (Inherited from GH_ComponentAttributes.)
Top
See Also