KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
KviActionDrawerPage Class Reference

#include <KviActionDrawer.h>

+ Inheritance diagram for KviActionDrawerPage:

Public Member Functions

 ~KviActionDrawerPage ()
 Destroys an action drawer page object. More...
 

Protected Member Functions

void add (KviAction *pAction)
 Adds an action. More...
 
 KviActionDrawerPage (QWidget *pParent, const QString &szDescription)
 Constructs an action drawer page object. More...
 

Protected Attributes

KviActionDrawerPageListWidgetm_pListWidget
 

Friends

class KviActionDrawer
 

Constructor & Destructor Documentation

KviActionDrawerPage::KviActionDrawerPage ( QWidget *  pParent,
const QString &  szDescription 
)
protected

Constructs an action drawer page object.

Parameters
pParentThe parent widget
szDescriptionThe description of the page
Returns
KviActionDrawerPage

References m_pListWidget.

KviActionDrawerPage::~KviActionDrawerPage ( )
default

Destroys an action drawer page object.

Member Function Documentation

void KviActionDrawerPage::add ( KviAction pAction)
protected

Adds an action.

Parameters
pActionThe pointer to the action to add
Returns
void

References m_pListWidget.

Referenced by KviActionDrawer::fill().

Friends And Related Function Documentation

friend class KviActionDrawer
friend

Member Data Documentation

KviActionDrawerPageListWidget* KviActionDrawerPage::m_pListWidget
protected

Referenced by add(), and KviActionDrawerPage().


The documentation for this class was generated from the following files: