TDME2 1.9.121
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
GUINodeConditions Class Referencefinal

GUI element node conditions. More...

#include <tdme/gui/nodes/GUINodeConditions.h>

Collaboration diagram for GUINodeConditions:
Collaboration graph

Public Member Functions

 GUINodeConditions (GUIElementNode *node=nullptr)
 Public constructor. More...
 
const vector< string > & getConditions () const
 
bool has (const string &condition) const
 Returns if condition is set. More...
 
void set (const string &condition)
 Set condition. More...
 
void set (const vector< string > &conditions)
 Set multiple conditions. More...
 
bool add (const string &condition)
 Add a condition. More...
 
bool remove (const string &condition)
 Remove a condition. More...
 
bool removeAll ()
 Remove all. More...
 

Private Member Functions

void updateNode (GUINode *node, const vector< string > &conditions) const
 Update node. More...
 
void updateElementNode (const vector< string > &conditions) const
 Update element node. More...
 

Private Attributes

GUIElementNodeelementNode { nullptr }
 
vector< string > conditions
 

Friends

class GUINode
 

Detailed Description

GUI element node conditions.

Author
Andreas Drewke
Version
$Id$

Definition at line 22 of file GUINodeConditions.h.

Constructor & Destructor Documentation

◆ GUINodeConditions()

GUINodeConditions ( GUIElementNode node = nullptr)

Public constructor.

Parameters
nodenode

Definition at line 17 of file GUINodeConditions.cpp.

Member Function Documentation

◆ add()

bool add ( const string &  condition)
inline

Add a condition.

Parameters
conditioncondition
Returns
condition changed

Definition at line 89 of file GUINodeConditions.h.

◆ getConditions()

const vector< string > & getConditions ( ) const
inline
Returns
conditions

Definition at line 53 of file GUINodeConditions.h.

◆ has()

bool has ( const string &  condition) const
inline

Returns if condition is set.

Parameters
conditioncondition name
Returns
if condition is set

Definition at line 62 of file GUINodeConditions.h.

◆ remove()

bool remove ( const string &  condition)
inline

Remove a condition.

Parameters
conditioncondition
Returns
condition changed

Definition at line 103 of file GUINodeConditions.h.

◆ removeAll()

bool removeAll ( )
inline

Remove all.

Returns
condition changed

Definition at line 116 of file GUINodeConditions.h.

◆ set() [1/2]

void set ( const string &  condition)
inline

Set condition.

Parameters
conditioncondition

Definition at line 70 of file GUINodeConditions.h.

◆ set() [2/2]

void set ( const vector< string > &  conditions)
inline

Set multiple conditions.

Parameters
conditionsconditions

Definition at line 79 of file GUINodeConditions.h.

◆ updateElementNode()

void updateElementNode ( const vector< string > &  conditions) const
private

Update element node.

Parameters
conditionsconditions 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
nodenode
conditionsconditions that have been set

Definition at line 21 of file GUINodeConditions.cpp.

Friends And Related Function Documentation

◆ GUINode

friend class GUINode
friend

Definition at line 24 of file GUINodeConditions.h.

Member Data Documentation

◆ conditions

vector<string> conditions
private

Definition at line 28 of file GUINodeConditions.h.

◆ elementNode

GUIElementNode* elementNode { nullptr }
private

Definition at line 27 of file GUINodeConditions.h.


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