Inheritance Graph
graph BT
FlowLayouter
FlowLayouter --> AbstractLayouter
click FlowLayouter "classGUI_1_1FlowLayouter"
click AbstractLayouter "classGUI_1_1AbstractLayouter"
Description
Public Functions
Documentation
function
GUI::FlowLayouter::FlowLayouter
Defined in GUI/Base/Layouters/FlowLayouter.h:30
function
GUI::FlowLayouter::FlowLayouter
Defined in GUI/Base/Layouters/FlowLayouter.h:31
function
GUI::FlowLayouter::~FlowLayouter
Defined in GUI/Base/Layouters/FlowLayouter.h:32
function
GUI::FlowLayouter::getAutoBreak
Defined in GUI/Base/Layouters/FlowLayouter.h:34
function
GUI::FlowLayouter::getMaximize
Defined in GUI/Base/Layouters/FlowLayouter.h:35
function
GUI::FlowLayouter::getMargin
Defined in GUI/Base/Layouters/FlowLayouter.h:36
function
GUI::FlowLayouter::getPadding
Defined in GUI/Base/Layouters/FlowLayouter.h:37
function
GUI::FlowLayouter::setAutoBreak
Defined in GUI/Base/Layouters/FlowLayouter.h:39
function
GUI::FlowLayouter::setMaximize
If true, the size of the layouted panel is set to the maximum of the content’s size and the parent’s size. This is a special case used e.g. in Panels. Try to avoid this!
Defined in GUI/Base/Layouters/FlowLayouter.h:43
function
GUI::FlowLayouter::setMargin
Defined in GUI/Base/Layouters/FlowLayouter.h:44
function
GUI::FlowLayouter::setPadding
Defined in GUI/Base/Layouters/FlowLayouter.h:45
function
GUI::FlowLayouter::layout
Defined in GUI/Base/Layouters/FlowLayouter.h:48