|
FreePOOMA
2.4.1
|
TouchesConstructINode is used to construct an INode during the touches() operation in layouts. More...
#include <INode.h>

Public Types | |
| typedef GlobalIDDataBase::NodeKey_t | NodeKey_t |
| typedef Unique::Value_t | LayoutID_t |
Public Member Functions | |
| TouchesConstructINode (LayoutID_t layoutID, NodeKey_t parent, GlobalIDDataBase *globalIDDataBase) | |
| LayoutID_t | layoutID () const |
| NodeKey_t | parent () const |
| GlobalIDDataBase * | globalIDDataBase () const |
Public Attributes | |
| LayoutID_t | layoutID_m |
| NodeKey_t | parent_m |
| GlobalIDDataBase * | globalIDDataBase_m |
TouchesConstructINode is used to construct an INode during the touches() operation in layouts.
| typedef GlobalIDDataBase::NodeKey_t TouchesConstructINode< Dim >::NodeKey_t |
| typedef Unique::Value_t TouchesConstructINode< Dim >::LayoutID_t |
| TouchesConstructINode< Dim >::TouchesConstructINode | ( | LayoutID_t | layoutID, |
| NodeKey_t | parent, | ||
| GlobalIDDataBase * | globalIDDataBase | ||
| ) | [inline] |
| LayoutID_t TouchesConstructINode< Dim >::layoutID | ( | ) | const [inline] |
References TouchesConstructINode< Dim >::layoutID_m.
Referenced by INode< Dim >::INode().
| NodeKey_t TouchesConstructINode< Dim >::parent | ( | ) | const [inline] |
References TouchesConstructINode< Dim >::parent_m.
Referenced by INode< Dim >::INode().
| GlobalIDDataBase* TouchesConstructINode< Dim >::globalIDDataBase | ( | ) | const [inline] |
References TouchesConstructINode< Dim >::globalIDDataBase_m.
| LayoutID_t TouchesConstructINode< Dim >::layoutID_m |
Referenced by TouchesConstructINode< Dim >::layoutID().
| NodeKey_t TouchesConstructINode< Dim >::parent_m |
Referenced by TouchesConstructINode< Dim >::parent().
| GlobalIDDataBase* TouchesConstructINode< Dim >::globalIDDataBase_m |
Referenced by TouchesConstructINode< Dim >::globalIDDataBase().
1.7.6.1