Public Member Functions | |
grt::StringRef | caption () const |
Getter for attribute caption. | |
virtual void | caption (const grt::StringRef &value) |
Setter for attribute caption. | |
grt::IntegerRef | expanded () const |
Getter for attribute expanded. | |
virtual void | expanded (const grt::IntegerRef &value) |
Setter for attribute expanded. | |
grt::IntegerRef | expandedHeight () const |
Getter for attribute expandedHeight. | |
virtual void | expandedHeight (const grt::IntegerRef &value) |
Setter for attribute expandedHeight. | |
grt::IntegerRef | hasTabSelection () const |
Getter for attribute hasTabSelection. | |
virtual void | hasTabSelection (const grt::IntegerRef &value) |
Setter for attribute hasTabSelection. | |
grt::StringRef | implModule () const |
Getter for attribute implModule. | |
virtual void | implModule (const grt::StringRef &value) |
Setter for attribute implModule. | |
grt::StringRef | itemActivationFunction () const |
Getter for attribute itemActivationFunction. | |
virtual void | itemActivationFunction (const grt::StringRef &value) |
Setter for attribute itemActivationFunction. | |
grt::StringRef | itemCountFunction () const |
Getter for attribute itemCountFunction. | |
virtual void | itemCountFunction (const grt::StringRef &value) |
Setter for attribute itemCountFunction. | |
grt::IntegerRef | itemDisplayMode () const |
Getter for attribute itemDisplayMode. | |
virtual void | itemDisplayMode (const grt::IntegerRef &value) |
Setter for attribute itemDisplayMode. | |
grt::StringRef | itemInfoFunction () const |
Getter for attribute itemInfoFunction. | |
virtual void | itemInfoFunction (const grt::StringRef &value) |
Setter for attribute itemInfoFunction. | |
grt::StringRef | nodeId () const |
Getter for attribute nodeId. | |
virtual void | nodeId (const grt::StringRef &value) |
Setter for attribute nodeId. | |
grt::IntegerListRef | selectedItems () const |
Getter for attribute selectedItems (read-only). | |
grt::StringRef | tabActivationFunction () const |
Getter for attribute tabActivationFunction. | |
virtual void | tabActivationFunction (const grt::StringRef &value) |
Setter for attribute tabActivationFunction. | |
grt::StringRef | tabCountFunction () const |
Getter for attribute tabCountFunction. | |
virtual void | tabCountFunction (const grt::StringRef &value) |
Setter for attribute tabCountFunction. | |
grt::StringRef | tabInfoFunction () const |
Getter for attribute tabInfoFunction. | |
virtual void | tabInfoFunction (const grt::StringRef &value) |
Setter for attribute tabInfoFunction. |
grt::StringRef caption | ( | ) | const |
Getter for attribute caption.
the caption displayed on the panel's header
virtual void caption | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute caption.
the caption displayed on the panel's header
grt::IntegerRef expanded | ( | ) | const |
Getter for attribute expanded.
specifies if the panel is currently expanded
virtual void expanded | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute expanded.
specifies if the panel is currently expanded
grt::IntegerRef expandedHeight | ( | ) | const |
Getter for attribute expandedHeight.
the panel's height when it is expanded
virtual void expandedHeight | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute expandedHeight.
the panel's height when it is expanded
grt::IntegerRef hasTabSelection | ( | ) | const |
Getter for attribute hasTabSelection.
specifies if the panel has attached tabs
virtual void hasTabSelection | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute hasTabSelection.
specifies if the panel has attached tabs
grt::StringRef implModule | ( | ) | const |
Getter for attribute implModule.
GRT module implementing the item functionality
virtual void implModule | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute implModule.
GRT module implementing the item functionality
grt::StringRef itemActivationFunction | ( | ) | const |
Getter for attribute itemActivationFunction.
the function that is called when the item is activated
virtual void itemActivationFunction | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute itemActivationFunction.
the function that is called when the item is activated
grt::StringRef itemCountFunction | ( | ) | const |
Getter for attribute itemCountFunction.
the function that returns the number of items
virtual void itemCountFunction | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute itemCountFunction.
the function that returns the number of items
grt::IntegerRef itemDisplayMode | ( | ) | const |
Getter for attribute itemDisplayMode.
defines how the items on the panel are displayed. Setting it to 1 will cause a large icon display, 2 a small icon display and 3 a list
virtual void itemDisplayMode | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute itemDisplayMode.
defines how the items on the panel are displayed. Setting it to 1 will cause a large icon display, 2 a small icon display and 3 a list
grt::StringRef itemInfoFunction | ( | ) | const |
Getter for attribute itemInfoFunction.
the function that returns the item information
virtual void itemInfoFunction | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute itemInfoFunction.
the function that returns the item information
virtual void nodeId | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute nodeId.
the identifier of panel in the GUI
grt::StringRef nodeId | ( | ) | const |
Getter for attribute nodeId.
the identifier of panel in the GUI
grt::IntegerListRef selectedItems | ( | ) | const |
Getter for attribute selectedItems (read-only).
specifies the indexes of the currently selected items on the panel
grt::StringRef tabActivationFunction | ( | ) | const |
Getter for attribute tabActivationFunction.
the function that is called when the tab is activated
virtual void tabActivationFunction | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute tabActivationFunction.
the function that is called when the tab is activated
virtual void tabCountFunction | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute tabCountFunction.
the function that returns the number of tabs
grt::StringRef tabCountFunction | ( | ) | const |
Getter for attribute tabCountFunction.
the function that returns the number of tabs
grt::StringRef tabInfoFunction | ( | ) | const |
Getter for attribute tabInfoFunction.
the function that returns the tab information
virtual void tabInfoFunction | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute tabInfoFunction.
the function that returns the tab information