Explorar o código

Merge branch 'ctkVTKSliceView'

  BUG: ctkVTKSliceView::scheduleRender is now a slot
Jean-Christophe Fillion-Robin %!s(int64=14) %!d(string=hai) anos
pai
achega
cbcf05e5ba
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Libs/Visualization/VTK/Widgets/ctkVTKSliceView.h

+ 3 - 3
Libs/Visualization/VTK/Widgets/ctkVTKSliceView.h

@@ -61,9 +61,6 @@ public:
   /// \sa setRenderWindowLayout() renderWindowLayoutType()
   enum RenderWindowLayoutType{LeftRightTopBottom = 0, LeftRightBottomTop};
 
-  /// If a render has already been scheduled, this called is a no-op
-  void scheduleRender();
-
   /// Return if rendering is enabled
   bool renderEnabled() const;
 
@@ -100,6 +97,9 @@ public:
 
 public slots:
 
+  /// If a render has already been scheduled, this called is a no-op
+  void scheduleRender();
+
   /// Force a render even if a render is already ocurring
   void forceRender();