CompSize Class Reference
A 2D size (likely in screen space) that can only be mutated with set() methods, since it'd data members are private.
More...
#include <size.h>
Inherited by CompIcon, and CompScreen.
List of all members.
|
Public Types |
typedef std::vector< CompSize > | vector |
typedef std::vector< CompSize * > | ptrVector |
typedef std::list< CompSize > | list |
typedef std::list< CompSize * > | ptrList |
Public Member Functions |
| CompSize (int, int) |
int | width () const |
int | height () const |
void | setWidth (int) |
void | setHeight (int) |
Detailed Description
A 2D size (likely in screen space) that can only be mutated with set() methods, since it'd data members are private.
The documentation for this class was generated from the following file: