47 #ifndef _MIRA_EDITORPART_H_ 48 #define _MIRA_EDITORPART_H_ 50 #include <QtGui/QImage> 90 virtual QImage captureContent();
99 virtual QWidget* createPartControl() = 0;
107 QMenu* getViewMenu();
109 virtual void closeEvent(QCloseEvent*);
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
An editor is typically used to edit or browse data or objects.
Definition: EditorPart.h:69
A workbench part is a component within the workbench.
Definition: WorkbenchPart.h:118
#define MIRA_ABSTRACT_OBJECT(classIdentifier)
Use this MACRO instead of MIRA_OBJECT to declare the class as abstract.
Definition: FactoryMacros.h:235
Contains the base interface of all Reflectors, Serializers, etc.
Definition: EditorPartWindow.h:63
The primary interface between a workbench part and the workbench.
Definition: WorkbenchPart.h:68
#define MIRA_GUI_RCP_EXPORT
Definition: GuiRCPExports.h:61
Declaration of WorkbenchPart and related interfaces.
Declaration of the EditorPartWindow.