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

Go to the source code of this file.

Classes

struct  duds::ui::graphics::GridLayoutConfig
 Informs a PriorityGridLayout object where to place and how large to make Panel objects. More...
 
struct  duds::ui::graphics::GridLocation
 The location of a panel in a PriorityGridLayout. More...
 
struct  duds::ui::graphics::GridSizeStep
 A single size-step used by a PriorityGridLayout to place a Panel. More...
 

Namespaces

 duds
 
 duds::ui
 Holds user interface related code.
 
 duds::ui::graphics
 General graphics related code.
 

Typedefs

typedef std::vector< GridSizeStep > duds::ui::graphics::GridSizeSteps
 A vector of size-step information for a Panel in a PriorityGridLayout. More...