KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Attributes | List of all members
KviKvsTreeNodeFunctionCall Class Reference

#include <KviKvsTreeNodeFunctionCall.h>

+ Inheritance diagram for KviKvsTreeNodeFunctionCall:

Public Member Functions

virtual bool canEvaluateToObjectReference ()
 
virtual void contextDescription (QString &szBuffer)
 Sets the buffer. More...
 
virtual void dump (const char *prefix)
 Dumps the tree. More...
 
virtual bool isFunctionCall ()
 
 KviKvsTreeNodeFunctionCall (const QChar *pLocation, const QString &szFunctionName, KviKvsTreeNodeDataList *pParams)
 
 ~KviKvsTreeNodeFunctionCall ()
 
- Public Member Functions inherited from KviKvsTreeNodeData
virtual bool canEvaluateInObjectScope ()
 
virtual bool convertStringConstantToNumeric ()
 
const QChar * endingLocation ()
 
virtual bool evaluateReadOnly (KviKvsRunTimeContext *c, KviKvsVariant *pBuffer)
 
virtual bool evaluateReadOnlyInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c, KviKvsVariant *pBuffer)
 
virtual KviKvsRWEvaluationResultevaluateReadWrite (KviKvsRunTimeContext *c)
 
virtual KviKvsRWEvaluationResultevaluateReadWriteInObjectScope (KviKvsObject *o, KviKvsRunTimeContext *c)
 
virtual bool isReadOnly ()
 
 KviKvsTreeNodeData (const QChar *pLocation)
 
void setEndingLocation (const QChar *pEndingLocation)
 
 ~KviKvsTreeNodeData ()
 
- Public Member Functions inherited from KviKvsTreeNode
 KviKvsTreeNode (const QChar *pLocation)
 Constructs the treenode object. More...
 
const QChar * location ()
 Returns the location char. More...
 
KviKvsTreeNodeparent ()
 Returns the parent object. More...
 
void setParent (KviKvsTreeNode *p)
 Sets the parent object. More...
 
virtual ~KviKvsTreeNode ()
 Destroys the treenode object. More...
 

Protected Attributes

KviKvsTreeNodeDataListm_pParams
 
QString m_szFunctionName
 
- Protected Attributes inherited from KviKvsTreeNodeData
const QChar * m_pEndingLocation
 
- Protected Attributes inherited from KviKvsTreeNode
const QChar * m_pLocation
 
KviKvsTreeNodem_pParent
 

Additional Inherited Members

- Protected Member Functions inherited from KviKvsTreeNode
void setLocation (const QChar *pLocation)
 Sets the location char. More...
 

Constructor & Destructor Documentation

KviKvsTreeNodeFunctionCall::KviKvsTreeNodeFunctionCall ( const QChar *  pLocation,
const QString &  szFunctionName,
KviKvsTreeNodeDataList pParams 
)
KviKvsTreeNodeFunctionCall::~KviKvsTreeNodeFunctionCall ( )

References m_pParams.

Member Function Documentation

bool KviKvsTreeNodeFunctionCall::canEvaluateToObjectReference ( )
virtual

Reimplemented from KviKvsTreeNodeData.

void KviKvsTreeNodeFunctionCall::contextDescription ( QString &  szBuffer)
virtual
void KviKvsTreeNodeFunctionCall::dump ( const char *  prefix)
virtual
bool KviKvsTreeNodeFunctionCall::isFunctionCall ( )
virtual

Reimplemented from KviKvsTreeNodeData.

Member Data Documentation

KviKvsTreeNodeDataList* KviKvsTreeNodeFunctionCall::m_pParams
protected
QString KviKvsTreeNodeFunctionCall::m_szFunctionName
protected

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