#include <CEGUIUDim.h>
Collaboration diagram for CEGUI::URect:
Public Member Functions | |
URect () | |
URect (const UVector2 &min, const UVector2 &max) | |
URect (const UDim &left, const UDim &top, const UDim &right, const UDim &bottom) | |
~URect () | |
Rect | asAbsolute (const Size &base) const |
Rect | asRelative (const Size &base) const |
const UVector2 & | getPosition () const |
UVector2 | getSize () const |
UDim | getWidth () const |
UDim | getHeight () const |
void | setPosition (const UVector2 &pos) |
void | setSize (const UVector2 &sz) |
void | setWidth (const UDim &w) |
void | setHeight (const UDim &h) |
void | offset (const UVector2 &sz) |
Public Attributes | |
UVector2 | d_min |
UVector2 | d_max |
Definition at line 92 of file CEGUIUDim.h.
|
Definition at line 95 of file CEGUIUDim.h. |
|
Definition at line 97 of file CEGUIUDim.h. |
|
Definition at line 99 of file CEGUIUDim.h. |
|
Definition at line 107 of file CEGUIUDim.h. |
|
Definition at line 109 of file CEGUIUDim.h. References CEGUI::Size::d_height, and CEGUI::Size::d_width. Referenced by CEGUI::MouseCursor::getConstraintArea(), CEGUI::ComponentArea::getPixelRect(), CEGUI::Window::screenToWindow(), CEGUI::Window::unifiedToAbsolute(), and CEGUI::Window::windowToScreen(). |
|
Definition at line 119 of file CEGUIUDim.h. References CEGUI::Size::d_height, and CEGUI::Size::d_width. Referenced by CEGUI::Window::unifiedToRelative(). |
|
Definition at line 132 of file CEGUIUDim.h. |
|
Definition at line 129 of file CEGUIUDim.h. Referenced by CEGUI::FrameWindow::offsetPixelPosition(), CEGUI::Window::onParentSized(), CEGUI::Window::setWindowHeight(), CEGUI::Window::setWindowSize(), and CEGUI::Window::setWindowWidth(). |
|
|
Definition at line 131 of file CEGUIUDim.h. |
|
Definition at line 149 of file CEGUIUDim.h. |
|
Definition at line 147 of file CEGUIUDim.h. |
|
Definition at line 134 of file CEGUIUDim.h. Referenced by CEGUI::Window::setWindowArea_impl(). |
|
Definition at line 141 of file CEGUIUDim.h. Referenced by CEGUI::Window::setWindowArea_impl(). |
|
Definition at line 146 of file CEGUIUDim.h. References CEGUI::UVector2::d_x. |
|
|