Public Attributes | List of all members
Positioner::Data Struct Reference

The data object. More...

Public Attributes

Rectangle< int > bounds
 The bounds relative to its parent component. More...
 
std::vector< Datachildren
 The list of child components. More...
 
String name
 The name of the component. More...
 

Detailed Description

The data object.

This will be created from the std::initializer_list tree that you've pasted from the clipboard.

Member Data Documentation

Rectangle<int> bounds

The bounds relative to its parent component.

std::vector<Data> children

The list of child components.

This sets up a tree hierarchy that must be matched by your main Component's child component hierarchy.

String name

The name of the component.

This must be the same String that was passed into Component::setName().

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.