#include <MyGUI_ICroppedRectangle.h>
Definition at line 16 of file MyGUI_ICroppedRectangle.h.
MyGUI::ICroppedRectangle::ICroppedRectangle |
( |
| ) |
|
|
inline |
virtual MyGUI::ICroppedRectangle::~ICroppedRectangle |
( |
| ) |
|
|
inlinevirtual |
bool MyGUI::ICroppedRectangle::_checkMargin |
( |
| ) |
|
|
inlineprotected |
bool MyGUI::ICroppedRectangle::_checkOutside |
( |
| ) |
const |
|
inlineprotected |
const IntRect& MyGUI::ICroppedRectangle::_getMargin |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getMarginBottom |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getMarginLeft |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getMarginRight |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getMarginTop |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getViewBottom |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getViewHeight |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getViewLeft |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getViewRight |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getViewTop |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::_getViewWidth |
( |
| ) |
const |
|
inline |
bool MyGUI::ICroppedRectangle::_isMargin |
( |
| ) |
const |
|
inline |
IntCoord MyGUI::ICroppedRectangle::getAbsoluteCoord |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::getAbsoluteLeft |
( |
| ) |
const |
|
inline |
const IntPoint& MyGUI::ICroppedRectangle::getAbsolutePosition |
( |
| ) |
const |
|
inline |
IntRect MyGUI::ICroppedRectangle::getAbsoluteRect |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::getAbsoluteTop |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::getBottom |
( |
| ) |
const |
|
inline |
const IntCoord& MyGUI::ICroppedRectangle::getCoord |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::getHeight |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::getLeft |
( |
| ) |
const |
|
inline |
IntPoint MyGUI::ICroppedRectangle::getPosition |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::getRight |
( |
| ) |
const |
|
inline |
IntSize MyGUI::ICroppedRectangle::getSize |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::getTop |
( |
| ) |
const |
|
inline |
int MyGUI::ICroppedRectangle::getWidth |
( |
| ) |
const |
|
inline |
virtual void MyGUI::ICroppedRectangle::setCoord |
( |
const IntCoord & |
_value | ) |
|
|
inlinevirtual |
Set coordinates (position and size)
Reimplemented in MyGUI::EditBox, MyGUI::ListBox, MyGUI::Canvas, MyGUI::ItemBox, MyGUI::Widget, MyGUI::ScrollBar, MyGUI::Window, MyGUI::TabControl, MyGUI::ProgressBar, MyGUI::MultiListBox, and MyGUI::ScrollView.
Definition at line 45 of file MyGUI_ICroppedRectangle.h.
virtual void MyGUI::ICroppedRectangle::setPosition |
( |
const IntPoint & |
_value | ) |
|
|
inlinevirtual |
virtual void MyGUI::ICroppedRectangle::setSize |
( |
const IntSize & |
_value | ) |
|
|
inlinevirtual |
Set size
Reimplemented in MyGUI::EditBox, MyGUI::ListBox, MyGUI::Canvas, MyGUI::ItemBox, MyGUI::Widget, MyGUI::ScrollBar, MyGUI::Window, MyGUI::TabControl, MyGUI::ProgressBar, MyGUI::MultiListBox, and MyGUI::ScrollView.
Definition at line 39 of file MyGUI_ICroppedRectangle.h.
IntPoint MyGUI::ICroppedRectangle::mAbsolutePosition |
|
protected |
IntCoord MyGUI::ICroppedRectangle::mCoord |
|
protected |
bool MyGUI::ICroppedRectangle::mIsMargin |
|
protected |
IntRect MyGUI::ICroppedRectangle::mMargin |
|
protected |
The documentation for this class was generated from the following file: