OpenFairyGUI API
    Preparing search index...

    Class GProgressBar

    A progress bar display object.

    Hierarchy (View Summary)

    Index
    addEventListener addGear addRelation clone copy detach dispatchEvent dispose equals getAlpha getAspect getBlendMode getControllerOverrides getCustomData getExtension getExtras getFileName getFilter getFilterData getGrayed getGroup getHeight getId getInitHeight getInitWidth getInstanceChecked getInstanceComboItems getInstanceController getInstanceExtType getInstanceIcon getInstanceMax getInstanceMin getInstancePage getInstancePromptText getInstanceSelectedIcon getInstanceSelectedTitle getInstanceSelectionController getInstanceSound getInstanceSoundVolumeScale getInstanceTitle getInstanceTitleColor getInstanceTitleFontSize getInstanceValue getInstanceVisibleItemCount getLocked getMargin getMax getMaxHeight getMaxWidth getMin getMinHeight getMinWidth getName getOverflow getPackageId getPageController getPivotAsAnchor getPivotX getPivotY getRelations getReverse getRotation getScaleX getScaleY getScrollBarDisplay getScrollType getSkewX getSkewY getSound getSoundVolumeScale getSourceHeight getSourceWidth getSrc getTitleType getTooltips getTouchable getValue getVisible getWidth getX getY isDisposed listExtensions listGears listParents removeEventListener removeGear setAlpha setAspect setBlendMode setControllerOverrides setCustomData setExtension setExtras setFileName setFilter setFilterData setGrayed setGroup setId setInitHeight setInitWidth setInstanceChecked setInstanceComboItems setInstanceController setInstanceExtType setInstanceIcon setInstanceMax setInstanceMin setInstancePage setInstancePromptText setInstanceSelectedIcon setInstanceSelectedTitle setInstanceSelectionController setInstanceSound setInstanceSoundVolumeScale setInstanceTitle setInstanceTitleColor setInstanceTitleFontSize setInstanceValue setInstanceVisibleItemCount setLocked setMargin setMax setMaxHeight setMaxWidth setMin setMinHeight setMinWidth setName setOverflow setPackageId setPageController setPivot setPivotAsAnchor setRelations setReverse setRotation setScale setScrollBarDisplay setScrollType setSize setSkew setSound setSoundVolumeScale setSourceHeight setSourceWidth setSrc setTitleType setTooltips setTouchable setValue setVisible setX setXY setY
    propertyType: G_PROGRESS_BAR
    • Parameters

      • type: string
      • listener: EventListener<GraphNodeEvent>

      Returns this

    • Removes all inbound references to this object. At the end of the process the object is considered 'detached': it may hold references to child resources, but nothing holds references to it. A detached object may be re-attached.

      Returns this

    • Dispatches an event on the GraphNode, and on the associated Graph. Event types on the graph are prefixed, "node:[type]".

      Parameters

      • event: BaseEvent

      Returns this

    • Removes both inbound references to and outbound references from this object. At the end of the process the object holds no references, and nothing holds references to it. A disposed object is not reusable.

      Returns void

    • Returns true if the node has been permanently removed from the graph.

      Returns boolean

    • Parameters

      • type: string
      • listener: EventListener<GraphNodeEvent>

      Returns this