21 #ifndef __qMRMLSceneViewMenu_h 22 #define __qMRMLSceneViewMenu_h 28 #include <ctkVTKObject.h> 30 #include "qMRMLWidgetsExport.h" 32 class qMRMLSceneViewMenuPrivate;
40 Q_PROPERTY(QString NoSceneViewText READ noSceneViewText WRITE setNoSceneViewText)
53 QString noSceneViewText()
const;
54 void setNoSceneViewText(
const QString& newText);
65 QScopedPointer<qMRMLSceneViewMenuPrivate>
d_ptr;
A set of MRML Nodes that supports serialization and undo/redo.
Abstract Superclass for all specific types of MRML nodes.