![]() |
KVIrc 5.2.6
Developer APIs
|
#include <KviStatusBarApplet.h>
Public Member Functions | |
QPixmap * | icon () |
int | id () |
const QString & | internalName () |
KviStatusBarAppletDescriptor (const QString &szVisibleName, const QString &szInternalName, CreateAppletCallback pProc, const QString &szPreloadModule=QString(), const QPixmap &pixIcon=QPixmap()) | |
const QString & | preloadModule () |
const QString & | visibleName () |
virtual | ~KviStatusBarAppletDescriptor () |
Protected Member Functions | |
KviStatusBarApplet * | create (KviStatusBar *pBar) |
void | registerApplet (KviStatusBarApplet *a) |
void | unregisterApplet (KviStatusBarApplet *a) |
Protected Attributes | |
int | m_iId |
KviPointerList< KviStatusBarApplet > * | m_pAppletList |
QPixmap * | m_pIcon |
CreateAppletCallback | m_pProc |
QString | m_szInternalName |
QString | m_szPreloadModule |
QString | m_szVisibleName |
Friends | |
class | KviStatusBar |
class | KviStatusBarApplet |
KviStatusBarAppletDescriptor::KviStatusBarAppletDescriptor | ( | const QString & | szVisibleName, |
const QString & | szInternalName, | ||
CreateAppletCallback | pProc, | ||
const QString & | szPreloadModule = QString(), | ||
const QPixmap & | pixIcon = QPixmap() ) |
References m_iId, m_pAppletList, m_pIcon, m_pProc, m_szInternalName, m_szPreloadModule, and m_szVisibleName.
|
virtual |
References a, KviStatusBarApplet, m_pAppletList, and m_pIcon.
|
protected |
References KviStatusBar, KviStatusBarApplet, and m_pProc.
|
inline |
References m_pIcon.
|
inline |
References m_iId.
|
inline |
References m_szInternalName.
|
inline |
References m_szPreloadModule.
|
protected |
References a, KviStatusBarApplet, and m_pAppletList.
|
protected |
References a, KviStatusBarApplet, and m_pAppletList.
|
inline |
References m_szVisibleName.
Referenced by KviStatusBar::tipRequest().
|
friend |
References KviStatusBar.
Referenced by create(), and KviStatusBar.
|
friend |
References KviStatusBarApplet.
Referenced by create(), KviStatusBarApplet, registerApplet(), unregisterApplet(), and ~KviStatusBarAppletDescriptor().
|
protected |
Referenced by id(), and KviStatusBarAppletDescriptor().
|
protected |
Referenced by KviStatusBarAppletDescriptor(), registerApplet(), unregisterApplet(), and ~KviStatusBarAppletDescriptor().
|
protected |
Referenced by icon(), KviStatusBarAppletDescriptor(), and ~KviStatusBarAppletDescriptor().
|
protected |
Referenced by create(), and KviStatusBarAppletDescriptor().
|
protected |
Referenced by internalName(), and KviStatusBarAppletDescriptor().
|
protected |
Referenced by KviStatusBarAppletDescriptor(), and preloadModule().
|
protected |
Referenced by KviStatusBarAppletDescriptor(), and visibleName().