|
DUDS
|
Distributed Update of Data from Something
|
An empty panel; useful for taking up space according to a layout configuration. More...
#include <Panel.hpp>
Classes | |
| struct | Token |
Public Member Functions | |
| virtual const BppImage * | render (ImageLocation &, ImageDimensions &, PanelMargins &, int) |
| Just returns nullptr. More... | |
Public Member Functions inherited from duds::ui::graphics::Panel | |
| virtual void | added (PriorityGridLayout *pgl, unsigned int pri) |
| Informs the panel that it is being added to a layout. More... | |
| virtual void | removing (PriorityGridLayout *pgl, unsigned int pri) |
| Informs the panel that it is being removed from a layout. More... | |
Static Public Member Functions | |
| static std::shared_ptr< EmptyPanel > | make () |
| Returns a shared pointer to a new empty panel. More... | |
Private Member Functions | |
| EmptyPanel (Token) | |
An empty panel; useful for taking up space according to a layout configuration.
All layout configurations must have a Panel object. An instance of EmptyPanel can be used for all empty spots.
|
inlineprivate |
|
inlinestatic |
|
virtual |
Just returns nullptr.
Implements duds::ui::graphics::Panel.