Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
OivQtCompat.h File Reference
#include <QtGlobal>
#include <QPixmap>

Go to the source code of this file.

Macros

#define QTDEF_KEY_OFFSET   0x1000000
 
#define QTDEF_NOFOCUS   Qt::NoFocus
 
#define QTDEF_STRONGFOCUS   Qt::StrongFocus
 
#define QTDEF_SHIFTMODIFIER   Qt::ShiftModifier
 
#define QTDEF_CONTROLMODIFIER   Qt::ControlModifier
 
#define QTDEF_ALTBUTTON   Qt::AltModifier
 
#define QTDEF_LEFTBUTTON   Qt::LeftButton
 
#define QTDEF_RIGHTBUTTON   Qt::RightButton
 
#define QTDEF_MIDBUTTON   Qt::MidButton
 
#define QTDEF_CLICKFOCUS   Qt::ClickFocus
 
#define QTDEF_MSWINOWNSDC   Qt::MSWindowsOwnDC
 
#define QTDEF_WSTYLECUSTOMIZE   Qt::WStyle_Customize
 
#define QTDEF_WSTYLENORMALBORDER   Qt::WStyle_NormalBorder
 
#define QTDEF_WSTYLEDIALOGBORDER   Qt::WStyle_DialogBorder
 
#define QTDEF_WSTYLEMINMAX   Qt::WStyle_MinMax
 
#define QTDEF_WSTYLETITLE   Qt::WStyle_Title
 
#define QTDEF_WSTYLESYSMENU   Qt::WStyle_SysMenu
 
#define QTDEF_HORIZONTAL   Qt::Horizontal
 
#define QTDEF_WDESTRUCTIVECLOSE   Qt::WDestructiveClose
 

Macro Definition Documentation

◆ QTDEF_ALTBUTTON

#define QTDEF_ALTBUTTON   Qt::AltModifier

Definition at line 34 of file OivQtCompat.h.

◆ QTDEF_CLICKFOCUS

#define QTDEF_CLICKFOCUS   Qt::ClickFocus

Definition at line 38 of file OivQtCompat.h.

◆ QTDEF_CONTROLMODIFIER

#define QTDEF_CONTROLMODIFIER   Qt::ControlModifier

Definition at line 33 of file OivQtCompat.h.

◆ QTDEF_HORIZONTAL

#define QTDEF_HORIZONTAL   Qt::Horizontal

Definition at line 48 of file OivQtCompat.h.

◆ QTDEF_KEY_OFFSET

#define QTDEF_KEY_OFFSET   0x1000000

Definition at line 29 of file OivQtCompat.h.

◆ QTDEF_LEFTBUTTON

#define QTDEF_LEFTBUTTON   Qt::LeftButton

Definition at line 35 of file OivQtCompat.h.

◆ QTDEF_MIDBUTTON

#define QTDEF_MIDBUTTON   Qt::MidButton

Definition at line 37 of file OivQtCompat.h.

◆ QTDEF_MSWINOWNSDC

#define QTDEF_MSWINOWNSDC   Qt::MSWindowsOwnDC

Definition at line 39 of file OivQtCompat.h.

◆ QTDEF_NOFOCUS

#define QTDEF_NOFOCUS   Qt::NoFocus

Definition at line 30 of file OivQtCompat.h.

◆ QTDEF_RIGHTBUTTON

#define QTDEF_RIGHTBUTTON   Qt::RightButton

Definition at line 36 of file OivQtCompat.h.

◆ QTDEF_SHIFTMODIFIER

#define QTDEF_SHIFTMODIFIER   Qt::ShiftModifier

Definition at line 32 of file OivQtCompat.h.

◆ QTDEF_STRONGFOCUS

#define QTDEF_STRONGFOCUS   Qt::StrongFocus

Definition at line 31 of file OivQtCompat.h.

◆ QTDEF_WDESTRUCTIVECLOSE

#define QTDEF_WDESTRUCTIVECLOSE   Qt::WDestructiveClose

Definition at line 49 of file OivQtCompat.h.

◆ QTDEF_WSTYLECUSTOMIZE

#define QTDEF_WSTYLECUSTOMIZE   Qt::WStyle_Customize

Definition at line 42 of file OivQtCompat.h.

◆ QTDEF_WSTYLEDIALOGBORDER

#define QTDEF_WSTYLEDIALOGBORDER   Qt::WStyle_DialogBorder

Definition at line 44 of file OivQtCompat.h.

◆ QTDEF_WSTYLEMINMAX

#define QTDEF_WSTYLEMINMAX   Qt::WStyle_MinMax

Definition at line 45 of file OivQtCompat.h.

◆ QTDEF_WSTYLENORMALBORDER

#define QTDEF_WSTYLENORMALBORDER   Qt::WStyle_NormalBorder

Definition at line 43 of file OivQtCompat.h.

◆ QTDEF_WSTYLESYSMENU

#define QTDEF_WSTYLESYSMENU   Qt::WStyle_SysMenu

Definition at line 47 of file OivQtCompat.h.

◆ QTDEF_WSTYLETITLE

#define QTDEF_WSTYLETITLE   Qt::WStyle_Title

Definition at line 46 of file OivQtCompat.h.