#include <MyGUI_ICroppedRectangle.h>
Detailed Description
Definition at line 32 of file MyGUI_ICroppedRectangle.h.
Constructor & Destructor Documentation
MyGUI::ICroppedRectangle::ICroppedRectangle |
( |
| ) |
|
|
inline |
virtual MyGUI::ICroppedRectangle::~ICroppedRectangle |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
bool MyGUI::ICroppedRectangle::_checkMargin |
( |
| ) |
|
|
inlineprotected |
bool MyGUI::ICroppedRectangle::_checkOutside |
( |
| ) |
|
|
inlineprotected |
bool MyGUI::ICroppedRectangle::_checkPoint |
( |
int |
_left, |
|
|
int |
_top |
|
) |
| |
|
inlineprotected |
virtual void MyGUI::ICroppedRectangle::_correctView |
( |
| ) |
|
|
inlinevirtual |
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 |
virtual void MyGUI::ICroppedRectangle::_setAlign |
( |
const IntSize & |
_oldsize, |
|
|
bool |
_update |
|
) |
| |
|
inlinevirtual |
virtual void MyGUI::ICroppedRectangle::_setAlign |
( |
const IntCoord & |
_oldcoord, |
|
|
bool |
_update |
|
) |
| |
|
inlinevirtual |
virtual void MyGUI::ICroppedRectangle::_updateView |
( |
| ) |
|
|
inlinevirtual |
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 |
Align MyGUI::ICroppedRectangle::getAlign |
( |
| ) |
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 |
void MyGUI::ICroppedRectangle::hide |
( |
| ) |
|
|
inline |
bool MyGUI::ICroppedRectangle::isShow |
( |
| ) |
|
|
inline |
bool MyGUI::ICroppedRectangle::isVisible |
( |
| ) |
const |
|
inline |
virtual void MyGUI::ICroppedRectangle::setAlign |
( |
Align |
_value | ) |
|
|
inlinevirtual |
virtual void MyGUI::ICroppedRectangle::setCoord |
( |
const IntCoord & |
_value | ) |
|
|
inlinevirtual |
Set coordinates (position and size)
Reimplemented in MyGUI::Edit, MyGUI::List, MyGUI::ItemBox, MyGUI::Canvas, MyGUI::Widget, MyGUI::ListCtrl, MyGUI::VScroll, MyGUI::Window, MyGUI::Tab, MyGUI::Progress, and MyGUI::ScrollView.
Definition at line 48 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::Edit, MyGUI::List, MyGUI::ItemBox, MyGUI::Canvas, MyGUI::Widget, MyGUI::ListCtrl, MyGUI::VScroll, MyGUI::Window, MyGUI::Tab, MyGUI::Progress, and MyGUI::ScrollView.
Definition at line 58 of file MyGUI_ICroppedRectangle.h.
virtual void MyGUI::ICroppedRectangle::setVisible |
( |
bool |
_value | ) |
|
|
inlinevirtual |
void MyGUI::ICroppedRectangle::show |
( |
| ) |
|
|
inline |
Field Documentation
IntPoint MyGUI::ICroppedRectangle::mAbsolutePosition |
|
protected |
Align MyGUI::ICroppedRectangle::mAlign |
|
protected |
IntCoord MyGUI::ICroppedRectangle::mCoord |
|
protected |
bool MyGUI::ICroppedRectangle::mIsMargin |
|
protected |
IntRect MyGUI::ICroppedRectangle::mMargin |
|
protected |
bool MyGUI::ICroppedRectangle::mVisible |
|
protected |
The documentation for this class was generated from the following file: