qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Enums.Core.Qt

Description

Documentation

class Qcsm x where Source

Methods

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

Instances

Qcsm () 
Qcsm (QObject c -> String -> IO ()) 
Qcsm (QObject c -> Object d -> IO ()) 
Qcsm (QObject c -> Bool -> IO ()) 
Qcsm (QObject c -> Int -> IO ()) 
Qcsm (QObject c -> IO ()) 

type GlobalColor = QEnum (CGlobalColor Int) Source

type KeyboardModifier = QEnum (CKeyboardModifier Int) Source

type KeyboardModifiers = QFlags (CKeyboardModifiers Int) Source

type Modifier = QEnum (CModifier Int) Source

type MouseButton = QEnum (CMouseButton Int) Source

type MouseButtons = QFlags (CMouseButtons Int) Source

type QtOrientation = QEnum (CQtOrientation Int) Source

type Orientations = QFlags (COrientations Int) Source

type FocusPolicy = QEnum (CFocusPolicy Int) Source

type SortOrder = QEnum (CSortOrder Int) Source

type AlignmentFlag = QEnum (CAlignmentFlag Int) Source

type Alignment = QFlags (CAlignment Int) Source

type TextFlag = QEnum (CTextFlag Int) Source

type TextElideMode = QEnum (CTextElideMode Int) Source

type WindowType = QEnum (CWindowType Int) Source

type WindowFlags = QFlags (CWindowFlags Int) Source

type WindowState = QEnum (CWindowState Int) Source

type WindowStates = QFlags (CWindowStates Int) Source

type WidgetAttribute = QEnum (CWidgetAttribute Int) Source

type ApplicationAttribute = QEnum (CApplicationAttribute Int) Source

type ImageConversionFlag = QEnum (CImageConversionFlag Int) Source

type ImageConversionFlags = QFlags (CImageConversionFlags Int) Source

type BGMode = QEnum (CBGMode Int) Source

type Key = QEnum (CKey Int) Source

type ArrowType = QEnum (CArrowType Int) Source

type PenStyle = QEnum (CPenStyle Int) Source

type PenCapStyle = QEnum (CPenCapStyle Int) Source

type PenJoinStyle = QEnum (CPenJoinStyle Int) Source

type BrushStyle = QEnum (CBrushStyle Int) Source

type UIEffect = QEnum (CUIEffect Int) Source

type CursorShape = QEnum (CCursorShape Int) Source

type TextFormat = QEnum (CTextFormat Int) Source

type AspectRatioMode = QEnum (CAspectRatioMode Int) Source

type AnchorAttribute = QEnum (CAnchorAttribute Int) Source

type DockWidgetArea = QEnum (CDockWidgetArea Int) Source

type DockWidgetAreas = QFlags (CDockWidgetAreas Int) Source

type DockWidgetAreaSizes = QEnum (CDockWidgetAreaSizes Int) Source

type ToolBarArea = QEnum (CToolBarArea Int) Source

type ToolBarAreas = QFlags (CToolBarAreas Int) Source

type ToolBarAreaSizes = QEnum (CToolBarAreaSizes Int) Source

type DateFormat = QEnum (CDateFormat Int) Source

type TimeSpec = QEnum (CTimeSpec Int) Source

type DayOfWeek = QEnum (CDayOfWeek Int) Source

type ScrollBarPolicy = QEnum (CScrollBarPolicy Int) Source

type CaseSensitivity = QEnum (CCaseSensitivity Int) Source

type Corner = QEnum (CCorner Int) Source

type ConnectionType = QEnum (CConnectionType Int) Source

type ShortcutContext = QEnum (CShortcutContext Int) Source

type FillRule = QEnum (CFillRule Int) Source

type MaskMode = QEnum (CMaskMode Int) Source

type ClipOperation = QEnum (CClipOperation Int) Source

type ItemSelectionMode = QEnum (CItemSelectionMode Int) Source

type TransformationMode = QEnum (CTransformationMode Int) Source

type Axis = QEnum (CAxis Int) Source

type FocusReason = QEnum (CFocusReason Int) Source

type ContextMenuPolicy = QEnum (CContextMenuPolicy Int) Source

type InputMethodQuery = QEnum (CInputMethodQuery Int) Source

type ToolButtonStyle = QEnum (CToolButtonStyle Int) Source

type LayoutDirection = QEnum (CLayoutDirection Int) Source

type DropAction = QEnum (CDropAction Int) Source

type DropActions = QFlags (CDropActions Int) Source

type CheckState = QEnum (CCheckState Int) Source

type ItemDataRole = QEnum (CItemDataRole Int) Source

type ItemFlag = QEnum (CItemFlag Int) Source

type ItemFlags = QFlags (CItemFlags Int) Source

type MatchFlag = QEnum (CMatchFlag Int) Source

type MatchFlags = QFlags (CMatchFlags Int) Source

type WindowModality = QEnum (CWindowModality Int) Source

type TextInteractionFlag = QEnum (CTextInteractionFlag Int) Source

type TextInteractionFlags = QFlags (CTextInteractionFlags Int) Source

type EventPriority = QEnum (CEventPriority Int) Source

type HitTestAccuracy = QEnum (CHitTestAccuracy Int) Source

type WhiteSpaceMode = QEnum (CWhiteSpaceMode Int) Source