#include <t_wxext_frame.h>
Inheritance diagram for t_wxext_frame:


Public Types | |
| enum | { About = wxID_ABOUT, LOAD_FILE_ITEM = 123, PICK_FONT_ITEM = 124 } |
Public Member Functions | |
| t_wxext_frame (const istring &window_title, const istring &name_root, int file_size=int(1.2 *MEGABYTE)) | |
| virtual | ~t_wxext_frame () |
| IMPLEMENT_CLASS_NAME ("t_wxext_frame") | |
| virtual int | execute () |
| forwards application_base responsibility upwards to derived objects. | |
Protected Member Functions | |
| void | OnAbout (wxCommandEvent &event) |
| void | OnLoadFile (wxCommandEvent &event) |
| void | OnPickFont (wxCommandEvent &event) |
Definition at line 26 of file t_wxext_frame.h.
| anonymous enum |
| t_wxext_frame::~t_wxext_frame | ( | ) | [virtual] |
| t_wxext_frame::IMPLEMENT_CLASS_NAME | ( | "t_wxext_frame" | ) |
| virtual int t_wxext_frame::execute | ( | ) | [inline, virtual] |
forwards application_base responsibility upwards to derived objects.
Reimplemented from wx_tiny_shell.
Definition at line 50 of file t_wxext_frame.h.
| void t_wxext_frame::OnAbout | ( | wxCommandEvent & | event | ) | [protected] |
| void t_wxext_frame::OnLoadFile | ( | wxCommandEvent & | event | ) | [protected] |
| void t_wxext_frame::OnPickFont | ( | wxCommandEvent & | event | ) | [protected] |
1.5.1