GUI element node conditions.
More...
#include <tdme/gui/nodes/GUINodeConditions.h>
GUI element node conditions.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 22 of file GUINodeConditions.h.
◆ GUINodeConditions()
◆ add()
bool add |
( |
const string & |
condition | ) |
|
|
inline |
◆ getConditions()
const vector< string > & getConditions |
( |
| ) |
const |
|
inline |
◆ has()
bool has |
( |
const string & |
condition | ) |
const |
|
inline |
Returns if condition is set.
- Parameters
-
- Returns
- if condition is set
Definition at line 62 of file GUINodeConditions.h.
◆ remove()
bool remove |
( |
const string & |
condition | ) |
|
|
inline |
◆ removeAll()
◆ set() [1/2]
void set |
( |
const string & |
condition | ) |
|
|
inline |
◆ set() [2/2]
void set |
( |
const vector< string > & |
conditions | ) |
|
|
inline |
◆ updateElementNode()
void updateElementNode |
( |
const vector< string > & |
conditions | ) |
const |
|
private |
Update element node.
- Parameters
-
conditions | conditions that have been set |
Definition at line 33 of file GUINodeConditions.cpp.
◆ updateNode()
void updateNode |
( |
GUINode * |
node, |
|
|
const vector< string > & |
conditions |
|
) |
| const |
|
private |
Update node.
- Parameters
-
node | node |
conditions | conditions that have been set |
Definition at line 21 of file GUINodeConditions.cpp.
◆ GUINode
◆ conditions
vector<string> conditions |
|
private |
◆ elementNode
The documentation for this class was generated from the following files: