Public Member Functions | |
| FontSelectDialogView (Window *pParent, const Rect &rFrame, Font *pCurrentFont=NULL) | |
| ~FontSelectDialogView () | |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | OnCommand (const MessageCommand *pMessage) |
| virtual void | OnCancel () |
| virtual void | OnAction () |
| virtual void | SetTo (Font *pFont) |
| Font * | GetSelected () |
Public Attributes | |
| signal1< Font * > | Selected |
Classes | |
| class | Private |
| FontSelectDialogView::FontSelectDialogView | ( | Window * | pParent, | |
| const Rect & | rFrame, | |||
| Font * | pCurrentFont = NULL | |||
| ) |
| FontSelectDialogView::~FontSelectDialogView | ( | ) |
| Point FontSelectDialogView::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void FontSelectDialogView::OnCommand | ( | const MessageCommand * | pMessage | ) | [virtual] |
Called when a command occured
Reimplemented from SkyGI::Window.
| void FontSelectDialogView::OnCancel | ( | ) | [virtual] |
| void FontSelectDialogView::OnAction | ( | ) | [virtual] |
| void FontSelectDialogView::SetTo | ( | Font * | pFont | ) | [virtual] |
| Font * FontSelectDialogView::GetSelected | ( | ) |
| signal1<Font *> SkyGI::FontSelectDialogView::Selected |
1.5.1-p1