Browse Source

Merge branch 'ctkVTKSliceView'

  BUG: ctkVTKSliceView::scheduleRender is now a slot
Jean-Christophe Fillion-Robin 14 years ago
parent
commit
cbcf05e5ba
1 changed files with 3 additions and 3 deletions
  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();