Pyro higlevel API
Public Member Functions | Friends | List of all members
os::TableCell Class Reference

Public Member Functions

 TableCell ()
 
 ~TableCell ()
 
void SetView (View *pcView)
 
ViewGetView (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
 

Constructor & Destructor Documentation

TableCell::TableCell ( )

References ALIGN_CENTER, and ALIGN_LEFT.

TableCell::~TableCell ( )

Member Function Documentation

Point TableCell::GetPreferredSize ( bool  bLargest) const
View * TableCell::GetView ( void  ) const
void TableCell::Layout ( void  )
void TableCell::SetAlignment ( alignment  eHorizontal,
alignment  hVertical 
)
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.

Friends And Related Function Documentation

friend class TableView
friend