This is the complete list of members for krotos::CustomLayout, including all inherited members.
| addComponent(Component &component, Rectangle< int > bounds=CustomLayout::DefaultSize) | krotos::CustomLayout | |
| addComponent(Component &component, ValueTree slot) | krotos::CustomLayout | |
| addSlot(const String &name, const Rectangle< int > &bounds) | krotos::CustomLayout | private |
| componentMovedOrResized(Component &component, bool wasMoved, bool wasResized) override | krotos::CustomLayout | private |
| configureAutoLayout(FlexBox flexboxSettings, FlexItem::Margin margin) | krotos::CustomLayout | |
| createAndAddResizableComponent(String name, Rectangle< int > bounds) | krotos::CustomLayout | private |
| CustomLayout() | krotos::CustomLayout | |
| DefaultSize | krotos::CustomLayout | static |
| FileExtension | krotos::CustomLayout | static |
| getAutoLayoutBoundsFromType | krotos::CustomLayout | |
| getLayoutTree() | krotos::CustomLayout | |
| isAutoLayoutActive() | krotos::CustomLayout | inline |
| isEditModeActive() | krotos::CustomLayout | inline |
| m_autoLayout | krotos::CustomLayout | private |
| m_components | krotos::CustomLayout | private |
| m_editable | krotos::CustomLayout | private |
| m_flexMargin | krotos::CustomLayout | private |
| m_flexSettings | krotos::CustomLayout | private |
| m_layoutTree | krotos::CustomLayout | private |
| paint(Graphics &) override | krotos::CustomLayout | inline |
| removeComponent(int index) | krotos::CustomLayout | |
| resetLayoutTree(const ValueTree &layoutTree) | krotos::CustomLayout | |
| resized() override | krotos::CustomLayout | |
| saveLayout() | krotos::CustomLayout | private |
| setAutoLayout(bool isEnabled) | krotos::CustomLayout | inline |
| setEditModeActive(bool isEditModeActive) | krotos::CustomLayout | |
| setLayoutTree(const ValueTree &layoutTree) | krotos::CustomLayout | inline |
| treeRedirected | krotos::CustomLayout | |
| valueTreeChildAdded(ValueTree &parentTree, ValueTree &childWhichHasBeenAdded) override | krotos::CustomLayout | private |
| valueTreeChildRemoved(ValueTree &parentTree, ValueTree &childWhichHasBeenRemoved, int indexFromWhichChildWasRemoved) override | krotos::CustomLayout | private |
| valueTreePropertyChanged(ValueTree &treeWhosePropertyHasChanged, const Identifier &property) override | krotos::CustomLayout | private |
| valueTreeRedirected(ValueTree &treeWhichHasBeenChanged) | krotos::CustomLayout | private |
| ~CustomLayout() | krotos::CustomLayout | |