Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoQtDef.h File Reference

Go to the source code of this file.

Macros

#define SoWidget   QWidget*
 
#define Widget   QWidget*
 
#define WindowQt   Window
 

Typedefs

typedef void * XtPointer
 
typedef char Boolean
 
typedef union _XEvent XEvent
 
typedef void(* XtEventHandler) (struct _WidgetRec *, void *, XEvent *, Boolean *)
 
typedef struct _XtAppStruct * XtAppContext
 
typedef void * XColorPointer
 

Macro Definition Documentation

◆ SoWidget

#define SoWidget   QWidget*

Definition at line 40 of file SoQtDef.h.

◆ Widget

#define Widget   QWidget*

Definition at line 45 of file SoQtDef.h.

◆ WindowQt

#define WindowQt   Window

Definition at line 117 of file SoQtDef.h.

Typedef Documentation

◆ Boolean

typedef char Boolean

Definition at line 119 of file SoQtDef.h.

◆ XColorPointer

typedef void* XColorPointer

Definition at line 126 of file SoQtDef.h.

◆ XEvent

typedef union _XEvent XEvent

Definition at line 120 of file SoQtDef.h.

◆ XtAppContext

typedef struct _XtAppStruct* XtAppContext

Definition at line 122 of file SoQtDef.h.

◆ XtEventHandler

typedef void(* XtEventHandler) (struct _WidgetRec *, void *, XEvent *, Boolean *)

Definition at line 121 of file SoQtDef.h.

◆ XtPointer

typedef void* XtPointer

Definition at line 118 of file SoQtDef.h.