vxmlVariable Class Reference

#include <vxml.h>

List of all members.


Detailed Description

Definition at line 9 of file vxml.h.


Public Member Functions

 vxmlVariable (QString N, QString V)
 vxmlVariable (QString N, short *wav, int S)
virtual ~vxmlVariable ()
bool isType (QString t)
QString getName ()
QString getSValue ()
short * getSPValue ()
int getSPLength ()
void delSPValue ()

Private Attributes

QString Name
QString Type
QString sValue
short * spValue
int spLength

Constructor & Destructor Documentation

vxmlVariable::vxmlVariable ( QString  N,
QString  V 
)

Definition at line 976 of file vxml.cpp.

vxmlVariable::vxmlVariable ( QString  N,
short *  wav,
int  S 
)

Definition at line 984 of file vxml.cpp.

virtual vxmlVariable::~vxmlVariable (  )  [inline, virtual]

Definition at line 14 of file vxml.h.


Member Function Documentation

bool vxmlVariable::isType ( QString  t  )  [inline]

QString vxmlVariable::getName ( void   )  [inline]

QString vxmlVariable::getSValue (  )  [inline]

Definition at line 17 of file vxml.h.

Referenced by vxmlVarContainer::findStringVariable().

short* vxmlVariable::getSPValue (  )  [inline]

Definition at line 18 of file vxml.h.

Referenced by vxmlVarContainer::findShortPtrVariable(), and vxmlParser::Parse().

int vxmlVariable::getSPLength (  )  [inline]

Definition at line 19 of file vxml.h.

Referenced by vxmlVarContainer::findShortPtrVariable(), and vxmlParser::Parse().

void vxmlVariable::delSPValue (  )  [inline]

Definition at line 20 of file vxml.h.

Referenced by vxmlVarContainer::removeMatching(), and vxmlVarContainer::~vxmlVarContainer().


Member Data Documentation

QString vxmlVariable::Name [private]

Definition at line 20 of file vxml.h.

QString vxmlVariable::Type [private]

Definition at line 24 of file vxml.h.

Referenced by isType(), and vxmlVariable().

QString vxmlVariable::sValue [private]

Definition at line 25 of file vxml.h.

Referenced by getSValue(), and vxmlVariable().

short* vxmlVariable::spValue [private]

Definition at line 26 of file vxml.h.

Referenced by getSPValue(), and vxmlVariable().

int vxmlVariable::spLength [private]

Definition at line 27 of file vxml.h.

Referenced by getSPLength(), and vxmlVariable().


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

Generated on Sat Dec 18 05:16:14 2010 for MythTV by  doxygen 1.5.5