#include <test_gui.h>
Public Member Functions | |
| FrameTools (const wxString &title, const wxPoint &pos, const wxSize &size, MainApp *app) | |
| void | OnToolOpen (wxCommandEvent &event) |
Public Attributes | |
| MainApp * | app_ |
| wxButton * | bt_tool_1 |
| wxButton * | bt_tool_open |
Definition at line 110 of file test_gui.h.
| FrameTools::FrameTools | ( | const wxString & | title, |
| const wxPoint & | pos, | ||
| const wxSize & | size, | ||
| MainApp * | app | ||
| ) |
| void FrameTools::OnToolOpen | ( | wxCommandEvent & | event | ) |
Definition at line 116 of file test_gui.h.
| wxButton* FrameTools::bt_tool_1 |
Definition at line 118 of file test_gui.h.
| wxButton* FrameTools::bt_tool_open |
Definition at line 117 of file test_gui.h.