 |
Gorgon Game Engine
|
Go to the documentation of this file.
5 namespace Gorgon {
namespace UI {
namespace Organizers {
List organizer will organize components one per line like a list.
Definition: List.h:12
int spacing
Definition: List.h:32
Provides the basis for the automatic UI organizers.
Definition: Base.h:18
Root namespace for Gorgon Game Engine.
Definition: Any.h:19
int GetSpacing() const
Returns the spacing between the lines.
Definition: List.h:25
virtual void reorganize() override
Should reorganize the contents of the organizer.
Definition: List.cpp:6
List(int spacing=5)
Constructs a new list organizer, spacing between lines can be specified.
Definition: List.h:16
void SetSpacing(int value)
Sets the spacing between the lines.
Definition: List.h:20
T_ Width
Width of this size object.
Definition: Size.h:258
WidgetContainer & GetAttached() const
Returns the container that this organizer is attached to.
Definition: Base.h:38