summaryrefslogtreecommitdiffstats
path: root/sip/qt/qnamespace.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qt/qnamespace.sip')
-rw-r--r--sip/qt/qnamespace.sip157
1 files changed, 0 insertions, 157 deletions
diff --git a/sip/qt/qnamespace.sip b/sip/qt/qnamespace.sip
index 3d65485..695c71f 100644
--- a/sip/qt/qnamespace.sip
+++ b/sip/qt/qnamespace.sip
@@ -29,8 +29,6 @@
%End
-%If (TQt_2_00 -)
-
class TQt
{
%TypeHeaderCode
@@ -67,13 +65,9 @@ public:
ShiftButton,
ControlButton,
AltButton,
-%If (TQt_3_0_0 -)
MetaButton,
-%End
KeyButtonMask,
-%If (TQt_2_2_0 -)
Keypad,
-%End
};
enum Orientation {
@@ -81,32 +75,11 @@ public:
Vertical
};
-%If (TQt_3_2_0 -)
enum SortOrder {
Ascending,
Descending
};
-%End
-
-%If (- TQt_3_0_0)
- enum AlignmentFlags {
- AlignLeft,
- AlignRight,
- AlignHCenter,
- AlignTop,
- AlignBottom,
- AlignVCenter,
- AlignCenter,
-
- SingleLine,
- DontClip,
- ExpandTabs,
- ShowPrefix,
- WordBreak
- };
-%End
-%If (TQt_3_0_0 -)
enum AlignmentFlags {
AlignAuto,
AlignLeft,
@@ -139,18 +112,12 @@ public:
enum WidgetState {
WState_Polished
};
-%End
typedef uint WFlags;
enum WidgetFlags {
WType_TopLevel,
-%If (- TQt_3_0_0)
- WType_Modal,
-%End
-%If (TQt_3_0_0 -)
WType_Dialog,
-%End
WType_Popup,
WType_Desktop,
WType_Mask,
@@ -166,22 +133,8 @@ public:
WStyle_MinMax,
WStyle_Tool,
WStyle_StaysOnTop,
-%If (- TQt_3_0_0)
- WStyle_Dialog,
-%End
-%If (- TQt_2_1_0)
- WStyle_Reserved2,
- WStyle_Reserved3,
-%End
-%If (TQt_2_1_0 -)
WStyle_ContextHelp,
-%End
-%If (TQt_2_1_0 - TQt_3_0_0)
- WStyle_NoBorderEx,
-%End
-%If (TQt_3_0_0 -)
WStyle_Reserved,
-%End
WStyle_Mask,
WDestructiveClose,
@@ -190,38 +143,18 @@ public:
WPaintClever,
WResizeNoErase, // Obsolete
WMouseNoMask,
-%If (- TQt_3_0_0)
- WNorthWestGravity,
-%End
-%If (TQt_3_0_0 -)
WStaticContents,
-%End
-%If (TQt_2_1_0 -)
WRepaintNoErase, // Obsolete
WX11BypassWM,
-%End
-%If (TQt_3_0_0 -)
WWinOwnDC,
-%End
-%If (TQt_2_2_0 -)
WGroupLeader,
-%End
-%If (TQt_3_0_0 -)
WShowModal,
WNoMousePropagation,
WSubWindow,
-%End
-%If (TQt_3_1_0 -)
WStyle_Splash,
-%End
-%If (TQt_3_2_0 -)
WNoAutoErase,
-%End
};
-
-%If (TQt_3_3_0 -)
-
enum WindowState {
WindowNoState,
WindowMinimized,
@@ -230,8 +163,6 @@ public:
WindowActive
};
-%End
-
enum ImageConversionFlags {
ColorMode_Mask,
AutoColor,
@@ -259,41 +190,19 @@ public:
OpaqueMode
};
-%If (- TQt_3_0_0)
- enum PaintUnit {
- PixelUnit,
- LoMetricUnit,
- HiMetricUnit,
- LoEnglishUnit,
- HiEnglishUnit,
- TwipsUnit
- };
-%End
-
enum GUIStyle {
-%If (- TQt_3_0_0)
- MacStyle,
-%End
WindowsStyle,
-%If (- TQt_3_0_0)
- Win3Style,
- PMStyle,
-%End
MotifStyle
};
-%If (TQt_3_1_0 -)
enum SequenceMatch {
NoMatch,
PartialMatch,
Identical
};
-%End
enum Modifier {
-%If (TQt_3_1_0 -)
META,
-%End
SHIFT,
CTRL,
ALT,
@@ -316,9 +225,7 @@ public:
Key_Pause,
Key_Print,
Key_SysReq,
-%If (TQt_3_1_0 -)
Key_Clear,
-%End
Key_Home,
Key_End,
@@ -380,11 +287,9 @@ public:
Key_Menu,
Key_Hyper_L,
Key_Hyper_R,
-%If (TQt_3_0_0 -)
Key_Help,
Key_Direction_L,
Key_Direction_R,
-%End
Key_Space,
Key_Any,
@@ -554,7 +459,6 @@ public:
Key_thorn,
Key_ydiaeresis,
-%If (TQt_3_1_0 -)
Key_Back,
Key_Forward,
Key_Stop,
@@ -601,7 +505,6 @@ public:
Key_LaunchF,
Key_MediaLast,
-%End
Key_unknown
};
@@ -642,12 +545,9 @@ public:
DotLine,
DashDotLine,
DashDotDotLine,
-%If (TQt_2_1_0 -)
MPenStyle
-%End
};
-%If (TQt_2_1_0 -)
enum PenCapStyle {
FlatCap,
SquareCap,
@@ -661,7 +561,6 @@ public:
RoundJoin,
MPenJoinStyle
};
-%End
enum BrushStyle {
NoBrush,
@@ -682,73 +581,42 @@ public:
CustomPattern
};
-%If (TQt_3_1_0 -)
enum MacintoshVersion {
MV_Unknown,
MV_9,
-%If (TQt_3_2_0 -)
MV_10_DOT_0,
-%End
MV_10_DOT_1,
MV_10_DOT_2,
-%If (TQt_3_2_0 -)
MV_10_DOT_3,
-%End
-%If (TQt_3_3_5 -)
MV_10_DOT_4,
-%End
-%If (TQt_3_2_0 -)
MV_CHEETAH,
MV_PUMA,
-%End
MV_JAGUAR,
-%If (TQt_3_2_0 -)
MV_PANTHER,
-%End
-%If (TQt_3_3_5 -)
MV_TIGER,
-%End
};
-%End
enum WindowsVersion {
WV_32s,
WV_95,
WV_98,
-%If (TQt_3_0_0 -)
WV_Me,
-%End
-%If (TQt_2_1_0 -)
WV_DOS_based,
-%End
WV_NT,
-%If (TQt_2_1_0 -)
WV_2000,
-%End
-%If (TQt_3_0_0 -)
WV_XP,
-%End
-%If (TQt_3_3_0 -)
WV_2003,
-%End
-%If (TQt_3_3_6 -)
WV_VISTA,
-%End
-%If (TQt_2_1_0 -)
WV_NT_based,
-%End
-%If (TQt_3_3_0 -)
WV_CE,
WV_CENET,
WV_CE_based,
-%End
};
-%If (TQt_2_2_0 -)
enum UIEffect {
UI_General,
UI_AnimateMenu,
@@ -756,13 +624,9 @@ public:
UI_AnimateCombo,
UI_AnimateTooltip,
UI_FadeTooltip,
-%If (TQt_3_2_0 -)
UI_AnimateToolBox,
-%End
};
-%End
-%If (TQt_3_0_0 -)
enum CursorShape {
ArrowCursor,
UpArrowCursor,
@@ -780,13 +644,10 @@ public:
PointingHandCursor,
ForbiddenCursor,
WhatsThisCursor,
-%If (TQt_3_3_0 -)
BusyCursor,
-%End
LastCursor,
BitmapCursor
};
-%End
static const TQCursor &arrowCursor;
static const TQCursor &upArrowCursor;
@@ -802,33 +663,22 @@ public:
static const TQCursor &splitVCursor;
static const TQCursor &splitHCursor;
static const TQCursor &pointingHandCursor;
-%If (TQt_2_1_0 -)
static const TQCursor &forbiddenCursor;
-%End
-%If (TQt_3_0_0 -)
static const TQCursor &whatsThisCursor;
-%End
-%If (TQt_3_3_0 -)
static const TQCursor &busyCursor;
-%End
enum TextFormat {
PlainText,
RichText,
AutoText,
-%If (TQt_3_1_0 -)
LogText,
-%End
};
-%If (TQt_3_1_0 -)
enum AnchorAttribute {
AnchorName,
AnchorHref
};
-%End
-%If (TQt_3_0_0 -)
enum Dock {
DockUnmanaged,
DockTornOff,
@@ -845,12 +695,10 @@ public:
LocalDate
};
-%If (TQt_3_1_0 -)
enum TimeSpec {
LocalTime,
UTC
};
-%End
enum BackgroundMode {
FixedColor,
@@ -885,19 +733,14 @@ public:
ExactMatch
};
-%If (TQt_3_2_0 -)
enum Corner {
TopLeft,
TopRight,
BottomLeft,
BottomRight
};
-%End
%If (WS_X11)
typedef unsigned long HANDLE;
%End
-%End
};
-
-%End