Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Widgets.QDialog
Documentation
class QDialogValue a where Source #
Minimal complete definition
Methods
withQDialogPtr :: a -> (QDialogConst -> IO b) -> IO b Source #
Instances
QDialogConstPtr a => QDialogValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDialog Methods withQDialogPtr :: a -> (QDialogConst -> IO b) -> IO b Source # |
class QWidgetConstPtr this => QDialogConstPtr this where Source #
Minimal complete definition
Methods
toQDialogConst :: this -> QDialogConst Source #
Instances
QDialogConstPtr QDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDialog Methods toQDialogConst :: QDialog -> QDialogConst Source # | |
QDialogConstPtr QDialogConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDialog Methods | |
QDialogConstPtr QInputDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QInputDialog Methods | |
QDialogConstPtr QInputDialogConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QInputDialog Methods toQDialogConst :: QInputDialogConst -> QDialogConst Source # | |
QDialogConstPtr QMessageBox Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QMessageBox Methods | |
QDialogConstPtr QMessageBoxConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QMessageBox Methods | |
QDialogConstPtr QFileDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QFileDialog Methods | |
QDialogConstPtr QFileDialogConst Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QFileDialog Methods |
class (QDialogConstPtr this, QWidgetPtr this) => QDialogPtr this where Source #
Minimal complete definition
Instances
QDialogPtr QDialog Source # | |
QDialogPtr QInputDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QInputDialog Methods toQDialog :: QInputDialog -> QDialog Source # | |
QDialogPtr QMessageBox Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QMessageBox Methods toQDialog :: QMessageBox -> QDialog Source # | |
QDialogPtr QFileDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QFileDialog Methods toQDialog :: QFileDialog -> QDialog Source # |
data QDialogConst Source #
Instances
Instances
Eq QDialog Source # | |
Ord QDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDialog | |
Show QDialog Source # | |
CppPtr QDialog Source # | |
Deletable QDialog Source # | |
QObjectPtr QDialog Source # | |
QObjectConstPtr QDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDialog Methods toQObjectConst :: QDialog -> QObjectConst Source # | |
QWidgetPtr QDialog Source # | |
QWidgetConstPtr QDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDialog Methods toQWidgetConst :: QDialog -> QWidgetConst Source # | |
QDialogPtr QDialog Source # | |
QDialogConstPtr QDialog Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QDialog Methods toQDialogConst :: QDialog -> QDialogConst Source # | |
Assignable (Ptr (Ptr QDialog)) QDialog Source # | |
Decodable (Ptr (Ptr QDialog)) QDialog Source # | |
castConst :: QDialogConstPtr this => this -> QDialogConst Source #
cast :: QDialogPtr this => this -> QDialog Source #
downCastConst :: QDialogSuperConst a => a -> QDialogConst Source #
newWithParent :: QWidgetPtr arg'1 => arg'1 -> IO QDialog Source #
newWithParentAndFlags :: (QWidgetPtr arg'1, IsQtWindowFlags arg'2) => arg'1 -> arg'2 -> IO QDialog Source #
accept :: QDialogPtr arg'1 => arg'1 -> IO () Source #
isSizeGripEnabled :: QDialogValue arg'1 => arg'1 -> IO Bool Source #
open :: QDialogPtr arg'1 => arg'1 -> IO () Source #
reject :: QDialogPtr arg'1 => arg'1 -> IO () Source #
setSizeGripEnabled :: QDialogPtr arg'1 => arg'1 -> Bool -> IO () Source #
acceptedSignal :: QDialogPtr object => Signal object (IO ()) Source #
finishedSignal :: QDialogPtr object => Signal object (Int -> IO ()) Source #
rejectedSignal :: QDialogPtr object => Signal object (IO ()) Source #
data QDialogDialogCode Source #