Pyro higlevel API
|
Public Member Functions | |
YearView (int) | |
void | SetTarget (const os::Handler *) |
void | SetYear (int) |
int | GetYear () const |
void | Increment () |
void | Decrement () |
Public Member Functions inherited from os::HLayoutNode | |
HLayoutNode (const String &cName, float vWeight=1.0f, LayoutNode *pcParent=NULL, View *pcView=NULL) | |
virtual void | Layout () |
Public Member Functions inherited from os::LayoutNode | |
LayoutNode (const String &cName, float vWeight=1.0f, LayoutNode *pcParent=NULL, View *pcView=NULL) | |
virtual | ~LayoutNode () |
virtual void | SetView (View *pcView) |
View * | GetView () const |
virtual void | SetBorders (const Rect &cBorder) |
virtual Rect | GetBorders () const |
void | ExtendMinSize (const Point &cMinSize) |
void | LimitMaxSize (const Point &cMaxSize) |
void | ExtendMaxSize (const Point &cMaxSize) |
float | GetWeight () const |
void | SetWeight (float vWeight) |
virtual void | SetFrame (const Rect &cFrame) |
virtual Rect | GetFrame () const |
virtual Rect | GetBounds () const |
Rect | GetAbsFrame () const |
void | SetHAlignment (alignment eAlignment) |
void | SetVAlignment (alignment eAlignment) |
alignment | GetHAlignment () const |
alignment | GetVAlignment () const |
void | AdjustPrefSize (Point *pcMinSize, Point *pcMaxSize) |
virtual Point | GetPreferredSize (bool bLargest) |
void | AddChild (LayoutNode *pcChild) |
LayoutNode * | AddChild (View *pcChild, float vWeight=1.0f) |
void | RemoveChild (LayoutNode *pcChild) |
void | RemoveChild (View *pcChild) |
String | GetName () const |
const std::vector< LayoutNode * > & | GetChildList () const |
LayoutNode * | GetParent () const |
LayoutView * | GetLayoutView () const |
LayoutNode * | FindNode (const String &cName, bool bRecursive=true, bool bIncludeSelf=false) |
void | SameWidth (const char *pzName1,...) |
void | SameHeight (const char *pzName1,...) |
void | SetBorders (const Rect &cBorders, const char *pzFirstName,...) |
void | SetWeights (float vWeight, const char *pzFirstName,...) |
void | SetHAlignments (alignment eAlign, const char *pzFirstName,...) |
void | SetVAlignments (alignment eAlign, const char *pzFirstName,...) |
void | AddToWidthRing (LayoutNode *pcRing) |
void | AddToHeightRing (LayoutNode *pcRing) |
Additional Inherited Members | |
Protected Member Functions inherited from os::HLayoutNode | |
virtual Point | CalculatePreferredSize (bool bLargest) |
os::DateView::YearView::YearView | ( | int | nYear | ) |
void os::DateView::YearView::Decrement | ( | ) |
References os::DateView::YearView::Decrement().
Referenced by os::DateView::YearView::Decrement(), and os::DateView::HandleMessage().
int os::DateView::YearView::GetYear | ( | ) | const |
References os::DateView::YearView::GetYear().
Referenced by os::DateView::GetYear(), os::DateView::YearView::GetYear(), and os::DateView::HandleMessage().
void os::DateView::YearView::Increment | ( | ) |
References os::DateView::YearView::Increment().
Referenced by os::DateView::HandleMessage(), and os::DateView::YearView::Increment().
void os::DateView::YearView::SetTarget | ( | const os::Handler * | handler | ) |
References os::DateView::YearView::SetTarget().
Referenced by os::DateView::AllAttached(), and os::DateView::YearView::SetTarget().
void os::DateView::YearView::SetYear | ( | int | nYear | ) |
References os::DateView::YearView::SetYear().
Referenced by os::DateView::YearView::SetYear().