|
LMMS
|
Public Attributes | |
| Displays::Display * | display |
| bool | isRoot = false |
| DisplayNode * | parent = nullptr |
| Rectangle< double > | logicalArea |
Represents a node in our graph of displays.
| Displays::Display* juce::DisplayNode::display |
The Display object that this represents.
| bool juce::DisplayNode::isRoot = false |
True if this represents the 'root' display with position (0, 0).
| Rectangle<double> juce::DisplayNode::logicalArea |
The logical area to be calculated. This will be valid after processDisplay() has been called on this node.
| DisplayNode* juce::DisplayNode::parent = nullptr |
The parent node of this node in our display graph. This will have a correct logicalArea.