add QCanvas Root and viewport pane in gcompose
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
virtual vtkRenderWindowInteractor* GetInteractor() = 0;
|
||||
vtkCornerAnnotation* GetAnnotation() { return m_Annotation; }
|
||||
vtkCameraOrientationWidget* GetCameraWidget(){ return m_CameraWidget; }
|
||||
const std::vector<Puppet*>& getPuppets() const { return m_Puppets; }
|
||||
|
||||
// Grid control
|
||||
void SetGridVisible(bool visible);
|
||||
|
||||
Reference in New Issue
Block a user