Contains information about one node.
More...
#include <GUIWheel.h>
|
CGUIText * | m_pkGUIText |
| GUIText needed to display value.
|
|
eC_String | m_sNodeText |
| Value of entry displayed.
|
|
Contains information about one node.
◆ NodeInfo() [1/2]
CGUIWheel::NodeInfo::NodeInfo |
( |
const NodeInfo & |
kToBeCopied | ) |
|
|
inline |
Copy constructor
- Parameters
-
kToBeCopied | Node from which to copy |
◆ NodeInfo() [2/2]
CGUIWheel::NodeInfo::NodeInfo |
( |
CGUIObject * |
pkParent, |
|
|
const eC_String & |
kNodeText, |
|
|
eC_Value |
vXPos, |
|
|
eC_Value |
vYPos, |
|
|
eC_Value |
vWidth, |
|
|
eC_Value |
vHeight |
|
) |
| |
|
inline |
Constructor
- Parameters
-
pkParent | Object to which the internal text shall be attached |
kNodeText | Text string to display on the text object |
vXPos | the text's relative x position |
vYPos | the text's relative y position |
vWidth | the text's width |
vHeight | the text's height |
◆ operator=()
Assignment Operator
- Parameters
-
kNode | Node from which to copy |
- Returns
- this node
◆ operator==()
bool CGUIWheel::NodeInfo::operator== |
( |
const NodeInfo & |
kNode | ) |
|
|
inline |
Compare operators needed in order to used Sort()
- Parameters
-
kNode | Node with which to compare |
- Returns
- True When the two node's texts are identical
◆ operator>()
bool CGUIWheel::NodeInfo::operator> |
( |
const NodeInfo & |
kNode | ) |
|
|
inline |
Compare operators needed in order to used Sort()
- Parameters
-
kNode | Node with which to compare |
- Returns
- True if the other node's value is larger.
The documentation for this struct was generated from the following file: