Inheritance diagram for CP_FrameAdapter_Sticky:
Public Member Functions | |
Frame management | |
void | AdjustFrame (const CP_Rect &inOriginalFrame, const CP_Rect &inNewFrame, CP_Rect &inAdjustedFrame) |
Constructor / Destructor | |
CP_FrameAdapter_Sticky (bool inStickyLeft=true, bool inStickyTop=true, bool inStickyRight=true, bool inStickyBottom=true) | |
Constructor. | |
virtual | ~CP_FrameAdapter_Sticky () throw () |
Destructor. | |
Frame management | |
void | AdjustFrame (const CP_Rect &inOriginalFrame, const CP_Rect &inNewFrame, CP_Rect &inAdjustedFrame) |
Protected Member Functions | |
Frame management | |
virtual void | HandleAdjustFrame (const CP_Rect &inOriginalFrame, const CP_Rect &inNewFrame, CP_Rect &inAdjustedFrame) const |
Protected Attributes | |
bool | fStickyLeft |
bool | fStickyTop |
bool | fStickyRight |
bool | fStickyBottom |
|
Constructor. |
|
Destructor. |
|
Destructor. Implements CP_FrameAdapter. |
|
Destructor. |
|
|
|
Flag to indicate if the view is bound to its superviews left side. |
|
Flag to indicate if the view is bound to its superviews top side. |
|
Flag to indicate if the view is bound to its superviews right side. |