File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ vtkSliderWidget* msvQVTKButtonsGroupPrivate::slider()
249249 m_Slider->SetRepresentation (sliderRep);
250250 m_Slider->SetAnimationModeToAnimate ();
251251 sliderRep->Delete ();
252- m_Slider->AddObserver (vtkCommand::InteractionEvent,q->getSliderCallback ());
252+ m_Slider->AddObserver (vtkCommand::InteractionEvent,q->sliderCallback ());
253253 }
254254 return m_Slider;
255255}
@@ -467,7 +467,7 @@ void msvQVTKButtonsGroup::setCameraPoistionOnPath(double ratio) {
467467}
468468
469469// ------------------------------------------------------------------------------
470- vtkCommand* msvQVTKButtonsGroup::getSliderCallback ()
470+ vtkCommand* msvQVTKButtonsGroup::sliderCallback () const
471471{
472472 return m_SliderCallback;
473473}
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class MSV_QT_WIDGETS_EXPORT msvQVTKButtonsGroup : public msvQVTKButtonsInterface
9393 // / Set the position on the path at the specified ratio
9494 void setCameraPoistionOnPath (double ratio);
9595
96- vtkCommand *getSliderCallback () ;
96+ vtkCommand *sliderCallback () const ;
9797
9898public slots:
9999
You can’t perform that action at this time.
0 commit comments