![]() |
KVIrc 5.2.6
Developer APIs
|
#include <KviActionDrawer.h>
Private Member Functions | |
void | add (KviAction *pAction) |
Adds an action. | |
KviActionDrawerPage (QWidget *pParent, const QString &szDescription) | |
Constructs an action drawer page object. | |
Private Attributes | |
KviActionDrawerPageListWidget * | m_pListWidget |
Friends | |
class | KviActionDrawer |
|
private |
Constructs an action drawer page object.
pParent | The parent widget |
szDescription | The description of the page |
References m_pListWidget.
Referenced by KviActionDrawer.
|
private |
Adds an action.
pAction | The pointer to the action to add |
References m_pListWidget.
Referenced by KviActionDrawer::fill().
|
friend |
References KviActionDrawer, and KviActionDrawerPage().
Referenced by KviActionDrawer.
|
private |
Referenced by add(), and KviActionDrawerPage().