This is a helper class for storing metadata for partitions. More...
#include <nineboxstrategy.h>
Collaboration diagram for Mezzanine::UI::PartitionData:Public Types | |
| typedef std::vector< Widget * > | WidgetContainer |
| Basic container type for Widget storage by this class. | |
Public Member Functions | |
| PartitionData (const NineBoxPartition &PartID) | |
| Class constructor. More... | |
| ~PartitionData () | |
| Class destructor. | |
Public Attributes | |
| NineBoxPartition | PartitionID |
| An enum value identifying which screen partition this is. | |
| Rect | PartitionRect |
| A Rect representing the pixel limits of this screen partition. | |
| WidgetContainer | Widgets |
| A container storing all the quads that overlap with this screen partition. | |
This is a helper class for storing metadata for partitions.
Definition at line 71 of file nineboxstrategy.h.
|
inline |
Class constructor.
| PartID | An enum value identifying which screen partition this is. |
Definition at line 86 of file nineboxstrategy.h.
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.