#include <node.h>
Public Member Functions |
|
AttributeBoolCollection (Node *pOwner, const QString &sID) | |
void | Clear (void) |
void | SetValue (unsigned int iIndex, bool bValue, unsigned int options=Attribute::asStringInternal) |
bool | Value (unsigned int iIndex) const |
int | AddBool (const QString &sName, bool bValue=false) |
unsigned int | BoolCount (void) const |
void | SetBoolName (unsigned int iIndex, const QString &sName) |
QString | BoolName (unsigned int iIndex) const |
AttributeBoolCollection | ( | Node * | pOwner, |
const QString & | sID | ||
) |
void Clear | ( | void | ) |
void SetValue | ( | unsigned int | iIndex, |
bool | bValue, | ||
unsigned int | options =
Attribute::asStringInternal |
||
) |
bool Value | ( | unsigned int | iIndex | ) | const |
int AddBool | ( | const QString & | sName, |
bool | bValue =
false |
||
) |
unsigned int BoolCount | ( | void | ) | const |
void SetBoolName | ( | unsigned int | iIndex, |
const QString & | sName | ||
) |
QString BoolName | ( | unsigned int | iIndex | ) | const |