The container of workpads, it displays the active workpad and controls workpad loading and unloading. More...
Import Statement: | import workspace . |
The content pane takes up the majority of the screen area and displays the active workpad being viewed.
ContentPane is the visual parent of all workpads. Multiple workpads can be opened at one time but only one can be active at a time. The active workpad takes up the right column of ContentPane. A selector control (list of buttons) that allows switching between workpads occupies the left column.
The container of the menu labels for switching between toolbox menu items, a ContextLabels object.
The container of the toolbox menu items, a ContextPane object.
Sent when user has selected an action in the toolbox menu
Adds the specified workpad to the content view. workpad IDs must be unique
Calls closeWorkpad() function for the current workpad being viewed.
Closes the modal menu that was displayed by calling displayModalMenuCmd() function
Removes the workpad from the ContentPane and then destroys it.
Sends a menu command from the current content view to the specified menu, then activates the specified menu
Sends a menu command from the current workpad to the specified menu, then hides all modeless menu items and displays the specified menu item modally
Returns ZWorkpad object for currently displayed workpad, or undefined if no such object exists
Returns the content ID of the currently displayed workpad, or undefined if no such object exists
Returns content name of the current workpad, or undefined if no such object exists
Returns the workpad's XML configuration as a JSON object, or undefined if no such object exists
Returns ZWorkpad object for the specified workpad, or undefined if no such object exists
Initializes the action tray of the context labels from data in the workpad configuration
Populates the workspace from either the persistent workspace settings or from the zblconfig.xml file <workspace> element if no persistent workpad settings exist.
Called by toolbox menu items when user actions occur in the menus. Pushes payload onto specified mailslot's action queue and sends menuActionReceived signal to specified workpad.
Sends a menuClose signal to the current content View indicating the user has taken an action that should hide the content view's tool menu
Sends a menuOpen signal to the current content View indicating the user has taken an action that should display the content view's tool menu
Sets the currently visible toolbox menu items for the currently visible workspace item
Zuble documentation copyright © 2019 Bob Dinitto. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Zuble is a derivative work of Qt version 5. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.