{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.Types ( QReal, QtMsgType (..), QtAlignmentFlag (..), QtAlignment, IsQtAlignment (..), alignLeft, alignRight, alignHCenter, alignJustify, alignTop, alignBottom, alignVCenter, alignAbsolute, QtAnchorPoint (..), QtApplicationState (..), QtApplicationStates, IsQtApplicationStates (..), applicationSuspended, applicationHidden, applicationInactive, applicationActive, QtArrowType (..), QtAspectRatioMode (..), QtAxis (..), QtBGMode (..), QtBrushStyle (..), QtCaseSensitivity (..), QtCheckState (..), QtChecksumType (..), QtClipOperation (..), QtConnectionType (..), QtContextMenuPolicy (..), QtCoordinateSystem (..), QtCorner (..), QtCursorMoveStyle (..), QtCursorShape (..), QtDateFormat (..), QtDayOfWeek (..), QtDockWidgetArea (..), QtDockWidgetAreas, IsQtDockWidgetAreas (..), noDockWidgetArea, leftDockWidgetArea, rightDockWidgetArea, topDockWidgetArea, bottomDockWidgetArea, allDockWidgetAreas, QtDropAction (..), QtDropActions, IsQtDropActions (..), ignoreAction, copyAction, moveAction, linkAction, actionMask, targetMoveAction, QtEdge (..), QtEdges, IsQtEdges (..), topEdge, leftEdge, rightEdge, bottomEdge, QtEnterKeyType (..), QtEventPriority (..), QtFillRule (..), QtFindChildOption (..), QtFindChildOptions, IsQtFindChildOptions (..), findDirectChildrenOnly, findChildrenRecursively, QtFocusPolicy (..), QtFocusReason (..), QtGestureFlag (..), QtGestureFlags, IsQtGestureFlags (..), dontStartGestureOnChildren, receivePartialGestures, ignoredGesturesPropagateToParent, QtGestureState (..), QtGestureStates, IsQtGestureStates (..), noGesture, gestureStarted, gestureUpdated, gestureFinished, gestureCanceled, QtGestureType (..), QtHitTestAccuracy (..), QtImageConversionFlag (..), QtImageConversionFlags, IsQtImageConversionFlags (..), autoColor, colorOnly, monoOnly, diffuseDither, orderedDither, thresholdDither, thresholdAlphaDither, orderedAlphaDither, diffuseAlphaDither, preferDither, avoidDither, noOpaqueDetection, noFormatConversion, QtGlobalColor (..), QtInputMethodHint (..), QtInputMethodHints, IsQtInputMethodHints (..), imhNone, imhHiddenText, imhSensitiveData, imhNoAutoUppercase, imhPreferNumbers, imhPreferUppercase, imhPreferLowercase, imhNoPredictiveText, imhDate, imhTime, imhPreferLatin, imhMultiLine, imhDigitsOnly, imhFormattedNumbersOnly, imhUppercaseOnly, imhLowercaseOnly, imhDialableCharactersOnly, imhEmailCharactersOnly, imhUrlCharactersOnly, imhLatinOnly, imhExclusiveInputMask, QtInputMethodQuery (..), QtInputMethodQueries, IsQtInputMethodQueries (..), imEnabled, imMicroFocus, imCursorRectangle, imFont, imCursorPosition, imSurroundingText, imCurrentSelection, imMaximumTextLength, imAnchorPosition, imHints, imPreferredLanguage, imPlatformData, imAbsolutePosition, imTextBeforeCursor, imTextAfterCursor, imEnterKeyType, imAnchorRectangle, imInputItemClipRectangle, QtItemDataRole (..), QtItemFlag (..), QtItemFlags, IsQtItemFlags (..), noItemFlags, itemIsSelectable, itemIsEditable, itemIsDragEnabled, itemIsDropEnabled, itemIsUserCheckable, itemIsEnabled, itemIsAutoTristate, itemNeverHasChildren, itemIsUserTristate, QtItemSelectionMode (..), QtItemSelectionOperation (..), QtKey (..), QtKeyboardModifier (..), QtKeyboardModifiers, IsQtKeyboardModifiers (..), noModifier, shiftModifier, controlModifier, altModifier, metaModifier, keypadModifier, groupSwitchModifier, QtLayoutDirection (..), QtMaskMode (..), QtMatchFlag (..), QtMatchFlags, IsQtMatchFlags (..), matchExactly, matchFixedString, matchContains, matchStartsWith, matchEndsWith, matchCaseSensitive, matchRegExp, matchWildcard, matchWrap, matchRecursive, QtMouseButton (..), QtMouseButtons, IsQtMouseButtons (..), noButton, allButtons, leftButton, rightButton, midButton, middleButton, backButton, xButton1, extraButton1, forwardButton, xButton2, extraButton2, taskButton, extraButton3, extraButton4, extraButton5, extraButton6, extraButton7, extraButton8, extraButton9, extraButton10, extraButton11, extraButton12, extraButton13, extraButton14, extraButton15, extraButton16, extraButton17, extraButton18, extraButton19, extraButton20, extraButton21, extraButton22, extraButton23, extraButton24, QtMouseEventFlag (..), QtMouseEventFlags, IsQtMouseEventFlags (..), mouseEventCreatedDoubleClick, QtMouseEventSource (..), QtNativeGestureType (..), QtNavigationMode (..), QtOrientation (..), QtOrientations, IsQtOrientations (..), horizontal, vertical, QtPenCapStyle (..), QtPenJoinStyle (..), QtPenStyle (..), QtScreenOrientation (..), QtScreenOrientations, IsQtScreenOrientations (..), primaryOrientation, portraitOrientation, landscapeOrientation, invertedPortraitOrientation, invertedLandscapeOrientation, QtScrollBarPolicy (..), QtScrollPhase (..), QtShortcutContext (..), QtSizeHint (..), QtSizeMode (..), QtSortOrder (..), QtTabFocusBehavior (..), QtTextElideMode (..), QtTextFlag (..), QtTextFormat (..), QtTextInteractionFlag (..), QtTextInteractionFlags, IsQtTextInteractionFlags (..), noTextInteraction, textSelectableByMouse, textSelectableByKeyboard, linksAccessibleByMouse, linksAccessibleByKeyboard, textEditable, textEditorInteraction, textBrowserInteraction, QtTileRule (..), QtTimeSpec (..), QtTimerType (..), QtToolBarArea (..), QtToolBarAreas, IsQtToolBarAreas (..), noToolBarArea, leftToolBarArea, rightToolBarArea, topToolBarArea, bottomToolBarArea, allToolBarAreas, QtToolButtonStyle (..), QtTouchPointState (..), QtTouchPointStates, IsQtTouchPointStates (..), touchPointPressed, touchPointMoved, touchPointStationary, touchPointReleased, QtTransformationMode (..), QtUIEffect (..), QtWhiteSpaceMode (..), QtWidgetAttribute (..), QtWindowFrameSection (..), QtWindowModality (..), QtApplicationAttribute (..), QtWindowState (..), QtWindowStates, IsQtWindowStates (..), windowNoState, windowMinimized, windowMaximized, windowFullScreen, windowActive, QtWindowType (..), QtWindowFlags, IsQtWindowFlags (..), widget, window, dialog, sheet, drawer, popup, tool, toolTip, splashScreen, desktop, subWindow, foreignWindow, coverWindow, ) where import Graphics.UI.Qtah.Generated.Core.Types import Prelude () import qualified Prelude as QtahP type QReal = QtahP.Double