#include <vxml.h>
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 |
| vxmlVariable::vxmlVariable | ( | QString | N, | |
| short * | wav, | |||
| int | S | |||
| ) |
| bool vxmlVariable::isType | ( | QString | t | ) | [inline] |
Definition at line 15 of file vxml.h.
Referenced by vxmlVarContainer::findFirstVariable(), vxmlVarContainer::findShortPtrVariable(), vxmlVarContainer::findStringVariable(), vxmlParser::Parse(), vxmlVarContainer::removeMatching(), and vxmlVarContainer::~vxmlVarContainer().
| QString vxmlVariable::getName | ( | void | ) | [inline] |
Definition at line 16 of file vxml.h.
Referenced by vxmlVarContainer::findShortPtrVariable(), vxmlVarContainer::findStringVariable(), and vxmlVarContainer::removeMatching().
| QString vxmlVariable::getSValue | ( | ) | [inline] |
| 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().
QString vxmlVariable::Name [private] |
QString vxmlVariable::Type [private] |
QString vxmlVariable::sValue [private] |
short* vxmlVariable::spValue [private] |
int vxmlVariable::spLength [private] |
1.5.5