Spinning Topp Logo BlackTopp Studios
inc
Public Types | Public Member Functions | Public Attributes | List of all members
Mezzanine::UI::PartitionData Class Reference

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.
 

Detailed Description

This is a helper class for storing metadata for partitions.

Definition at line 71 of file nineboxstrategy.h.

Constructor & Destructor Documentation

Mezzanine::UI::PartitionData::PartitionData ( const NineBoxPartition PartID)
inline

Class constructor.

Parameters
PartIDAn enum value identifying which screen partition this is.

Definition at line 86 of file nineboxstrategy.h.


The documentation for this class was generated from the following file: