Home
last modified time | relevance | path

Searched refs:DestroyTimer (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/
H A DTestInteractorTimers.cxx90 iren->DestroyTimer(this->ReallyFastTimerId); in Execute()
91 iren->DestroyTimer(this->FastTimerId); in Execute()
92 iren->DestroyTimer(this->RenderTimerId); in Execute()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkHoverWidget.cxx118 self->Interactor->DestroyTimer(self->TimerId); in MoveAction()
138 self->Interactor->DestroyTimer(self->TimerId); in HoverAction()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkHoverWidget.cxx109 self->Interactor->DestroyTimer(self->TimerId); in MoveAction()
129 self->Interactor->DestroyTimer(self->TimerId); in HoverAction()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkHoverWidget.cxx120 self->Interactor->DestroyTimer(self->TimerId); in MoveAction()
140 self->Interactor->DestroyTimer(self->TimerId); in HoverAction()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/src/
H A Dwindow.cpp151 interactor_->DestroyTimer (timer_id_); in ~Window()
179 interactor_->DestroyTimer (exit_main_loop_timer_callback_->right_timer_id); in spinOnce()
187 interactor_->DestroyTimer (exit_main_loop_timer_callback_->right_timer_id); in spinOnce()
/dports/math/vtk6/VTK-6.2.0/Rendering/Tk/
H A DvtkXRenderWindowTclInteractor.cxx107 int DestroyTimer(int timerId) in DestroyTimer() function in vtkXRenderWindowTclInteractorInternals
321 return this->Internal->DestroyTimer(platformTimerId); in InternalDestroyTimer()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkXRenderWindowTclInteractor.cxx107 int DestroyTimer(int timerId) in DestroyTimer() function in vtkXRenderWindowTclInteractorInternals
321 return this->Internal->DestroyTimer(platformTimerId); in InternalDestroyTimer()
/dports/editors/lazarus/lazarus/lcl/interfaces/nogui/
H A Dnoguiint.pp61 function DestroyTimer({%H-}TimerHandle: THandle) : boolean; override;
154 function TNoGUIWidgetSet.DestroyTimer(TimerHandle: THandle): boolean;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/nogui/
H A Dnoguiint.pp63 function DestroyTimer({%H-}TimerHandle: THandle) : boolean; override;
156 function TNoGUIWidgetSet.DestroyTimer(TimerHandle: THandle): boolean;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/nogui/
H A Dnoguiint.pp63 function DestroyTimer({%H-}TimerHandle: THandle) : boolean; override;
156 function TNoGUIWidgetSet.DestroyTimer(TimerHandle: THandle): boolean;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/nogui/
H A Dnoguiint.pp61 function DestroyTimer({%H-}TimerHandle: THandle) : boolean; override;
154 function TNoGUIWidgetSet.DestroyTimer(TimerHandle: THandle): boolean;
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkCompassWidget.cxx327 self->Interactor->DestroyTimer(self->TimerId); in EndSelectAction()
336 self->Interactor->DestroyTimer(self->TimerId); in EndSelectAction()
/dports/math/vtk9/VTK-9.1.0/Geovis/Core/
H A DvtkCompassWidget.cxx304 self->Interactor->DestroyTimer(self->TimerId); in EndSelectAction()
312 self->Interactor->DestroyTimer(self->TimerId); in EndSelectAction()
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/
H A DvtkCompassWidget.cxx327 self->Interactor->DestroyTimer(self->TimerId); in EndSelectAction()
336 self->Interactor->DestroyTimer(self->TimerId); in EndSelectAction()
/dports/editors/lazarus/lazarus/lcl/
H A Dcustomtimer.pas103 WidgetSet.DestroyTimer(FTimerHandle);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomtimer.pas103 WidgetSet.DestroyTimer(FTimerHandle);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dcustomtimer.pas103 WidgetSet.DestroyTimer(FTimerHandle);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomtimer.pas103 WidgetSet.DestroyTimer(FTimerHandle);
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Cxx/
H A DTestChartXYZ.cxx47 interactor->DestroyTimer(timerId); in ProcessEvents()
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/gtk/
H A DGtkGLExtVTKRenderWindowInteractor.py58 self._Iren.AddObserver('DestroyTimerEvent', self.DestroyTimer)
102 def DestroyTimer(self, obj, event): member in GtkGLExtVTKRenderWindowInteractor
H A DGtkVTKRenderWindowInteractor.py58 self._Iren.AddObserver('DestroyTimerEvent', self.DestroyTimer)
104 def DestroyTimer(self, obj, event): member in GtkVTKRenderWindowInteractor
/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/gtk/
H A DGtkGLExtVTKRenderWindowInteractor.py57 self._Iren.AddObserver('DestroyTimerEvent', self.DestroyTimer)
101 def DestroyTimer(self, obj, event): member in GtkGLExtVTKRenderWindowInteractor
H A DGtkVTKRenderWindowInteractor.py58 self._Iren.AddObserver('DestroyTimerEvent', self.DestroyTimer)
104 def DestroyTimer(self, obj, event): member in GtkVTKRenderWindowInteractor
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/gtk/
H A DGtkGLExtVTKRenderWindowInteractor.py57 self._Iren.AddObserver('DestroyTimerEvent', self.DestroyTimer)
101 def DestroyTimer(self, obj, event): member in GtkGLExtVTKRenderWindowInteractor
H A DGtkVTKRenderWindowInteractor.py58 self._Iren.AddObserver('DestroyTimerEvent', self.DestroyTimer)
104 def DestroyTimer(self, obj, event): member in GtkVTKRenderWindowInteractor

12345678