#include <custcont.h>
Public Member Functions |
|
| virtual | ~CUIPosData () |
| virtual int | GetWidth (int sizeType, int orient) |
| virtual int | GetHeight (int sizeType, int orient) |
| virtual ~CUIPosData | ( | ) | [inline, virtual] |
{}
| virtual int GetWidth | ( | int | sizeType, |
| int | orient | ||
| ) | [inline, virtual] |
| sizeType | The size type. See CUI Frame Size Types. |
| orient | The orientation. See CUI Frame Orientations. |
{ return 50; }
| virtual int GetHeight | ( | int | sizeType, |
| int | orient | ||
| ) | [inline, virtual] |
| sizeType | The size type. See CUI Frame Size Types. |
| orient | The orientation. See CUI Frame Orientations. |
{ return 50; }