#include <CRCaptureControl.h>
Protected Member Functions | |
virtual void | Finish () |
Finish capturing. | |
virtual void | OnAddComment (wxCommandEvent &event) |
User wants to add a comment to bootstrap test case. | |
virtual void | OnClose (wxCloseEvent &event) |
Normal dialog closing callback -> finish. | |
virtual void | OnOK (wxCommandEvent &event) |
User clicked on OK button to continue testing -> finish. | |
virtual void | OnStart (wxCommandEvent &event) |
User clicked on Start button to start capturing. | |
virtual void | OnStop (wxCommandEvent &event) |
User clicked on Stop button to stop capturing. |
Definition at line 26 of file CRCaptureControl.h.
void wxTst::CRCaptureControl::Finish | ( | ) | [protected, virtual] |
Finish capturing.
void wxTst::CRCaptureControl::OnAddComment | ( | wxCommandEvent & | event | ) | [protected, virtual] |
User wants to add a comment to bootstrap test case.
event | button click event |
void wxTst::CRCaptureControl::OnClose | ( | wxCloseEvent & | event | ) | [protected, virtual] |
Normal dialog closing callback -> finish.
dialog | close event |
void wxTst::CRCaptureControl::OnOK | ( | wxCommandEvent & | event | ) | [protected, virtual] |
User clicked on OK button to continue testing -> finish.
event | button click event |
void wxTst::CRCaptureControl::OnStart | ( | wxCommandEvent & | event | ) | [protected, virtual] |
User clicked on Start button to start capturing.
event | button click event |
void wxTst::CRCaptureControl::OnStop | ( | wxCommandEvent & | event | ) | [protected, virtual] |
User clicked on Stop button to stop capturing.
event | button click event |