User Tools

Site Tools


DzPersistentMenu

Abstract base class of all persistant menus.

More...

Inherits :

Methods

Detailed Description

Persistant menus are registered with the DzActionMgr singleton and are available to access and modifiy via script.

Methods


void : clearActiveWgt()

Clear the active widget for this persistent menu.


DzActionMenu : getActionMenu()

Return Value:

  • The DzActionMenu that belongs to this persistent menu. If one does not exist, it is created.

Since:

  • 4.6.0.76

QWidget : getActiveWgt()

Return Value:

  • The widget that launched this persistent menu (if any), otherwise null.

void : setActiveWgt( QWidget wgt )

Sets the active widget for this persistent menu.

Parameter(s):

  • wgt - The widget that launches the persistent menu.