Public Member Functions | |
| LayoutViewHorizontal (Window *pParent, const Rect &rFrame, unsigned int nWindowLayoutFlags) | |
| void | ReLayout (const Point &cDelta=Point(0, 0)) |
| int | GetMaxSize () |
| Point | GetNodeSize (LayoutViewNode *pNode) |
| int | ComputeSize (LayoutViewNode *pNode, int iMaxSize) |
| void | SameSize (LayoutViewSize nSize, int iMinumumSize=0, int iMaximumSize=INT_MAX) |
| void | SameSize (int iPixels) |
| LayoutViewHorizontal::LayoutViewHorizontal | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| unsigned int | nWindowLayoutFlags | |||
| ) |
Reimplemented from SkyGI::LayoutView.
| int LayoutViewHorizontal::GetMaxSize | ( | ) | [virtual] |
Reimplemented from SkyGI::LayoutView.
| Point LayoutViewHorizontal::GetNodeSize | ( | LayoutViewNode * | pNode | ) | [virtual] |
Reimplemented from SkyGI::LayoutView.
| int LayoutViewHorizontal::ComputeSize | ( | LayoutViewNode * | pNode, | |
| int | iMaxSize | |||
| ) | [virtual] |
Reimplemented from SkyGI::LayoutView.
| void LayoutViewHorizontal::SameSize | ( | LayoutViewSize | nSize, | |
| int | iMinumumSize = 0, |
|||
| int | iMaximumSize = INT_MAX | |||
| ) | [virtual] |
Implements SkyGI::LayoutView.
| void LayoutViewHorizontal::SameSize | ( | int | iPixels | ) | [virtual] |
Implements SkyGI::LayoutView.
1.5.1-p1