#include <CRVtkCapture.h>
Public Member Functions | |
CRVtkCapture () | |
Constructor. | |
virtual | ~CRVtkCapture () |
Destructor. | |
Protected Member Functions | |
virtual void | CreateDialog () |
Creates capturing dialog. | |
virtual CRCaptureControl * | CreateEvtHandler () const |
Create event handler for capturing dialog. | |
virtual wxPanel * | LoadPanel () |
Load concrete capturing panel. |
Definition at line 29 of file CRVtkCapture.h.
wxTst::CRVtkCapture::CRVtkCapture | ( | ) |
wxTst::CRVtkCapture::~CRVtkCapture | ( | ) | [virtual] |
void wxTst::CRVtkCapture::CreateDialog | ( | ) | [protected, virtual] |
Creates capturing dialog.
Reimplemented from wxTst::CRCapture.
Definition at line 45 of file CRVtkCapture.cpp.
References wxTst::CRCapture::CreateDialog(), and wxTst::CRCapture::m_dialog.
CRCaptureControl * wxTst::CRVtkCapture::CreateEvtHandler | ( | ) | const [protected, virtual] |
Create event handler for capturing dialog.
Reimplemented from wxTst::CRCapture.
Definition at line 39 of file CRVtkCapture.cpp.
References wxTst::CRCapture::m_dialog.
wxPanel * wxTst::CRVtkCapture::LoadPanel | ( | ) | [protected, virtual] |
Load concrete capturing panel.
Reimplemented from wxTst::CRCapture.
Definition at line 52 of file CRVtkCapture.cpp.
References InitVtkCapturePanelXRC(), and wxTst::CRCapture::m_dialog.