33 #ifndef vtkXRenderWindowInteractor_h 34 #define vtkXRenderWindowInteractor_h 39 #include "vtkRenderingOpenGLModule.h" 41 #include <X11/StringDefs.h> 42 #include <X11/Intrinsic.h> 45 class vtkXRenderWindowInteractorInternals;
68 void TerminateApp() VTK_OVERRIDE;
77 vtkGetMacro(BreakLoopFlag,
int);
78 void SetBreakLoopFlag(
int);
79 void BreakLoopFlagOff();
80 void BreakLoopFlagOn();
88 virtual
void Initialize(XtAppContext app);
89 vtkGetMacro( App, XtAppContext );
102 void Enable() VTK_OVERRIDE;
103 void Disable() VTK_OVERRIDE;
110 void UpdateSize(
int,
int) VTK_OVERRIDE;
129 virtual
void SetWidget(Widget);
130 Widget GetWidget() {
return this->Top;};
163 virtual void SetTopLevelShell(Widget);
195 int PositionBeforeStereo[2];
212 int InternalCreateTimer(
int timerId,
int timerType,
unsigned long duration) VTK_OVERRIDE;
213 int InternalDestroyTimer(
int platformTimerId) VTK_OVERRIDE;
216 XtIntervalId AddTimeOut(XtAppContext app_context,
unsigned long interval,
217 XtTimerCallbackProc proc, XtPointer client_data) ;
218 void Timer(XtPointer client_data, XtIntervalId *
id);
219 void Callback(Widget w, XtPointer client_data, XEvent *event, Boolean *ctd);
221 static
int BreakLoopFlag;
virtual void GetMousePosition(int *x, int *y)
Get the current position of the mouse.
Widget GetTopLevelShell()
This method will store the top level shell widget for the interactor.
virtual void Initialize()
Prepare for handling events and set the Enabled flag to true.
static vtkRenderWindowInteractor * New()
platform-independent render window interaction including picking and frame rate control.
supports function callbacks
a simple class to control print indentation
virtual void StartEventLoop()
Run the event loop (does not return until TerminateApp is called).
static int NumAppInitialized
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void VTKRENDERINGOPENGL_EXPORT vtkXRenderWindowInteractorCallback(Widget, XtPointer, XEvent *, Boolean *)
an X event driven interface for a RenderWindow
void VTKRENDERINGOPENGL_EXPORT vtkXRenderWindowInteractorTimer(XtPointer, XtIntervalId *)
vtkXRenderWindowInteractorInternals * Internal