| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.Qtah.Widgets.QDateEdit
Documentation
class QDateEditValue a where Source #
Minimal complete definition
Methods
withQDateEditPtr :: a -> (QDateEditConst -> IO b) -> IO b Source #
Instances
| QDateEditConstPtr a => QDateEditValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDateEdit Methods withQDateEditPtr :: a -> (QDateEditConst -> IO b) -> IO b Source # | |
class QDateTimeEditConstPtr this => QDateEditConstPtr this where Source #
Minimal complete definition
Methods
toQDateEditConst :: this -> QDateEditConst Source #
Instances
| QDateEditConstPtr QDateEdit Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDateEdit Methods | |
| QDateEditConstPtr QDateEditConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDateEdit Methods toQDateEditConst :: QDateEditConst -> QDateEditConst Source # | |
class (QDateEditConstPtr this, QDateTimeEditPtr this) => QDateEditPtr this where Source #
Minimal complete definition
Methods
toQDateEdit :: this -> QDateEdit Source #
Instances
| QDateEditPtr QDateEdit Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDateEdit Methods toQDateEdit :: QDateEdit -> QDateEdit Source # | |
data QDateEditConst Source #
Instances
Instances
castConst :: QDateEditConstPtr this => this -> QDateEditConst Source #
cast :: QDateEditPtr this => this -> QDateEdit Source #
downCastConst :: QDateEditSuperConst a => a -> QDateEditConst Source #
newWithDate :: QDateValue arg'1 => arg'1 -> IO QDateEdit Source #
newWithDateAndParent :: (QDateValue arg'1, QWidgetPtr arg'2) => arg'1 -> arg'2 -> IO QDateEdit Source #
newWithParent :: QWidgetPtr arg'1 => arg'1 -> IO QDateEdit Source #