#include <CEGUIUDim.h>
Public Member Functions | |
UDim () | |
UDim (float scale, float offset) | |
~UDim () | |
float | asAbsolute (float base) const |
float | asRelative (float base) const |
UDim | operator+ (const UDim &other) const |
UDim | operator- (const UDim &other) const |
UDim | operator/ (const UDim &other) const |
UDim | operator * (const UDim &other) const |
const UDim & | operator+= (const UDim &other) |
const UDim & | operator-= (const UDim &other) |
const UDim & | operator/= (const UDim &other) |
const UDim & | operator *= (const UDim &other) |
bool | operator== (const UDim &other) const |
bool | operator!= (const UDim &other) const |
Public Attributes | |
float | d_scale |
float | d_offset |
Definition at line 38 of file CEGUIUDim.h.
|
Definition at line 41 of file CEGUIUDim.h. |
|
Definition at line 42 of file CEGUIUDim.h. |
|
Definition at line 43 of file CEGUIUDim.h. |
|
|
Definition at line 46 of file CEGUIUDim.h. Referenced by CEGUI::Window::unifiedToRelativeX(), and CEGUI::Window::unifiedToRelativeY(). |
|
Definition at line 51 of file CEGUIUDim.h. |
|
Definition at line 56 of file CEGUIUDim.h. |
|
Definition at line 59 of file CEGUIUDim.h. References CEGUI::operator==(). |
|
Definition at line 48 of file CEGUIUDim.h. |
|
Definition at line 53 of file CEGUIUDim.h. |
|
Definition at line 49 of file CEGUIUDim.h. |
|
Definition at line 54 of file CEGUIUDim.h. |
|
Definition at line 50 of file CEGUIUDim.h. |
|
Definition at line 55 of file CEGUIUDim.h. |
|
Definition at line 58 of file CEGUIUDim.h. |
|
|