Zuble QML Types   |  Zuble C++ Classes   |  Table of Contents

ContextPane QML Type

Container of the Zuble toolbox, a list of widgets (tools) that allow users to interact with objects in the Zuble content window. More...

Import Statement: import toolbox .

Properties

Signals

Methods

Detailed Description

Property Documentation

clientContentName : string

Identifies the current workpad


toolboxStyles : ZScopedMap

Set to match the current workpad's custom style map


Signal Documentation

menuAction(string = contentName, string = menuName, var = payload)

Received from ZMenu items in the contextPane container when user actions occur in the toolbox menu


menuActivation(string = contentName, string = menuName)

Sent when toolbox menus are being displayed.


menuDeactivation()

Sent when toolbox menus are being hidden.


menuItemChanged(int = listItemIndex)

Sent to ZMenu items when the current active toolbox menu changes


Method Documentation

activateModalMenu( = groupName, = menuName)

* activateModalMenu(contentName, menuName, mailbox) * makes the specified set of menu items visible. * groupName: name of the workspace item that is setting the menu * * menuNames: space-separated string containing names of menu items * that should appear in the toolbox when the specified workspace is * the current workspace item. * * mailbox: the mailbox of the workspace that will communicate * the specified menus * * Note: the order of menu items shown in the menu will be the same * as the order of <menu-map> elements in the zblconfig.xml file's * <toolbox> element. TBD: SHOULD WE USE menuNames order instead?


setMenu( = groupName, = menuNames, = mailbox)

Makes the specified set of menu items visible.

groupName: name of the workspace item that is setting the menu * * menuNames: space-separated string containing names of menu items * that should appear in the toolbox when the specified workspace is * the current workspace item. * * mailbox: the mailbox of the workspace that will communicate * the specified menus * * Note: the order of menu items shown in the menu will be the same * as the order of <menu-map> elements in the zblconfig.xml file's * <toolbox> element. TBD: SHOULD WE USE menuNames order instead?