35 #ifndef vtkXRenderWindowInteractor_h 36 #define vtkXRenderWindowInteractor_h 43 #include <X11/StringDefs.h> 44 #include <X11/Intrinsic.h> 47 class vtkXRenderWindowInteractorInternals;
75 void SetBreakLoopFlag(
int);
76 void BreakLoopFlagOff();
77 void BreakLoopFlagOn();
118 virtual void SetWidget(Widget);
147 virtual void SetTopLevelShell(Widget);
176 int PositionBeforeStereo[2];
193 XtIntervalId AddTimeOut(XtAppContext app_context,
unsigned long interval,
194 XtTimerCallbackProc proc, XtPointer client_data) ;
195 void Timer(XtPointer client_data, XtIntervalId *
id);
196 void Callback(Widget
w, XtPointer client_data, XEvent *
event, Boolean *ctd);
virtual void GetMousePosition(int *x, int *y)
virtual void UpdateSize(int x, int y)
virtual int InternalDestroyTimer(int platformTimerId)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
#define vtkGetMacro(name, type)
Widget GetTopLevelShell()
GLint GLint GLint GLint GLint GLint y
#define vtkTypeMacro(thisClass, superclass)
virtual void Initialize()
static vtkRenderWindowInteractor * New()
platform-independent render window interaction including picking and frame rate control.
GLint GLint GLint GLint GLint x
supports function callbacks
GLubyte GLubyte GLubyte GLubyte w
a simple class to control print indentation
virtual void StartEventLoop()
#define VTKRENDERINGOPENGL_EXPORT
static int NumAppInitialized
virtual void TerminateApp(void)
void VTKRENDERINGOPENGL_EXPORT vtkXRenderWindowInteractorCallback(Widget, XtPointer, XEvent *, Boolean *)
an X event driven interface for a RenderWindow
void VTKRENDERINGOPENGL_EXPORT vtkXRenderWindowInteractorTimer(XtPointer, XtIntervalId *)
vtkXRenderWindowInteractorInternals * Internal