#include <MyGUI_ICroppedRectangle.h>
Definition at line 16 of file MyGUI_ICroppedRectangle.h.
§ ICroppedRectangle()
| MyGUI::ICroppedRectangle::ICroppedRectangle |
( |
| ) |
|
|
inline |
§ ~ICroppedRectangle()
| virtual MyGUI::ICroppedRectangle::~ICroppedRectangle |
( |
| ) |
|
|
inlinevirtual |
§ _checkMargin()
| bool MyGUI::ICroppedRectangle::_checkMargin |
( |
| ) |
|
|
inlineprotected |
§ _checkOutside()
| bool MyGUI::ICroppedRectangle::_checkOutside |
( |
| ) |
const |
|
inlineprotected |
§ _getMargin()
| const IntRect& MyGUI::ICroppedRectangle::_getMargin |
( |
| ) |
const |
|
inline |
§ _getMarginBottom()
| int MyGUI::ICroppedRectangle::_getMarginBottom |
( |
| ) |
const |
|
inline |
§ _getMarginLeft()
| int MyGUI::ICroppedRectangle::_getMarginLeft |
( |
| ) |
const |
|
inline |
§ _getMarginRight()
| int MyGUI::ICroppedRectangle::_getMarginRight |
( |
| ) |
const |
|
inline |
§ _getMarginTop()
| int MyGUI::ICroppedRectangle::_getMarginTop |
( |
| ) |
const |
|
inline |
§ _getViewBottom()
| int MyGUI::ICroppedRectangle::_getViewBottom |
( |
| ) |
const |
|
inline |
§ _getViewHeight()
| int MyGUI::ICroppedRectangle::_getViewHeight |
( |
| ) |
const |
|
inline |
§ _getViewLeft()
| int MyGUI::ICroppedRectangle::_getViewLeft |
( |
| ) |
const |
|
inline |
§ _getViewRight()
| int MyGUI::ICroppedRectangle::_getViewRight |
( |
| ) |
const |
|
inline |
§ _getViewTop()
| int MyGUI::ICroppedRectangle::_getViewTop |
( |
| ) |
const |
|
inline |
§ _getViewWidth()
| int MyGUI::ICroppedRectangle::_getViewWidth |
( |
| ) |
const |
|
inline |
§ _isMargin()
| bool MyGUI::ICroppedRectangle::_isMargin |
( |
| ) |
const |
|
inline |
§ _setCroppedParent()
§ getAbsoluteCoord()
| IntCoord MyGUI::ICroppedRectangle::getAbsoluteCoord |
( |
| ) |
const |
|
inline |
§ getAbsoluteLeft()
| int MyGUI::ICroppedRectangle::getAbsoluteLeft |
( |
| ) |
const |
|
inline |
§ getAbsolutePosition()
| const IntPoint& MyGUI::ICroppedRectangle::getAbsolutePosition |
( |
| ) |
const |
|
inline |
§ getAbsoluteRect()
| IntRect MyGUI::ICroppedRectangle::getAbsoluteRect |
( |
| ) |
const |
|
inline |
§ getAbsoluteTop()
| int MyGUI::ICroppedRectangle::getAbsoluteTop |
( |
| ) |
const |
|
inline |
§ getBottom()
| int MyGUI::ICroppedRectangle::getBottom |
( |
| ) |
const |
|
inline |
§ getCoord()
| const IntCoord& MyGUI::ICroppedRectangle::getCoord |
( |
| ) |
const |
|
inline |
§ getCroppedParent()
§ getHeight()
| int MyGUI::ICroppedRectangle::getHeight |
( |
| ) |
const |
|
inline |
§ getLeft()
| int MyGUI::ICroppedRectangle::getLeft |
( |
| ) |
const |
|
inline |
§ getPosition()
| IntPoint MyGUI::ICroppedRectangle::getPosition |
( |
| ) |
const |
|
inline |
§ getRight()
| int MyGUI::ICroppedRectangle::getRight |
( |
| ) |
const |
|
inline |
§ getSize()
| IntSize MyGUI::ICroppedRectangle::getSize |
( |
| ) |
const |
|
inline |
§ getTop()
| int MyGUI::ICroppedRectangle::getTop |
( |
| ) |
const |
|
inline |
§ getWidth()
| int MyGUI::ICroppedRectangle::getWidth |
( |
| ) |
const |
|
inline |
§ setCoord()
| 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.
§ setPosition()
| virtual void MyGUI::ICroppedRectangle::setPosition |
( |
const IntPoint & |
_value | ) |
|
|
inlinevirtual |
§ setSize()
| 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.
§ mAbsolutePosition
| IntPoint MyGUI::ICroppedRectangle::mAbsolutePosition |
|
protected |
§ mCoord
| IntCoord MyGUI::ICroppedRectangle::mCoord |
|
protected |
§ mCroppedParent
§ mIsMargin
| bool MyGUI::ICroppedRectangle::mIsMargin |
|
protected |
§ mMargin
| IntRect MyGUI::ICroppedRectangle::mMargin |
|
protected |
The documentation for this class was generated from the following file: