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