|
DUDS
|
Distributed Update of Data from Something
|
#include <duds/ui/graphics/BppImage.hpp>Go to the source code of this file.
Classes | |
| class | duds::ui::graphics::EmptyPanel |
| An empty panel; useful for taking up space according to a layout configuration. More... | |
| class | duds::ui::graphics::Panel |
| Represents something being drawn in a rectangular region defined by a PriorityGridLayout object. More... | |
| struct | duds::ui::graphics::PanelMargins |
| Defines the size of a margin bordering a panel; the size of the margin is included in computations for centering and edge justifications. More... | |
| struct | duds::ui::graphics::EmptyPanel::Token |
Namespaces | |
| duds | |
| duds::ui | |
| Holds user interface related code. | |
| duds::ui::graphics | |
| General graphics related code. | |
Typedefs | |
| typedef std::shared_ptr< Panel > | duds::ui::graphics::PanelSptr |
| A shared pointer to a Panel. More... | |