DUDS
Distributed Update of Data from Something
Panel.hpp File Reference
Include dependency graph for Panel.hpp:
This graph shows which files directly or indirectly include this file:

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...