#include <info_impl.hh>
Definition at line 54 of file info_impl.hh.
◆ EleImpl()
◆ CreateSub()
◆ GetAttribute()
◆ GetAttributeList()
std::vector<String> GetAttributeList |
( |
| ) |
const |
◆ GetBoolRepr()
bool GetBoolRepr |
( |
| ) |
const |
◆ GetComment()
◆ GetElement() [1/2]
QDomElement& GetElement |
( |
| ) |
|
◆ GetElement() [2/2]
const QDomElement& GetElement |
( |
| ) |
const |
◆ GetFloatRepr()
float GetFloatRepr |
( |
| ) |
const |
◆ GetIntRepr()
◆ GetName()
◆ GetParent()
◆ GetPath()
◆ GetRoot() [1/2]
◆ GetRoot() [2/2]
◆ GetStringRepr()
String GetStringRepr |
( |
| ) |
const |
◆ GetSub()
get single sub elements with specified name throws if no element is found
◆ GetSubList()
std::vector<ElePtr> GetSubList |
( |
| ) |
const |
◆ GetSubs()
get sub elements with specified element name
does not throw. returns empty list if not elements have been found
◆ GetTextData()
◆ GetType()
◆ GetVecRepr()
◆ HasAttribute()
bool HasAttribute |
( |
const String & |
name | ) |
const |
◆ HasSub()
bool HasSub |
( |
const String & |
name | ) |
const |
◆ operator==()
bool operator== |
( |
const EleImpl & |
ref | ) |
const |
◆ RemoveAttribute()
void RemoveAttribute |
( |
const String & |
name | ) |
|
◆ RemoveSub() [1/2]
void RemoveSub |
( |
const ElePtr & |
ele | ) |
|
◆ RemoveSub() [2/2]
void RemoveSub |
( |
const String & |
name | ) |
|
◆ SetAttribute()
void SetAttribute |
( |
const String & |
name, |
|
|
const String & |
value |
|
) |
| |
◆ SetBoolRepr()
void SetBoolRepr |
( |
bool |
repr | ) |
|
◆ SetFloatRepr()
void SetFloatRepr |
( |
float |
repr | ) |
|
◆ SetIntRepr()
void SetIntRepr |
( |
int |
repr | ) |
|
◆ SetName()
void SetName |
( |
const String & |
n | ) |
|
◆ SetNewType()
◆ SetStringRepr()
void SetStringRepr |
( |
const String & |
v, |
|
|
bool |
settype |
|
) |
| |
◆ SetTextData()
void SetTextData |
( |
const String & |
td | ) |
|
◆ SetType()
◆ SetVecRepr()
The documentation for this class was generated from the following file: