KVIrc 5.2.0
Developer APIs
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
KvsObject_list Class Reference

#include <KvsObject_list.h>

+ Inheritance diagram for KvsObject_list:

Public Member Functions

bool append (KviKvsObjectFunctionCall *c)
 
bool at (KviKvsObjectFunctionCall *c)
 
bool clear (KviKvsObjectFunctionCall *c)
 
bool count (KviKvsObjectFunctionCall *c)
 
bool current (KviKvsObjectFunctionCall *c)
 
bool eof (KviKvsObjectFunctionCall *c)
 
bool insert (KviKvsObjectFunctionCall *c)
 
bool isEmpty (KviKvsObjectFunctionCall *c)
 
bool moveFirst (KviKvsObjectFunctionCall *c)
 
bool moveLast (KviKvsObjectFunctionCall *c)
 
bool moveNext (KviKvsObjectFunctionCall *c)
 
bool movePrev (KviKvsObjectFunctionCall *c)
 
bool prepend (KviKvsObjectFunctionCall *c)
 
bool remove (KviKvsObjectFunctionCall *c)
 
bool removeCurrent (KviKvsObjectFunctionCall *c)
 
bool removeFirst (KviKvsObjectFunctionCall *c)
 
bool removeLast (KviKvsObjectFunctionCall *c)
 
bool sort (KviKvsObjectFunctionCall *c)
 
- 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, KviKvsVariant *pRetVal, KviKvsVariantList *pParams=nullptr)
 
bool callFunction (KviKvsObject *pCaller, const QString &fncName, KviKvsVariantList *pParams=nullptr)
 
bool connectSignal (const QString &sigName, KviKvsObject *target, const QString &slotName)
 
KviKvsHashdataContainer ()
 
bool die ()
 
bool dieNow ()
 
bool disconnectSignal (const QString &sigName, KviKvsObject *target, const QString &slotName)
 
bool disconnectSignal (const QString &sigName, KviKvsObjectConnection *con)
 
int emitSignal (const QString &sigName, KviKvsObjectFunctionCall *pOuterCall, KviKvsVariantList *pParams=nullptr)
 
KviKvsObjectfindChild (const QString &szClass, const QString &szName)
 
KviPointerHashTable< QString, KviKvsObjectFunctionHandler > * functionHandlers ()
 
KviKvsObjectClassgetClass (const QString &classOverride=QString())
 
KviKvsObjectClassgetExactClass ()
 
const QString & getName () const
 
kvs_hobject_t handle ()
 
bool inheritsClass (const QString &szClass)
 
bool inheritsClass (KviKvsObjectClass *pClass)
 
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 ()
 
 ~KviKvsObject ()
 

Protected Member Functions

KviPointerList< KviKvsVariant > * dataList () const
 
- Protected Member Functions inherited from KviKvsObject
bool eventFilter (QObject *o, QEvent *e) override
 
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)
 
void timerEvent (QTimerEvent *e) override
 
void unregisterChild (KviKvsObject *c)
 
bool unregisterConnection (KviKvsObjectConnection *con)
 

Protected Attributes

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

Additional Inherited Members

- Protected Slots inherited from KviKvsObject
void delayedDie ()
 
void objectDestroyed ()
 

Member Function Documentation

◆ append()

bool KvsObject_list::append ( KviKvsObjectFunctionCall c)

◆ at()

bool KvsObject_list::at ( KviKvsObjectFunctionCall c)

◆ clear()

bool KvsObject_list::clear ( KviKvsObjectFunctionCall c)

◆ count()

bool KvsObject_list::count ( KviKvsObjectFunctionCall c)

◆ current()

bool KvsObject_list::current ( KviKvsObjectFunctionCall c)

◆ dataList()

KviPointerList< KviKvsVariant > * KvsObject_list::dataList ( ) const
inlineprotected

References m_pDataList.

◆ eof()

bool KvsObject_list::eof ( KviKvsObjectFunctionCall c)

◆ insert()

bool KvsObject_list::insert ( KviKvsObjectFunctionCall c)

◆ isEmpty()

bool KvsObject_list::isEmpty ( KviKvsObjectFunctionCall c)

◆ moveFirst()

bool KvsObject_list::moveFirst ( KviKvsObjectFunctionCall c)

◆ moveLast()

bool KvsObject_list::moveLast ( KviKvsObjectFunctionCall c)

◆ moveNext()

bool KvsObject_list::moveNext ( KviKvsObjectFunctionCall c)

◆ movePrev()

bool KvsObject_list::movePrev ( KviKvsObjectFunctionCall c)

◆ prepend()

bool KvsObject_list::prepend ( KviKvsObjectFunctionCall c)

◆ remove()

bool KvsObject_list::remove ( KviKvsObjectFunctionCall c)

◆ removeCurrent()

bool KvsObject_list::removeCurrent ( KviKvsObjectFunctionCall c)

◆ removeFirst()

bool KvsObject_list::removeFirst ( KviKvsObjectFunctionCall c)

◆ removeLast()

bool KvsObject_list::removeLast ( KviKvsObjectFunctionCall c)

◆ sort()

bool KvsObject_list::sort ( KviKvsObjectFunctionCall c)

Member Data Documentation

◆ m_pDataList

KviPointerList<KviKvsVariant>* KvsObject_list::m_pDataList
protected

Referenced by dataList().


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