JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces
juce_Displays.cpp File Reference

Go to the source code of this file.

Classes

struct  juce::DisplayNode
 Represents a node in our graph of displays. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Class Documentation

◆ juce::DisplayNode

struct juce::DisplayNode

Represents a node in our graph of displays.

Definition at line 229 of file juce_Displays.cpp.

Class Members
Display * display The Display object that this represents.
bool isRoot True if this represents the 'root' display with position (0, 0).
Rectangle< double > logicalArea The logical area to be calculated.

This will be valid after processDisplay() has been called on this node.

DisplayNode * parent The parent node of this node in our display graph.

This will have a correct logicalArea.