qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Widgets.QRubberBand

Documentation

class QRubberBandValue a where Source #

Minimal complete definition

withQRubberBandPtr

Methods

withQRubberBandPtr :: a -> (QRubberBandConst -> IO b) -> IO b Source #

class (QRubberBandConstPtr this, QWidgetPtr this) => QRubberBandPtr this where Source #

Minimal complete definition

toQRubberBand

Methods

toQRubberBand :: this -> QRubberBand Source #

data QRubberBandConst Source #

Instances
Eq QRubberBandConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Ord QRubberBandConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Show QRubberBandConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

CppPtr QRubberBandConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Deletable QRubberBandConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QObjectConstPtr QRubberBandConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QWidgetConstPtr QRubberBandConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QRubberBandConstPtr QRubberBandConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

data QRubberBand Source #

Instances
Eq QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Ord QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Show QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

CppPtr QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Deletable QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QObjectPtr QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QObjectConstPtr QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QWidgetPtr QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QWidgetConstPtr QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QRubberBandPtr QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

QRubberBandConstPtr QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Assignable (Ptr (Ptr QRubberBand)) QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Methods

assign :: Ptr (Ptr QRubberBand) -> QRubberBand -> IO () #

Decodable (Ptr (Ptr QRubberBand)) QRubberBand Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

downCastConst :: QRubberBandSuperConst a => a -> QRubberBandConst Source #

downCast :: QRubberBandSuper a => a -> QRubberBand Source #

move :: (QRubberBandPtr arg'1, QPointValue arg'2) => arg'1 -> arg'2 -> IO () Source #

resize :: (QRubberBandPtr arg'1, QSizeValue arg'2) => arg'1 -> arg'2 -> IO () Source #

setGeometry :: (QRubberBandPtr arg'1, QRectValue arg'2) => arg'1 -> arg'2 -> IO () Source #

data QRubberBandShape Source #

Constructors

Line 
Rectangle 
Instances
Bounded QRubberBandShape Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Enum QRubberBandShape Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Eq QRubberBandShape Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Ord QRubberBandShape Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand

Show QRubberBandShape Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QRubberBand