Public Member Functions | |
TableCell () | |
~TableCell () | |
void | SetView (View *pcView) |
View * | GetView (void) const |
void | SetWheights (float vHorizontal, float vVertical) |
Point | GetPreferredSize (bool bLargest) const |
void | SetAlignment (alignment eHorizontal, alignment hVertical) |
void | SetWidth (int nWidth) |
void | SetHeight (int nHeight) |
void | SetSize (Point cSize) |
void | SetPos (Point cPos) |
void | Layout (void) |
Friends | |
class | TableView |
TableCell::TableCell | ( | ) |
TableCell::~TableCell | ( | ) |
void TableCell::SetView | ( | View * | pcView | ) |
View * TableCell::GetView | ( | void | ) | const |
void TableCell::SetWheights | ( | float | vHorizontal, | |
float | vVertical | |||
) |
Point TableCell::GetPreferredSize | ( | bool | bLargest | ) | const |
void TableCell::SetWidth | ( | int | nWidth | ) |
void TableCell::SetHeight | ( | int | nHeight | ) |
void TableCell::SetSize | ( | Point | cSize | ) |
void TableCell::SetPos | ( | Point | cPos | ) |
void TableCell::Layout | ( | void | ) |
friend class TableView [friend] |