Public Member Functions | |
| ListViewSelectDialogView (Window *pParent, const String &szCaption, const Rect &rFrame) | |
| ~ListViewSelectDialogView () | |
| Point | GetSizeHint (enumSizeHint nSizeHint) |
| void | OnCommand (const MessageCommand *pMessage) |
| virtual void | OnCancel () |
| virtual void | OnAction () |
| void | OnSelected (ListViewRow *pRow, const InputEvent &nInputEvent) |
| StringView * | GetCaptionView () |
| ListView * | GetListView () |
Classes | |
| class | Private |
| ListViewSelectDialogView::ListViewSelectDialogView | ( | Window * | pParent, | |
| const String & | szCaption, | |||
| const Rect & | rFrame | |||
| ) |
| ListViewSelectDialogView::~ListViewSelectDialogView | ( | ) |
| Point ListViewSelectDialogView::GetSizeHint | ( | enumSizeHint | nSizeHint | ) | [virtual] |
Get size hint
Reimplemented from SkyGI::Window.
| void ListViewSelectDialogView::OnCommand | ( | const MessageCommand * | pMessage | ) | [virtual] |
Called when a command occured
Reimplemented from SkyGI::Window.
| void ListViewSelectDialogView::OnCancel | ( | ) | [virtual] |
| void ListViewSelectDialogView::OnAction | ( | ) | [virtual] |
| void ListViewSelectDialogView::OnSelected | ( | ListViewRow * | pRow, | |
| const InputEvent & | nInputEvent | |||
| ) |
| StringView * ListViewSelectDialogView::GetCaptionView | ( | ) |
| ListView * ListViewSelectDialogView::GetListView | ( | ) |
1.5.1-p1