#include <TempInteractiveControl.h>


Protected Member Functions | |
| virtual void | Finish () |
| Finish temporary interactivity. | |
| virtual void | OnClose (wxCloseEvent &event) |
| Normal dialog closing callback -> finish. | |
| virtual void | OnOK (wxCommandEvent &event) |
| User clicked on OK button to continue testing -> finish. | |
Definition at line 26 of file TempInteractiveControl.h.
| void wxTst::TempInteractiveControl::Finish | ( | ) | [protected, virtual] |
Finish temporary interactivity.
| void wxTst::TempInteractiveControl::OnClose | ( | wxCloseEvent & | event | ) | [protected, virtual] |
Normal dialog closing callback -> finish.
| dialog | close event |
| void wxTst::TempInteractiveControl::OnOK | ( | wxCommandEvent & | event | ) | [protected, virtual] |
User clicked on OK button to continue testing -> finish.
| event | button click event |
1.5.5