| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Widgets.QLabel
Documentation
class QLabelValue a where Source #
Minimal complete definition
Methods
withQLabelPtr :: a -> (QLabelConst -> IO b) -> IO b Source #
Instances
| QLabelConstPtr a => QLabelValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QLabel Methods withQLabelPtr :: a -> (QLabelConst -> IO b) -> IO b Source # | |
class QFrameConstPtr this => QLabelConstPtr this where Source #
Minimal complete definition
Methods
toQLabelConst :: this -> QLabelConst Source #
Instances
| QLabelConstPtr QLabel Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QLabel Methods toQLabelConst :: QLabel -> QLabelConst Source # | |
| QLabelConstPtr QLabelConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QLabel Methods | |
class (QLabelConstPtr this, QFramePtr this) => QLabelPtr this where Source #
Minimal complete definition
data QLabelConst Source #
Instances
Instances
| Eq QLabel Source # | |
| Ord QLabel Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QLabel | |
| Show QLabel Source # | |
| CppPtr QLabel Source # | |
| Deletable QLabel Source # | |
| QObjectPtr QLabel Source # | |
| QObjectConstPtr QLabel Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QLabel Methods toQObjectConst :: QLabel -> QObjectConst Source # | |
| QWidgetPtr QLabel Source # | |
| QWidgetConstPtr QLabel Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QLabel Methods toQWidgetConst :: QLabel -> QWidgetConst Source # | |
| QFramePtr QLabel Source # | |
| QFrameConstPtr QLabel Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QLabel Methods toQFrameConst :: QLabel -> QFrameConst Source # | |
| QLabelPtr QLabel Source # | |
| QLabelConstPtr QLabel Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QLabel Methods toQLabelConst :: QLabel -> QLabelConst Source # | |
| Assignable (Ptr (Ptr QLabel)) QLabel Source # | |
| Decodable (Ptr (Ptr QLabel)) QLabel Source # | |
castConst :: QLabelConstPtr this => this -> QLabelConst Source #
downCastConst :: QLabelSuperConst a => a -> QLabelConst Source #
newWithParent :: QWidgetPtr arg'1 => arg'1 -> IO QLabel Source #
newWithText :: QStringValue arg'1 => arg'1 -> IO QLabel Source #
newWithTextAndParent :: (QStringValue arg'1, QWidgetPtr arg'2) => arg'1 -> arg'2 -> IO QLabel Source #
alignment :: QLabelValue arg'1 => arg'1 -> IO QtAlignment Source #
hasScaledContents :: QLabelValue arg'1 => arg'1 -> IO Bool Source #
hasSelectedText :: QLabelValue arg'1 => arg'1 -> IO Bool Source #
openExternalLinks :: QLabelValue arg'1 => arg'1 -> IO Bool Source #
pixmap :: QLabelValue arg'1 => arg'1 -> IO QPixmapConst Source #
selectedText :: QLabelValue arg'1 => arg'1 -> IO String Source #
selectionStart :: QLabelValue arg'1 => arg'1 -> IO Int Source #
setAlignment :: (QLabelPtr arg'1, IsQtAlignment arg'2) => arg'1 -> arg'2 -> IO () Source #
setTextFormat :: QLabelPtr arg'1 => arg'1 -> QtTextFormat -> IO () Source #
setTextInteractionFlags :: (QLabelPtr arg'1, IsQtTextInteractionFlags arg'2) => arg'1 -> arg'2 -> IO () Source #
textFormat :: QLabelValue arg'1 => arg'1 -> IO QtTextFormat Source #
textInteractionFlags :: QLabelValue arg'1 => arg'1 -> IO QtTextInteractionFlags Source #