![]() |
KVIrc
4.9.2
DeveloperAPIs
|
#include <KviKvsPopupMenu.h>
Inheritance diagram for KviKvsPopupMenuItemLabel:Public Member Functions | |
| virtual void | clear () |
| virtual KviKvsPopupMenuItem * | clone () const |
| virtual void | fill (KviKvsPopupMenu *pMenu, KviKvsPopupMenuTopLevelData *pData, int iIdx) |
| virtual | ~KviKvsPopupMenuItemLabel () |
Public Member Functions inherited from KviKvsPopupMenuItemWithTextAndIcon | |
| QPixmap * | evaluateIcon (KviKvsPopupMenuTopLevelData *pData) |
| QString | evaluateText (KviKvsPopupMenuTopLevelData *pData) |
| virtual KviKvsScript * | kvsIcon () |
| virtual KviKvsScript * | kvsText () |
| virtual | ~KviKvsPopupMenuItemWithTextAndIcon () |
Public Member Functions inherited from KviKvsPopupMenuItem | |
| bool | evaluateCondition (KviKvsPopupMenuTopLevelData *pData) |
| bool | isExtMenu () |
| bool | isItem () |
| bool | isLabel () |
| bool | isMenu () |
| bool | isSeparator () |
| virtual KviKvsScript * | kvsCode () |
| KviKvsScript * | kvsCondition () |
| const QString & | name () |
| KviKvsPopupMenuItem::Type | type () |
| virtual | ~KviKvsPopupMenuItem () |
Protected Member Functions | |
| KviKvsPopupMenuItemLabel (const QString &szItemName, const QString &szText, const QString &szIcon, const QString &szCondition) | |
| KviKvsPopupMenuItemLabel (const QString &szItemName, const KviKvsScript *pText, const KviKvsScript *pIcon, const KviKvsScript *pCondition) | |
| void | labelDestroyed () |
Protected Member Functions inherited from KviKvsPopupMenuItemWithTextAndIcon | |
| KviKvsPopupMenuItemWithTextAndIcon (KviKvsPopupMenuItem::Type t, const QString &szItemName, const QString &szText, const QString &szIcon, const QString &szCondition) | |
| KviKvsPopupMenuItemWithTextAndIcon (KviKvsPopupMenuItem::Type t, const QString &szItemName, const KviKvsScript *pText, const KviKvsScript *pIcon, const KviKvsScript *pCondition) | |
Protected Member Functions inherited from KviKvsPopupMenuItem | |
| KviKvsPopupMenuItem (Type t, const QString &szItemName, const QString &szCondition) | |
| KviKvsPopupMenuItem (Type t, const QString &szItemName, const KviKvsScript *pCondition) | |
Protected Attributes | |
| QLabel * | m_pLabel |
| KviKvsPopupMenuItemLabelHelper * | m_pSignalRelay |
Protected Attributes inherited from KviKvsPopupMenuItemWithTextAndIcon | |
| KviKvsScript * | m_pKvsIcon |
| KviKvsScript * | m_pKvsText |
Protected Attributes inherited from KviKvsPopupMenuItem | |
| Type | m_eType |
| KviKvsScript * | m_pKvsCondition |
| QString | m_szItemName |
Friends | |
| class | KviKvsPopupMenu |
| class | KviKvsPopupMenuItemLabelHelper |
Additional Inherited Members | |
Public Types inherited from KviKvsPopupMenuItem | |
| enum | Type { Item, Menu, Label, Separator, ExtMenu } |
|
protected |
References KviKvsPopupMenuItemLabelHelper, m_pLabel, and m_pSignalRelay.
Referenced by clone().
|
protected |
References KviKvsPopupMenuItemLabelHelper, m_pLabel, and m_pSignalRelay.
|
virtual |
References labelDestroyed(), m_pLabel, and m_pSignalRelay.
|
virtual |
Reimplemented from KviKvsPopupMenuItem.
References labelDestroyed(), m_pLabel, and m_pSignalRelay.
|
virtual |
|
virtual |
|
protected |
References m_pLabel.
Referenced by clear(), fill(), KviKvsPopupMenuItemLabelHelper::labelDestroyed(), and ~KviKvsPopupMenuItemLabel().
|
friend |
|
friend |
Referenced by KviKvsPopupMenuItemLabel().
|
protected |
Referenced by clear(), fill(), KviKvsPopupMenuItemLabel(), labelDestroyed(), and ~KviKvsPopupMenuItemLabel().
|
protected |
Referenced by clear(), fill(), KviKvsPopupMenuItemLabel(), and ~KviKvsPopupMenuItemLabel().
1.8.7