KVIrc
4.9.2
DeveloperAPIs
|
#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, m_szVisibleName, and KviPointerList< T >::setAutoDelete().
|
virtual |
References a, KviPointerList< T >::first(), m_pAppletList, and m_pIcon.
|
protected |
References m_pProc.
Referenced by KviStatusBar::createApplet().
|
inline |
|
inline |
References m_iId.
|
inline |
Referenced by KviStatusBar::registerAppletDescriptor().
|
inline |
|
protected |
References KviPointerList< T >::append(), and m_pAppletList.
Referenced by KviStatusBarApplet::KviStatusBarApplet().
|
protected |
References m_pAppletList, and KviPointerList< T >::removeRef().
Referenced by KviStatusBarApplet::~KviStatusBarApplet().
|
inline |
Referenced by KviStatusBar::contextPopupAboutToShow(), and KviStatusBar::tipRequest().
|
friend |
|
friend |
|
protected |
Referenced by KviStatusBarAppletDescriptor().
|
protected |
Referenced by KviStatusBarAppletDescriptor(), registerApplet(), unregisterApplet(), and ~KviStatusBarAppletDescriptor().
|
protected |
Referenced by KviStatusBarAppletDescriptor(), and ~KviStatusBarAppletDescriptor().
|
protected |
Referenced by create(), and KviStatusBarAppletDescriptor().
|
protected |
Referenced by KviStatusBarAppletDescriptor().
|
protected |
Referenced by KviStatusBarAppletDescriptor().
|
protected |
Referenced by KviStatusBarAppletDescriptor().