Qtc.Enums.Core.Qt

Documentation

type GestureState = QEnum (CGestureState Int) #

type ApplicationState = QEnum (CApplicationState Int) #

type WhiteSpaceMode = QEnum (CWhiteSpaceMode Int) #

type MouseEventFlag = QEnum (CMouseEventFlag Int) #

type MouseEventFlags = QFlags (CMouseEventFlags Int) #

type CoordinateSystem = QEnum (CCoordinateSystem Int) #

type Qt_Edge = QEnum (CQt_Edge Int) #

type Edges = QFlags (CEdges Int) #

type TileRule = QEnum (CTileRule Int) #

type TextInteractionFlag = QEnum (CTextInteractionFlag Int) #

type TextInteractionFlags = QFlags (CTextInteractionFlags Int) #

type SortOrder = QEnum (CSortOrder Int) #

type LayoutDirection = QEnum (CLayoutDirection Int) #

type DockWidgetAreaSizes = QEnum (CDockWidgetAreaSizes Int) #

type CheckState = QEnum (CCheckState Int) #

type PenJoinStyle = QEnum (CPenJoinStyle Int) #

type AnchorPoint = QEnum (CAnchorPoint Int) #

type MatchFlag = QEnum (CMatchFlag Int) #

type MatchFlags = QFlags (CMatchFlags Int) #

type NavigationMode = QEnum (CNavigationMode Int) #

type BrushStyle = QEnum (CBrushStyle Int) #

type ToolButtonStyle = QEnum (CToolButtonStyle Int) #

type PenStyle = QEnum (CPenStyle Int) #

type ShortcutContext = QEnum (CShortcutContext Int) #

type TimerType = QEnum (CTimerType Int) #

type Qt_Orientation = QEnum (CQt_Orientation Int) #

type Orientations = QFlags (COrientations Int) #

type BGMode = QEnum (CBGMode Int) #

type ScreenOrientation = QEnum (CScreenOrientation Int) #

type ScreenOrientations = QFlags (CScreenOrientations Int) #

type MouseButton = QEnum (CMouseButton Int) #

type MouseButtons = QFlags (CMouseButtons Int) #

type Qt_TextFormat = QEnum (CQt_TextFormat Int) #

type Qt_MaskMode = QEnum (CQt_MaskMode Int) #

type DockWidgetArea = QEnum (CDockWidgetArea Int) #

type DockWidgetAreas = QFlags (CDockWidgetAreas Int) #

type WindowModality = QEnum (CWindowModality Int) #

type Key = QEnum (CKey Int) #

type TextElideMode = QEnum (CTextElideMode Int) #

type TransformationMode = QEnum (CTransformationMode Int) #

type FocusReason = QEnum (CFocusReason Int) #

type FocusPolicy = QEnum (CFocusPolicy Int) #

type MouseEventSource = QEnum (CMouseEventSource Int) #

type NativeGestureType = QEnum (CNativeGestureType Int) #

type ScrollBarPolicy = QEnum (CScrollBarPolicy Int) #

type ApplicationAttribute = QEnum (CApplicationAttribute Int) #

type ClipOperation = QEnum (CClipOperation Int) #

type Initialization = QEnum (CInitialization Int) #

type Qt_EventPriority = QEnum (CQt_EventPriority Int) #

type Qt_Axis = QEnum (CQt_Axis Int) #

type InputMethodQuery = QEnum (CInputMethodQuery Int) #

type InputMethodQueries = QFlags (CInputMethodQueries Int) #

type WindowState = QEnum (CWindowState Int) #

type WindowStates = QFlags (CWindowStates Int) #

type WindowType = QEnum (CWindowType Int) #

type WindowFlags = QFlags (CWindowFlags Int) #

type CursorMoveStyle = QEnum (CCursorMoveStyle Int) #

type GestureFlag = QEnum (CGestureFlag Int) #

type GestureFlags = QFlags (CGestureFlags Int) #

type ItemFlag = QEnum (CItemFlag Int) #

type ItemFlags = QFlags (CItemFlags Int) #

type AspectRatioMode = QEnum (CAspectRatioMode Int) #

type ConnectionType = QEnum (CConnectionType Int) #

type ArrowType = QEnum (CArrowType Int) #

type Qt_SizeMode = QEnum (CQt_SizeMode Int) #

type ItemSelectionMode = QEnum (CItemSelectionMode Int) #

type ItemSelectionOperation = QEnum (CItemSelectionOperation Int) #

