![]() |
KVIrc
4.9.2
DeveloperAPIs
|
Holds the categories of an action. More...
#include <KviAction.h>
Public Member Functions | |
| const QString & | description () |
| Returns the description of the category. More... | |
| KviActionCategory (const QString &szName, const QString &szVisibleName, const QString &szDescription) | |
| Constructs an action category object. More... | |
| const QString & | name () |
| Returns the name of the category. More... | |
| const QString & | visibleName () |
| Returns the visible name of the category. More... | |
| ~KviActionCategory () | |
| Destroys an action category object. More... | |
Protected Attributes | |
| QString | m_szDescription |
| QString | m_szName |
| QString | m_szVisibleName |
Holds the categories of an action.
Known categories are: general (or empty), irc, script
| KviActionCategory::KviActionCategory | ( | const QString & | szName, |
| const QString & | szVisibleName, | ||
| const QString & | szDescription | ||
| ) |
Constructs an action category object.
| szName | The name of the category |
| szVisibleName | Permanent visible name, visible at least in the action drawer |
| szDescription | Description of the category |
|
default |
Destroys an action category object.
|
inline |
Returns the description of the category.
Referenced by KviActionDrawer::fill().
|
inline |
Returns the name of the category.
Referenced by ActionEditor::ActionEditor().
|
inline |
Returns the visible name of the category.
Referenced by KviActionDrawer::fill().
|
protected |
|
protected |
|
protected |
1.8.7