Inheritance diagram for DzPaneLayout:

Properties | |
| String | description |
| String | label |
Methods | |
| void | addActivityActionItem (DzActivityActionItem action) |
| DzActivityActionItem | getActivityActionItem (Number i) |
| Number | getNumActivityActionItems () |
| Boolean | isToolBarEnabled (String toolbar) |
| void | removeActivityActionItem (DzActivityActionItem action) |
| void | removeAllActions () |
| void | setToolbarEnabled (String toolbar, Boolean onOff) |
Constructors | |
| DzPaneLayout (String label, String desc) | |
Signals | |
| void | activityActionItemListChanged () |
Signature: "activityActionItemListChanged()" | |
| void | labelChanged (String label) |
Signature: "labelChanged(const QString&)" | |
Default Constructor. Creates a new pane layout with the given name and description.
| label | The label that the user will see for this layout in the activity tabs | |
| description | The description of the layout. |
| void DzPaneLayout::activityActionItemListChanged | ( | ) | [signal] |
Signature: "activityActionItemListChanged()"
Emitted when the list of actions for this layout has changed.
| void DzPaneLayout::addActivityActionItem | ( | DzActivityActionItem | action | ) |
Adds the action to the current activity.
| DzActivityActionItem DzPaneLayout::getActivityActionItem | ( | Number | i | ) |
| Number DzPaneLayout::getNumActivityActionItems | ( | ) |
| void DzPaneLayout::labelChanged | ( | String | label | ) | [signal] |
Signature: "labelChanged(const QString&)"
Emitted when the layout's label has changed.
| label | The new label for the layout. |
| void DzPaneLayout::removeActivityActionItem | ( | DzActivityActionItem | action | ) |
Removes the action from the current activity.
| void DzPaneLayout::removeAllActions | ( | ) |
Removes all the actions for the current activity.
Sets whether or not the toolbar with the given name is enabled.
| QString DzPaneLayout::description |
The description of the activity
| QString DzPaneLayout::label |
The label of the activity