 |
VTK
9.0.1
|
Go to the documentation of this file.
32 #ifndef vtkXRenderWindowInteractor_h
33 #define vtkXRenderWindowInteractor_h
39 #include "vtkRenderingUIModule.h"
43 class vtkXRenderWindowInteractorInternals;
78 vtkGetMacro(BreakLoopFlag,
int);
79 void SetBreakLoopFlag(
int);
80 void BreakLoopFlagOff();
81 void BreakLoopFlagOn();
109 void DispatchEvent(XEvent*);
119 void UpdateSizeNoXResize(
int,
int);
127 int PositionBeforeStereo[2];
static vtkRenderWindowInteractor * New()
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
Internal methods for creating and destroying timers that must be implemented by subclasses.
virtual void StartEventLoop()
Run the event loop (does not return until TerminateApp is called).
virtual int InternalDestroyTimer(int platformTimerId)
virtual void UpdateSize(int x, int y)
Event loop notification member for window size change.
an X event driven interface for a RenderWindow
virtual void GetMousePosition(int *x, int *y)
Get the current position of the mouse.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
platform-independent render window interaction including picking and frame rate control.
virtual void TerminateApp(void)
This function is called on 'q','e' keypress if exitmethod is not specified and should be overridden b...
virtual void Enable()
Enable/Disable interactions.
vtkXRenderWindowInteractorInternals * Internal
supports function callbacks
virtual void Initialize()
Prepare for handling events and set the Enabled flag to true.
virtual void ProcessEvents()
Run the event loop and return.
static int NumAppInitialized