Rose
|
A Simple layout manager. More...
#include <Visual.h>
Public Member Functions | |
Rectangle | layoutContent (gm::Context &context, const Rectangle &screenRect, LayoutManager::Itr first, LayoutManager::Itr last) override |
Layout the content. | |
![]() | |
size_t | maximumContent () const |
Get the maximum content of the LayoutManager. | |
Additional Inherited Members | |
![]() | |
using | Itr = Container::iterator |
![]() | |
static constexpr size_t | UnlimitedContent = std::numeric_limits<size_t>::max() |
The value for 'unlimited' managed objects. | |
![]() | |
static Rectangle | getScreenRectangle (std::shared_ptr< Visual > &visual) |
Get the screen rectangle of a Visual. | |
![]() | |
size_t | mMaxContent {UnlimitedContent} |
A Simple layout manager.