KVIrc  4.9.2
DeveloperAPIs
Protected Slots | Protected Member Functions | Protected Attributes | List of all members
KvsObject_trayIcon Class Reference

#include <KvsObject_trayIcon.h>

+ Inheritance diagram for KvsObject_trayIcon:

Protected Slots

void slotActivated (QSystemTrayIcon::ActivationReason)
 
void slotMessageClicked ()
 
- Protected Slots inherited from KviKvsObject
void delayedDie ()
 
void objectDestroyed ()
 

Protected Member Functions

bool activatedEvent (KviKvsObjectFunctionCall *c)
 
bool hide (KviKvsObjectFunctionCall *c)
 
bool isVisible (KviKvsObjectFunctionCall *c)
 
bool messageClickedEvent (KviKvsObjectFunctionCall *c)
 
bool setContextMenu (KviKvsObjectFunctionCall *c)
 
bool setIcon (KviKvsObjectFunctionCall *c)
 
bool setTooltip (KviKvsObjectFunctionCall *c)
 
bool show (KviKvsObjectFunctionCall *c)
 
bool showMessage (KviKvsObjectFunctionCall *c)
 
- Protected Member Functions inherited from KviKvsObject
virtual bool eventFilter (QObject *o, QEvent *e)
 
bool function_childCount (KviKvsObjectFunctionCall *c)
 
bool function_children (KviKvsObjectFunctionCall *c)
 
bool function_className (KviKvsObjectFunctionCall *c)
 
bool function_destructor (KviKvsObjectFunctionCall *c)
 
bool function_emit (KviKvsObjectFunctionCall *c)
 
bool function_findChild (KviKvsObjectFunctionCall *c)
 
bool function_killTimer (KviKvsObjectFunctionCall *c)
 
bool function_listProperties (KviKvsObjectFunctionCall *c)
 
bool function_name (KviKvsObjectFunctionCall *c)
 
bool function_parent (KviKvsObjectFunctionCall *c)
 
bool function_property (KviKvsObjectFunctionCall *c)
 
bool function_setProperty (KviKvsObjectFunctionCall *c)
 
bool function_signalName (KviKvsObjectFunctionCall *c)
 
bool function_signalSender (KviKvsObjectFunctionCall *c)
 
bool function_startTimer (KviKvsObjectFunctionCall *c)
 
virtual bool init (KviKvsRunTimeContext *pContext, KviKvsVariantList *pParams)
 
void registerChild (KviKvsObject *c)
 
void registerConnection (KviKvsObjectConnection *con)
 
virtual void timerEvent (QTimerEvent *e)
 
void unregisterChild (KviKvsObject *c)
 
bool unregisterConnection (KviKvsObjectConnection *con)
 

Protected Attributes

QSystemTrayIcon * m_pTrayIcon
 
- Protected Attributes inherited from KviKvsObject
bool m_bAboutToDie
 
bool m_bDestructorCalled
 
bool m_bInDelayedDeath
 
bool m_bObjectOwner
 
kvs_hobject_t m_hObject
 
kvs_hobject_t m_hSignalSender
 
KviPointerList< KviKvsObject > * m_pChildList
 
KviKvsObjectClassm_pClass
 
KviKvsObjectConnectionListm_pConnectionList
 
KviKvsHashm_pDataContainer
 
KviPointerHashTable< QString,
KviKvsObjectFunctionHandler > * 
m_pFunctionHandlers
 
QObject * m_pObject
 
KviPointerHashTable< QString,
KviKvsObjectConnectionList > * 
m_pSignalDict
 
QString m_szName
 
QString m_szSignalName
 

Additional Inherited Members

- Public Member Functions inherited from KviKvsObject
bool callFunction (KviKvsObject *pCaller, const QString &fncName, const QString &classOverride, KviKvsRunTimeContext *pContext, KviKvsVariant *pRetVal, KviKvsVariantList *pParams)
 
bool callFunction (KviKvsObject *pCaller, const QString &fncName, KviKvsVariantList *pParams=0)
 
bool callFunction (KviKvsObject *pCaller, const QString &fncName, KviKvsVariant *pRetVal, KviKvsVariantList *pParams=0)
 
bool connectSignal (const QString &sigName, KviKvsObject *target, const QString &slotName)
 
KviKvsHashdataContainer ()
 
bool die ()
 
bool dieNow ()
 
bool disconnectSignal (const QString &sigName, KviKvsObjectConnection *con)
 
bool disconnectSignal (const QString &sigName, KviKvsObject *target, const QString &slotName)
 
int emitSignal (const QString &sigName, KviKvsObjectFunctionCall *pOuterCall, KviKvsVariantList *pParams=0)
 
KviKvsObjectfindChild (const QString &szClass, const QString &szName)
 
KviPointerHashTable< QString,
KviKvsObjectFunctionHandler > * 
functionHandlers ()
 
KviKvsObjectClassgetClass (const QString &classOverride=QString())
 
KviKvsObjectClassgetExactClass ()
 
const QString & getName ()
 
kvs_hobject_t handle ()
 
bool inheritsClass (KviKvsObjectClass *pClass)
 
bool inheritsClass (const QString &szClass)
 
void killAllChildrenWithClass (KviKvsObjectClass *cl)
 
 KviKvsObject (KviKvsObjectClass *pClass, KviKvsObject *pParent, const QString &szName)
 
KviKvsObjectFunctionHandlerlookupFunctionHandler (const QString &funcName, const QString &classOverride=QString())
 
QObject * object () const
 
KviKvsObjectparentObject ()
 
QWidget * parentScriptWidget ()
 
void registerPrivateImplementation (const QString &szFunctionName, const QString &szCode)
 
void setObject (QObject *o, bool bIsOwned=true)
 
void setSignalName (const QString &szSigName)
 
void setSignalSender (kvs_hobject_t hObject)
 
kvs_hobject_t signalSender ()
 
virtual ~KviKvsObject ()
 

Member Function Documentation

bool KvsObject_trayIcon::activatedEvent ( KviKvsObjectFunctionCall c)
protected
bool KvsObject_trayIcon::hide ( KviKvsObjectFunctionCall c)
protected
bool KvsObject_trayIcon::isVisible ( KviKvsObjectFunctionCall c)
protected
bool KvsObject_trayIcon::messageClickedEvent ( KviKvsObjectFunctionCall c)
protected
bool KvsObject_trayIcon::setContextMenu ( KviKvsObjectFunctionCall c)
protected
bool KvsObject_trayIcon::setIcon ( KviKvsObjectFunctionCall c)
protected
bool KvsObject_trayIcon::setTooltip ( KviKvsObjectFunctionCall c)
protected
bool KvsObject_trayIcon::show ( KviKvsObjectFunctionCall c)
protected
bool KvsObject_trayIcon::showMessage ( KviKvsObjectFunctionCall c)
protected
void KvsObject_trayIcon::slotActivated ( QSystemTrayIcon::ActivationReason  reason)
protectedslot
void KvsObject_trayIcon::slotMessageClicked ( )
protectedslot

Member Data Documentation

QSystemTrayIcon* KvsObject_trayIcon::m_pTrayIcon
protected

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