type ChecksumType = QEnum (CChecksumType Int) #

type DropAction = QEnum (CDropAction Int) #

type DropActions = QFlags (CDropActions Int) #

type ImageConversionFlag = QEnum (CImageConversionFlag Int) #

type ImageConversionFlags = QFlags (CImageConversionFlags Int) #

type KeyboardModifier = QEnum (CKeyboardModifier Int) #

type KeyboardModifiers = QFlags (CKeyboardModifiers Int) #

type ItemDataRole = QEnum (CItemDataRole Int) #

type DateFormat = QEnum (CDateFormat Int) #

type CaseSensitivity = QEnum (CCaseSensitivity Int) #

type WidgetAttribute = QEnum (CWidgetAttribute Int) #

type InputMethodHint = QEnum (CInputMethodHint Int) #

type InputMethodHints = QFlags (CInputMethodHints Int) #

type PenCapStyle = QEnum (CPenCapStyle Int) #

type TabFocusBehavior = QEnum (CTabFocusBehavior Int) #

type GestureType = QEnum (CGestureType Int) #

type SizeHint = QEnum (CSizeHint Int) #

type UIEffect = QEnum (CUIEffect Int) #

type TouchPointState = QEnum (CTouchPointState Int) #

type TouchPointStates = QFlags (CTouchPointStates Int) #

type ToolBarArea = QEnum (CToolBarArea Int) #

type ToolBarAreas = QFlags (CToolBarAreas Int) #

type HitTestAccuracy = QEnum (CHitTestAccuracy Int) #

type Corner = QEnum (CCorner Int) #

type GlobalColor = QEnum (CGlobalColor Int) #

type EnterKeyType = QEnum (CEnterKeyType Int) #

type FindChildOption = QEnum (CFindChildOption Int) #

type FindChildOptions = QFlags (CFindChildOptions Int) #

type TimeSpec = QEnum (CTimeSpec Int) #

type TextFlag = QEnum (CTextFlag Int) #

type ScrollPhase = QEnum (CScrollPhase Int) #

type AlignmentFlag = QEnum (CAlignmentFlag Int) #

type Qt_Alignment = QFlags (CQt_Alignment Int) #

type ToolBarAreaSizes = QEnum (CToolBarAreaSizes Int) #

type Modifier = QEnum (CModifier Int) #

type ContextMenuPolicy = QEnum (CContextMenuPolicy Int) #

type FillRule = QEnum (CFillRule Int) #

type WindowFrameSection = QEnum (CWindowFrameSection Int) #

type DayOfWeek = QEnum (CDayOfWeek Int) #

type CursorShape = QEnum (CCursorShape Int) #

class Qcsm x where #

Methods

connectSlotM :: QObject a -> String -> QObject b -> String -> ConnectionType -> x -> IO () #

Instances
Qcsm () # 
Instance details

Defined in Qtc.Enums.Core.Qt

Methods

connectSlotM :: QObject a -> String -> QObject b -> String -> ConnectionType -> () -> IO () #

Qcsm (QObject c -> String -> IO ()) # 
Instance details

Defined in Qtc.Enums.Core.Qt

Methods

connectSlotM :: QObject a -> String -> QObject b -> String -> ConnectionType -> (QObject c -> String -> IO ()) -> IO () #

Qcsm (QObject c -> Object d -> IO ()) # 
Instance details

Defined in Qtc.Enums.Core.Qt

Methods

connectSlotM :: QObject a -> String -> QObject b -> String -> ConnectionType -> (QObject c -> Object d -> IO ()) -> IO () #

Qcsm (QObject c -> Bool -> IO ()) # 
Instance details

Defined in Qtc.Enums.Core.Qt

Methods

connectSlotM :: QObject a -> String -> QObject b -> String -> ConnectionType -> (QObject c -> Bool -> IO ()) -> IO () #

Qcsm (QObject c -> Int -> IO ()) # 
Instance details

Defined in Qtc.Enums.Core.Qt

Methods

connectSlotM :: QObject a -> String -> QObject b -> String -> ConnectionType -> (QObject c -> Int -> IO ()) -> IO () #

Qcsm (QObject c -> IO ()) # 
Instance details

Defined in Qtc.Enums.Core.Qt

Methods

connectSlotM :: QObject a -> String -> QObject b -> String -> ConnectionType -> (QObject c -> IO ()) -> IO () #

connectSignalM :: QObject a -> String -> QObject b -> String -> ConnectionType -> IO () #