Pyro higlevel API
|
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 | ( | ) |
References ALIGN_CENTER, and ALIGN_LEFT.
TableCell::~TableCell | ( | ) |
Point TableCell::GetPreferredSize | ( | bool | bLargest | ) | const |
References os::View::GetPreferredSize().
View * TableCell::GetView | ( | void | ) | const |
Referenced by os::CalendarView::AllAttached(), os::TableView::SetChild(), and os::CalendarView::Update().
void TableCell::Layout | ( | void | ) |
Referenced by os::TableView::SetCellAlignment(), and os::TableView::SetColAlignment().
void TableCell::SetHeight | ( | int | nHeight | ) |
References os::Point::y.
void TableCell::SetPos | ( | Point | cPos | ) |
void TableCell::SetSize | ( | Point | cSize | ) |
void TableCell::SetView | ( | View * | pcView | ) |
Referenced by os::TableView::SetChild().
void TableCell::SetWheights | ( | float | vHorizontal, |
float | vVertical | ||
) |
Referenced by os::TableView::SetChild().
void TableCell::SetWidth | ( | int | nWidth | ) |
References os::Point::x.
|
friend |