| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Classes.Qccs
Description
Documentation
class QuserMethod a b c | a b -> c where Source
Methods
userMethod :: a -> Int -> b -> c Source
Instances
class Qaccept a b where Source
Instances
| Qaccept (QEvent a) () | |
| Qaccept (QProgressDialogSc a) () | |
| Qaccept (QProgressDialog ()) () | |
| Qaccept (QFileDialogSc a) () | |
| Qaccept (QFileDialog ()) () | |
| Qaccept (QErrorMessageSc a) () | |
| Qaccept (QErrorMessage ()) () | |
| Qaccept (QMessageBoxSc a) () | |
| Qaccept (QMessageBox ()) () | |
| Qaccept (QAbstractPageSetupDialogSc a) () | |
| Qaccept (QAbstractPageSetupDialog ()) () | |
| Qaccept (QPrintDialogSc a) () | |
| Qaccept (QPrintDialog ()) () | |
| Qaccept (QDragMoveEvent a) Rect | |
| Qaccept (QDragMoveEvent a) () | |
| Qaccept (QAbstractPrintDialogSc a) () | |
| Qaccept (QAbstractPrintDialog ()) () | |
| Qaccept (QDialogSc a) () | |
| Qaccept (QDialog ()) () |
class QactionEvent a b where Source
Methods
actionEvent :: a -> b -> IO () Source
Instances
Instances
| QatEnd (QFileSc a) () | |
| QatEnd (QFile ()) () | |
| QatEnd (QTextStream a) () | |
| QatEnd (QDataStream a) () | |
| QatEnd (QIODeviceSc a) () | |
| QatEnd (QIODevice ()) () | |
| QatEnd (QTextCursor a) () | |
| QatEnd (QTcpSocketSc a) () | |
| QatEnd (QTcpSocket ()) () | |
| QatEnd (QUdpSocketSc a) () | |
| QatEnd (QUdpSocket ()) () | |
| QatEnd (QAbstractSocketSc a) () | |
| QatEnd (QAbstractSocket ()) () |
class QbeginInsertColumns a b where Source
Methods
beginInsertColumns :: a -> b -> IO () Source
Instances
| QbeginInsertColumns (QAbstractListModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QAbstractListModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QAbstractTableModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QAbstractTableModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QAbstractItemModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QAbstractItemModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QSortFilterProxyModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QSortFilterProxyModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QAbstractProxyModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QAbstractProxyModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QStandardItemModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QStandardItemModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QDirModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertColumns (QDirModel ()) (QModelIndex t1, Int, Int) |
class QbeginInsertRows a b where Source
Methods
beginInsertRows :: a -> b -> IO () Source
Instances
| QbeginInsertRows (QAbstractListModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QAbstractListModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QAbstractTableModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QAbstractTableModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QAbstractItemModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QAbstractItemModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QSortFilterProxyModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QSortFilterProxyModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QAbstractProxyModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QAbstractProxyModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QStandardItemModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QStandardItemModel ()) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QDirModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginInsertRows (QDirModel ()) (QModelIndex t1, Int, Int) |
class QbeginRemoveColumns a b where Source
Methods
beginRemoveColumns :: a -> b -> IO () Source
Instances
| QbeginRemoveColumns (QAbstractListModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QAbstractListModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QAbstractTableModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QAbstractTableModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QAbstractItemModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QAbstractItemModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QSortFilterProxyModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QSortFilterProxyModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QAbstractProxyModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QAbstractProxyModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QStandardItemModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QStandardItemModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QDirModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveColumns (QDirModel ()) (QModelIndex t1, Int, Int) |
class QbeginRemoveRows a b where Source
Methods
beginRemoveRows :: a -> b -> IO () Source
Instances
| QbeginRemoveRows (QAbstractListModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QAbstractListModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QAbstractTableModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QAbstractTableModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QAbstractItemModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QAbstractItemModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QSortFilterProxyModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QSortFilterProxyModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QAbstractProxyModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QAbstractProxyModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QStandardItemModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QStandardItemModel ()) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QDirModelSc a) (QModelIndex t1, Int, Int) | |
| QbeginRemoveRows (QDirModel ()) (QModelIndex t1, Int, Int) |
Instances
| Qbind (QUdpSocket a) Int | |
| Qbind (QUdpSocket a) () | |
| Qbind (QGLFramebufferObject a) () | |
| Qbind (QUdpSocket a) (QHostAddress t1, Int) | |
| Qbind (QUdpSocket a) (Int, BindMode) | |
| Qbind (QUdpSocket a) (QHostAddress t1, Int, BindMode) |
class QqboundingRect a b c | a b -> c where Source
Methods
qboundingRect :: a -> b -> c Source
Instances
class QqqboundingRect a b c | a b -> c where Source
Methods
qqboundingRect :: a -> b -> c Source
Instances
class Qbuddy a b c | a -> c where Source
Instances
class QbytesAvailable a b where Source
Methods
bytesAvailable :: a -> b -> IO Int Source
Instances
| QbytesAvailable (QFileSc a) () | |
| QbytesAvailable (QFile ()) () | |
| QbytesAvailable (QIODeviceSc a) () | |
| QbytesAvailable (QIODevice ()) () | |
| QbytesAvailable (QFtp a) () | |
| QbytesAvailable (QHttp a) () | |
| QbytesAvailable (QTcpSocketSc a) () | |
| QbytesAvailable (QTcpSocket ()) () | |
| QbytesAvailable (QUdpSocketSc a) () | |
| QbytesAvailable (QUdpSocket ()) () | |
| QbytesAvailable (QAbstractSocketSc a) () | |
| QbytesAvailable (QAbstractSocket ()) () |
class QbytesToWrite a b where Source
Methods
bytesToWrite :: a -> b -> IO Int Source
Instances
| QbytesToWrite (QFileSc a) () | |
| QbytesToWrite (QFile ()) () | |
| QbytesToWrite (QIODeviceSc a) () | |
| QbytesToWrite (QIODevice ()) () | |
| QbytesToWrite (QTcpSocketSc a) () | |
| QbytesToWrite (QTcpSocket ()) () | |
| QbytesToWrite (QUdpSocketSc a) () | |
| QbytesToWrite (QUdpSocket ()) () | |
| QbytesToWrite (QAbstractSocketSc a) () | |
| QbytesToWrite (QAbstractSocket ()) () |
class QcanFetchMore a b where Source
Methods
canFetchMore :: a -> b -> IO Bool Source
Instances
| QcanFetchMore (QAbstractListModelSc a) (QModelIndex t1) | |
| QcanFetchMore (QAbstractListModel ()) (QModelIndex t1) | |
| QcanFetchMore (QAbstractTableModelSc a) (QModelIndex t1) | |
| QcanFetchMore (QAbstractTableModel ()) (QModelIndex t1) | |
| QcanFetchMore (QAbstractItemModelSc a) (QModelIndex t1) | |
| QcanFetchMore (QAbstractItemModel ()) (QModelIndex t1) | |
| QcanFetchMore (QSortFilterProxyModelSc a) (QModelIndex t1) | |
| QcanFetchMore (QSortFilterProxyModel ()) (QModelIndex t1) | |
| QcanFetchMore (QAbstractProxyModelSc a) (QModelIndex t1) | |
| QcanFetchMore (QAbstractProxyModel ()) (QModelIndex t1) | |
| QcanFetchMore (QStandardItemModelSc a) (QModelIndex t1) | |
| QcanFetchMore (QStandardItemModel ()) (QModelIndex t1) | |
| QcanFetchMore (QDirModelSc a) (QModelIndex t1) | |
| QcanFetchMore (QDirModel ()) (QModelIndex t1) |
class QcanReadLine a b where Source
Methods
canReadLine :: a -> b -> IO Bool Source
Instances
| QcanReadLine (QFileSc a) () | |
| QcanReadLine (QFile ()) () | |
| QcanReadLine (QIODeviceSc a) () | |
| QcanReadLine (QIODevice ()) () | |
| QcanReadLine (QTcpSocketSc a) () | |
| QcanReadLine (QTcpSocket ()) () | |
| QcanReadLine (QUdpSocketSc a) () | |
| QcanReadLine (QUdpSocket ()) () | |
| QcanReadLine (QAbstractSocketSc a) () | |
| QcanReadLine (QAbstractSocket ()) () |
class QcaseSensitivity a b where Source
Methods
caseSensitivity :: a -> b -> IO CaseSensitivity Source
Instances
| QcaseSensitivity (QRegExp a) () | |
| QcaseSensitivity (QCompleter a) () |
class QchangeEvent a b where Source
Methods
changeEvent :: a -> b -> IO () Source
Instances
class QchangePersistentIndex a b where Source
Methods
changePersistentIndex :: a -> b -> IO () Source
Instances
class Qchild a b c | a -> c where Source
Instances
| Qchild (QChildEvent a) () (IO (QObject ())) | |
| Qchild (QStandardItem a) Int (IO (QStandardItem ())) | |
| Qchild (QTreeWidgetItem a) Int (IO (QTreeWidgetItem ())) | |
| Qchild (QModelIndex a) (Int, Int) (IO (QModelIndex ())) | |
| Qchild (QStandardItem a) (Int, Int) (IO (QStandardItem ())) |
class QchildEvent a b where Source
Methods
childEvent :: a -> b -> IO () Source
Instances
Instances
class Qclose a b c | a -> c where Source
Instances
| Qclose (QFileSc a) () (IO ()) | |
| Qclose (QFile ()) () (IO ()) | |
| Qclose (QIODeviceSc a) () (IO ()) | |
| Qclose (QIODevice ()) () (IO ()) | |
| Qclose (QWidget a) () (IO Bool) | |
| Qclose (QFtp a) () (IO Int) | |
| Qclose (QHttp a) () (IO Int) | |
| Qclose (QTcpServer a) () (IO ()) | |
| Qclose (QTcpSocketSc a) () (IO ()) | |
| Qclose (QTcpSocket ()) () (IO ()) | |
| Qclose (QUdpSocketSc a) () (IO ()) | |
| Qclose (QUdpSocket ()) () (IO ()) | |
| Qclose (QAbstractSocketSc a) () (IO ()) | |
| Qclose (QAbstractSocket ()) () (IO ()) |
class QcloseEvent a b where Source
Methods
closeEvent :: a -> b -> IO () Source
Instances
class Qcolumn a b where Source
Instances
| Qcolumn (QModelIndex a) () | |
| Qcolumn (QStandardItem a) () | |
| Qcolumn (QTextTableCell a) () | |
| Qcolumn (QTableWidgetItem a) () | |
| Qcolumn (QTableWidget a) (QTableWidgetItem t1) |
class QcolumnCount a b where Source
Methods
columnCount :: a -> b -> IO Int Source
Instances
class QconnectNotify a b where Source
Methods
connectNotify :: a -> b -> IO () Source
Instances
class Qqcontains a b where Source
Instances
class Qqqcontains a b where Source
Methods
qqcontains :: a -> b -> IO Bool Source
Instances
class Qcontext a b c | a -> c where Source
Instances
| Qcontext (QShortcut a) () (IO ShortcutContext) | |
| Qcontext (QGLWidget a) () (IO (QGLContext ())) |
class QcontextMenuEvent a b where Source
Methods
contextMenuEvent :: a -> b -> IO () Source
Instances
class Qcopy a b c | a -> c where Source
Instances
| Qcopy (QFile a) String (IO Bool) | |
| Qcopy (QLineEdit a) () (IO ()) | |
| Qcopy (QImageSc a) Rect (IO (QImage ())) | |
| Qcopy (QImageSc a) () (IO (QImage ())) | |
| Qcopy (QImage ()) () (IO (QImage ())) | |
| Qcopy (QImage ()) Rect (IO (QImage ())) | |
| Qcopy (QPixmapSc a) Rect (IO (QPixmap ())) | |
| Qcopy (QPixmapSc a) () (IO (QPixmap ())) | |
| Qcopy (QPixmap ()) () (IO (QPixmap ())) | |
| Qcopy (QPixmap ()) Rect (IO (QPixmap ())) | |
| Qcopy (QTextEdit a) () (IO ()) | |
| Qcopy (QImageSc a) (Int, Int, Int, Int) (IO (QImage ())) | |
| Qcopy (QImage ()) (Int, Int, Int, Int) (IO (QImage ())) | |
| Qcopy (QPixmapSc a) (Int, Int, Int, Int) (IO (QPixmap ())) | |
| Qcopy (QPixmap ()) (Int, Int, Int, Int) (IO (QPixmap ())) |
class Qcopy_nf a b c | a -> c where Source
Instances
| Qcopy_nf (QLineEdit a) () (IO ()) | |
| Qcopy_nf (QImageSc a) Rect (IO (QImage ())) | |
| Qcopy_nf (QImageSc a) () (IO (QImage ())) | |
| Qcopy_nf (QImage ()) () (IO (QImage ())) | |
| Qcopy_nf (QImage ()) Rect (IO (QImage ())) | |
| Qcopy_nf (QPixmapSc a) Rect (IO (QPixmap ())) | |
| Qcopy_nf (QPixmapSc a) () (IO (QPixmap ())) | |
| Qcopy_nf (QPixmap ()) () (IO (QPixmap ())) | |
| Qcopy_nf (QPixmap ()) Rect (IO (QPixmap ())) | |
| Qcopy_nf (QTextEdit a) () (IO ()) | |
| Qcopy_nf (QImageSc a) (Int, Int, Int, Int) (IO (QImage ())) | |
| Qcopy_nf (QImage ()) (Int, Int, Int, Int) (IO (QImage ())) | |
| Qcopy_nf (QPixmapSc a) (Int, Int, Int, Int) (IO (QPixmap ())) | |
| Qcopy_nf (QPixmap ()) (Int, Int, Int, Int) (IO (QPixmap ())) |
Instances
| Qcount (QDir a) () | |
| Qcount (QTabBar a) () | |
| Qcount (QTabWidget a) () | |
| Qcount (QTextList a) () | |
| Qcount (QUndoStack a) () | |
| Qcount (QListWidget a) () | |
| Qcount (QStackedLayoutSc a) () | |
| Qcount (QStackedLayout ()) () | |
| Qcount (QGridLayoutSc a) () | |
| Qcount (QGridLayout ()) () | |
| Qcount (QKeyEvent a) () | |
| Qcount (QSplitter a) () | |
| Qcount (QStackedWidget a) () | |
| Qcount (QToolBox a) () | |
| Qcount (QHBoxLayoutSc a) () | |
| Qcount (QHBoxLayout ()) () | |
| Qcount (QVBoxLayoutSc a) () | |
| Qcount (QVBoxLayout ()) () | |
| Qcount (QHeaderView a) () | |
| Qcount (QKeySequence a) () | |
| Qcount (QComboBox a) () | |
| Qcount (QBoxLayoutSc a) () | |
| Qcount (QBoxLayout ()) () | |
| Qcount (QLayoutSc a) () | |
| Qcount (QLayout ()) () |
class Qcreate a b c | a -> c where Source
Instances
class QcreateIndex a b where Source
Methods
createIndex :: a -> b -> IO (QModelIndex ()) Source
Instances
class QcreateWidget a b where Source
Methods
createWidget :: a -> b -> IO (QWidget ()) Source
Instances
| QcreateWidget (QUiLoaderSc a) String | |
| QcreateWidget (QUiLoader ()) String | |
| QcreateWidget (QItemEditorCreatorBaseSc a) (QWidget t1) | |
| QcreateWidget (QItemEditorCreatorBase ()) (QWidget t1) | |
| QcreateWidget (QUiLoaderSc a) (String, QWidget t2) | |
| QcreateWidget (QUiLoader ()) (String, QWidget t2) | |
| QcreateWidget (QUiLoaderSc a) (String, QWidget t2, String) | |
| QcreateWidget (QUiLoader ()) (String, QWidget t2, String) |
class QcurrentFrame a b c | a -> c where Source
Methods
currentFrame :: a -> b -> c Source
Instances
| QcurrentFrame (QTimeLine a) () (IO Int) | |
| QcurrentFrame (QTextCursor a) () (IO (QTextFrame ())) |
class QcustomEvent a b where Source
Methods
customEvent :: a -> b -> IO () Source
Instances
class Qqdata a b c | a -> c where Source
Instances
class Qqdata_nf a b c | a -> c where Source
Instances
Instances
| Qdate (QDateTime a) () | |
| Qdate (QDateTimeEdit a) () |
class Qdestroy a b where Source
Instances
class QdevType a b where Source
Instances
class Qdevice a b c | a -> c where Source
Instances
| Qdevice (QTextStream a) () (IO (QIODevice ())) | |
| Qdevice (QDataStream a) () (IO (QIODevice ())) | |
| Qdevice (QMovie a) () (IO (QIODevice ())) | |
| Qdevice (QTabletEvent a) () (IO TabletDevice) | |
| Qdevice (QPainter a) () (IO (QPaintDevice ())) | |
| Qdevice (QGLContext a) () (IO (QPaintDevice ())) |
class Qdirection a b c | a -> c where Source
Instances
| Qdirection (QTimeLine a) () (IO QTimeLineDirection) | |
| Qdirection (QBoxLayout a) () (IO QBoxLayoutDirection) | |
| Qdirection (QStyleOption a) () (IO LayoutDirection) |
class QdisconnectNotify a b where Source
Methods
disconnectNotify :: a -> b -> IO () Source
Instances
class QdragEnterEvent a b where Source
Methods
dragEnterEvent :: a -> b -> IO () Source
Instances
class QdragLeaveEvent a b where Source
Methods
dragLeaveEvent :: a -> b -> IO () Source
Instances
class QdragMoveEvent a b where Source
Methods
dragMoveEvent :: a -> b -> IO () Source
Instances
class QdropEvent a b where Source
Instances
class QdropMimeData a b where Source
Methods
dropMimeData :: a -> b -> IO Bool Source
Instances
class QenabledChange a b where Source
Methods
enabledChange :: a -> b -> IO () Source
Instances
class QendInsertColumns a b where Source
Methods
endInsertColumns :: a -> b -> IO () Source
Instances
| QendInsertColumns (QAbstractListModelSc a) () | |
| QendInsertColumns (QAbstractListModel ()) () | |
| QendInsertColumns (QAbstractTableModelSc a) () | |
| QendInsertColumns (QAbstractTableModel ()) () | |
| QendInsertColumns (QAbstractItemModelSc a) () | |
| QendInsertColumns (QAbstractItemModel ()) () | |
| QendInsertColumns (QSortFilterProxyModelSc a) () | |
| QendInsertColumns (QSortFilterProxyModel ()) () | |
| QendInsertColumns (QAbstractProxyModelSc a) () | |
| QendInsertColumns (QAbstractProxyModel ()) () | |
| QendInsertColumns (QStandardItemModelSc a) () | |
| QendInsertColumns (QStandardItemModel ()) () | |
| QendInsertColumns (QDirModelSc a) () | |
| QendInsertColumns (QDirModel ()) () |
class QendInsertRows a b where Source
Methods
endInsertRows :: a -> b -> IO () Source
Instances
| QendInsertRows (QAbstractListModelSc a) () | |
| QendInsertRows (QAbstractListModel ()) () | |
| QendInsertRows (QAbstractTableModelSc a) () | |
| QendInsertRows (QAbstractTableModel ()) () | |
| QendInsertRows (QAbstractItemModelSc a) () | |
| QendInsertRows (QAbstractItemModel ()) () | |
| QendInsertRows (QSortFilterProxyModelSc a) () | |
| QendInsertRows (QSortFilterProxyModel ()) () | |
| QendInsertRows (QAbstractProxyModelSc a) () | |
| QendInsertRows (QAbstractProxyModel ()) () | |
| QendInsertRows (QStandardItemModelSc a) () | |
| QendInsertRows (QStandardItemModel ()) () | |
| QendInsertRows (QDirModelSc a) () | |
| QendInsertRows (QDirModel ()) () |
class QendRemoveColumns a b where Source
Methods
endRemoveColumns :: a -> b -> IO () Source
Instances
| QendRemoveColumns (QAbstractListModelSc a) () | |
| QendRemoveColumns (QAbstractListModel ()) () | |
| QendRemoveColumns (QAbstractTableModelSc a) () | |
| QendRemoveColumns (QAbstractTableModel ()) () | |
| QendRemoveColumns (QAbstractItemModelSc a) () | |
| QendRemoveColumns (QAbstractItemModel ()) () | |
| QendRemoveColumns (QSortFilterProxyModelSc a) () | |
| QendRemoveColumns (QSortFilterProxyModel ()) () | |
| QendRemoveColumns (QAbstractProxyModelSc a) () | |
| QendRemoveColumns (QAbstractProxyModel ()) () | |
| QendRemoveColumns (QStandardItemModelSc a) () | |
| QendRemoveColumns (QStandardItemModel ()) () | |
| QendRemoveColumns (QDirModelSc a) () | |
| QendRemoveColumns (QDirModel ()) () |
class QendRemoveRows a b where Source
Methods
endRemoveRows :: a -> b -> IO () Source
Instances
| QendRemoveRows (QAbstractListModelSc a) () | |
| QendRemoveRows (QAbstractListModel ()) () | |
| QendRemoveRows (QAbstractTableModelSc a) () | |
| QendRemoveRows (QAbstractTableModel ()) () | |
| QendRemoveRows (QAbstractItemModelSc a) () | |
| QendRemoveRows (QAbstractItemModel ()) () | |
| QendRemoveRows (QSortFilterProxyModelSc a) () | |
| QendRemoveRows (QSortFilterProxyModel ()) () | |
| QendRemoveRows (QAbstractProxyModelSc a) () | |
| QendRemoveRows (QAbstractProxyModel ()) () | |
| QendRemoveRows (QStandardItemModelSc a) () | |
| QendRemoveRows (QStandardItemModel ()) () | |
| QendRemoveRows (QDirModelSc a) () | |
| QendRemoveRows (QDirModel ()) () |
class QenterEvent a b where Source
Methods
enterEvent :: a -> b -> IO () Source
Instances
class Qqerror a b c | a -> c where Source
Instances
| Qqerror (QFile a) () (IO FileError) | |
| Qqerror (QFtp a) () (IO QFtpError) | |
| Qqerror (QHttp a) () (IO QHttpError) | |
| Qqerror (QHostInfo a) () (IO HostInfoError) | |
| Qqerror (QAbstractSocket a) () (IO SocketError) |
class QerrorString a b where Source
Methods
errorString :: a -> b -> IO String Source
Instances
| QerrorString (QRegExp a) () | |
| QerrorString (QUrl a) () | |
| QerrorString (QIODevice a) () | |
| QerrorString (QFtp a) () | |
| QerrorString (QHttp a) () | |
| QerrorString (QTcpServer a) () | |
| QerrorString (QHostInfo a) () |
Instances
class QeventFilter a b where Source
Methods
eventFilter :: a -> b -> IO Bool Source
Instances
class QexactMatch a b where Source
Methods
exactMatch :: a -> b -> IO Bool Source
Instances
| QexactMatch (QRegExp a) String | |
| QexactMatch (QFont a) () | |
| QexactMatch (QFontInfo a) () |
class QfetchMore a b where Source
Instances
| QfetchMore (QAbstractListModelSc a) (QModelIndex t1) | |
| QfetchMore (QAbstractListModel ()) (QModelIndex t1) | |
| QfetchMore (QAbstractTableModelSc a) (QModelIndex t1) | |
| QfetchMore (QAbstractTableModel ()) (QModelIndex t1) | |
| QfetchMore (QAbstractItemModelSc a) (QModelIndex t1) | |
| QfetchMore (QAbstractItemModel ()) (QModelIndex t1) | |
| QfetchMore (QSortFilterProxyModelSc a) (QModelIndex t1) | |
| QfetchMore (QSortFilterProxyModel ()) (QModelIndex t1) | |
| QfetchMore (QAbstractProxyModelSc a) (QModelIndex t1) | |
| QfetchMore (QAbstractProxyModel ()) (QModelIndex t1) | |
| QfetchMore (QStandardItemModelSc a) (QModelIndex t1) | |
| QfetchMore (QStandardItemModel ()) (QModelIndex t1) | |
| QfetchMore (QDirModelSc a) (QModelIndex t1) | |
| QfetchMore (QDirModel ()) (QModelIndex t1) |
class Qfind a b c | a -> c where Source
Instances
| Qfind (QTextDocument a) String (IO (QTextCursor ())) | |
| Qfind (QTextEdit a) String (IO Bool) | |
| Qfind (QGLColormap a) Int (IO Int) | |
| Qfind (QTextDocument a) (QRegExp t1) (IO (QTextCursor ())) | |
| Qfind (QTextDocument a) (String, QTextCursor t2) (IO (QTextCursor ())) | |
| Qfind (QTextDocument a) (String, Int) (IO (QTextCursor ())) | |
| Qfind (QTextDocument a) (QRegExp t1, QTextCursor t2) (IO (QTextCursor ())) | |
| Qfind (QTextDocument a) (QRegExp t1, Int) (IO (QTextCursor ())) | |
| Qfind (QTextEdit a) (String, FindFlags) (IO Bool) | |
| Qfind (QTextDocument a) (String, QTextCursor t2, FindFlags) (IO (QTextCursor ())) | |
| Qfind (QTextDocument a) (String, Int, FindFlags) (IO (QTextCursor ())) | |
| Qfind (QTextDocument a) (QRegExp t1, QTextCursor t2, FindFlags) (IO (QTextCursor ())) | |
| Qfind (QTextDocument a) (QRegExp t1, Int, FindFlags) (IO (QTextCursor ())) |
class Qflags a b c | a -> c where Source
Instances
class QfocusInEvent a b where Source
Methods
focusInEvent :: a -> b -> IO () Source
Instances
class QfocusNextChild a b where Source
Methods
focusNextChild :: a -> b -> IO Bool Source
Instances
class QfocusNextPrevChild a b where Source
Methods
focusNextPrevChild :: a -> b -> IO Bool Source
Instances
class QfocusOutEvent a b where Source
Methods
focusOutEvent :: a -> b -> IO () Source
Instances
class QfocusPreviousChild a b where Source
Methods
focusPreviousChild :: a -> b -> IO Bool Source
Instances
class QfontChange a b where Source
Methods
fontChange :: a -> b -> IO () Source
Instances
class Qformat a b c | a -> c where Source
Instances
| Qformat (QSettings a) () (IO QSettingsFormat) | |
| Qformat (QProgressBar a) () (IO String) | |
| Qformat (QTextTable a) () (IO (QTextTableFormat ())) | |
| Qformat (QTextList a) () (IO (QTextListFormat ())) | |
| Qformat (QImage a) () (IO QImageFormat) | |
| Qformat (QAbstractTextDocumentLayoutSc a) Int (IO (QTextCharFormat ())) | |
| Qformat (QAbstractTextDocumentLayout ()) Int (IO (QTextCharFormat ())) | |
| Qformat (QSyntaxHighlighterSc a) Int (IO (QTextCharFormat ())) | |
| Qformat (QSyntaxHighlighter ()) Int (IO (QTextCharFormat ())) | |
| Qformat (QMovie a) () (IO String) | |
| Qformat (QTextTableCell a) () (IO (QTextCharFormat ())) | |
| Qformat (QDropEvent a) Int (IO String) | |
| Qformat (QGLWidget a) () (IO (QGLFormat ())) | |
| Qformat (QGLPixelBuffer a) () (IO (QGLFormat ())) | |
| Qformat (QGLContext a) () (IO (QGLFormat ())) |
class Qgroup a b c | a -> c where Source
Instances
| Qgroup (QSettings a) () (IO String) | |
| Qgroup (QFileInfo a) () (IO String) | |
| Qgroup (QGraphicsTextItem a) () (IO (QGraphicsItemGroup ())) | |
| Qgroup (QUndoView a) () (IO (QUndoGroup ())) | |
| Qgroup (QAbstractButton a) () (IO (QButtonGroup ())) | |
| Qgroup (QGraphicsItem a) () (IO (QGraphicsItemGroup ())) | |
| Qgroup (QUrlInfo a) () (IO String) |
class QhasChildren a b where Source
Methods
hasChildren :: a -> b -> IO Bool Source
Instances
class QheaderData a b where Source
Methods
headerData :: a -> b -> IO (QVariant ()) Source
Instances
class QheaderData_nf a b where Source
Methods
headerData_nf :: a -> b -> IO (QVariant ()) Source
Instances
class Qqheight a b c | a -> c where Source
Instances
| Qqheight (QRect a) () (IO Int) | |
| Qqheight (QSizeF a) () (IO Double) | |
| Qqheight (QRectF a) () (IO Double) | |
| Qqheight (QSize a) () (IO Int) | |
| Qqheight (QTextImageFormat a) () (IO Double) | |
| Qqheight (QImage a) () (IO Int) | |
| Qqheight (QGraphicsScene a) () (IO Double) | |
| Qqheight (QFontMetricsF a) () (IO Double) | |
| Qqheight (QTextLine a) () (IO Double) | |
| Qqheight (QItemSelectionRange a) () (IO Int) | |
| Qqheight (QFontMetrics a) () (IO Int) | |
| Qqheight (QTextFrameFormat a) () (IO (QTextLength ())) | |
| Qqheight (QPixmap a) () (IO Int) | |
| Qqheight (QWidget a) () (IO Int) |
class QheightForWidth a b where Source
Methods
heightForWidth :: a -> b -> IO Int Source
Instances
class QhideEvent a b where Source
Instances
class Qignore a b where Source
Instances
| Qignore (QEvent a) () | |
| Qignore (QDragMoveEvent a) Rect | |
| Qignore (QDragMoveEvent a) () |
class Qindex a b c | a -> c where Source
Instances
class QinputMethodEvent a b where Source
Methods
inputMethodEvent :: a -> b -> IO () Source
Instances
class QinputMethodQuery a b where Source
Methods
inputMethodQuery :: a -> b -> IO (QVariant ()) Source
Instances
class QinsertColumn a b c | a -> c where Source
Methods
insertColumn :: a -> b -> c Source
Instances
class QinsertColumns a b c | a -> c where Source
Methods
insertColumns :: a -> b -> c Source
Instances
class QinsertRow a b c | a b -> c where Source
Instances
class QinsertRows a b c | a -> c where Source
Methods
insertRows :: a -> b -> c Source
Instances
class Qqintersect a b c | a -> c where Source
Methods
qintersect :: a -> b -> c Source
Instances
| Qqintersect (QRect a) Rect (IO Rect) | |
| Qqintersect (QRectF a) RectF (IO RectF) | |
| Qqintersect (QLineF a) LineF (IO (IntersectType, PointF)) | |
| Qqintersect (QRegion a) (QRegion t1) (IO (QRegion ())) | |
| Qqintersect (QItemSelectionRange a) (QItemSelectionRange t1) (IO (QItemSelectionRange ())) |
class Qqintersected a b c | a -> c where Source
Methods
qintersected :: a -> b -> c Source
Instances
| Qqintersected (QRect a) Rect (IO Rect) | |
| Qqintersected (QRectF a) RectF (IO RectF) | |
| Qqintersected (QPolygon a) (QPolygon t1) (IO (QPolygon ())) | |
| Qqintersected (QPolygonF a) (QPolygonF t1) (IO (QPolygonF ())) | |
| Qqintersected (QRegion a) (QRegion t1) (IO (QRegion ())) | |
| Qqintersected (QItemSelectionRange a) (QItemSelectionRange t1) (IO (QItemSelectionRange ())) | |
| Qqintersected (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) |
class Qqintersects a b where Source
Methods
qintersects :: a -> b -> IO Bool Source
Instances
| Qqintersects (QRect a) Rect | |
| Qqintersects (QRectF a) RectF | |
| Qqintersects (QRegion a) Rect | |
| Qqintersects (QPainterPath a) RectF | |
| Qqintersects (QRegion a) (QRegion t1) | |
| Qqintersects (QItemSelectionRange a) (QItemSelectionRange t1) | |
| Qqintersects (QPainterPath a) (QPainterPath t1) |
class Qqqintersects a b where Source
Methods
qqintersects :: a -> b -> IO Bool Source
Instances
| Qqqintersects (QRect a) (QRect t1) | |
| Qqqintersects (QRectF a) (QRectF t1) | |
| Qqqintersects (QRegion a) (QRect t1) | |
| Qqqintersects (QPainterPath a) (QRectF t1) |
class QisActive a b where Source
Instances
| QisActive (QTimer a) () | |
| QisActive (QBasicTimer a) () | |
| QisActive (QUndoStack a) () | |
| QisActive (QPainter a) () |
class QisDetached a b where Source
Methods
isDetached :: a -> b -> IO Bool Source
Instances
| QisDetached (QUrl a) () | |
| QisDetached (QImage a) () | |
| QisDetached (QKeySequence a) () | |
| QisDetached (QIcon a) () | |
| QisDetached (QPen a) () | |
| QisDetached (QBrush a) () | |
| QisDetached (QPixmap a) () |
class QqisEmpty a b where Source
Instances
| QqisEmpty (QTranslatorSc a) () | |
| QqisEmpty (QTranslator ()) () | |
| QqisEmpty (QRegExp a) () | |
| QqisEmpty (QRect a) () | |
| QqisEmpty (QSizeF a) () | |
| QqisEmpty (QUrl a) () | |
| QqisEmpty (QRectF a) () | |
| QqisEmpty (QSize a) () | |
| QqisEmpty (QMenu a) () | |
| QqisEmpty (QTextList a) () | |
| QqisEmpty (QTextDocument a) () | |
| QqisEmpty (QSpacerItemSc a) () | |
| QqisEmpty (QSpacerItem ()) () | |
| QqisEmpty (QStackedLayoutSc a) () | |
| QqisEmpty (QStackedLayout ()) () | |
| QqisEmpty (QGridLayoutSc a) () | |
| QqisEmpty (QGridLayout ()) () | |
| QqisEmpty (QHBoxLayoutSc a) () | |
| QqisEmpty (QHBoxLayout ()) () | |
| QqisEmpty (QVBoxLayoutSc a) () | |
| QqisEmpty (QVBoxLayout ()) () | |
| QqisEmpty (QKeySequence a) () | |
| QqisEmpty (QTextDocumentFragment a) () | |
| QqisEmpty (QRegion a) () | |
| QqisEmpty (QPainterPath a) () | |
| QqisEmpty (QBoxLayoutSc a) () | |
| QqisEmpty (QBoxLayout ()) () | |
| QqisEmpty (QLayoutSc a) () | |
| QqisEmpty (QLayout ()) () | |
| QqisEmpty (QGLColormap a) () |
class QisExecutable a b where Source
Methods
isExecutable :: a -> b -> IO Bool Source
Instances
| QisExecutable (QFileInfo a) () | |
| QisExecutable (QUrlInfo a) () |
class QisHidden a b where Source
Instances
| QisHidden (QFileInfo a) () | |
| QisHidden (QTreeWidgetItem a) () | |
| QisHidden (QListWidgetItem a) () | |
| QisHidden (QWidget a) () |
class QqisNull a b where Source
Instances
| QqisNull (QLine a) () | |
| QqisNull (QRect a) () | |
| QqisNull (QVariant a) () | |
| QqisNull (QUuid a) () | |
| QqisNull (QPoint a) () | |
| QqisNull (QSizeF a) () | |
| QqisNull (QDateTime a) () | |
| QqisNull (QRectF a) () | |
| QqisNull (QSize a) () | |
| QqisNull (QPointF a) () | |
| QqisNull (QTime a) () | |
| QqisNull (QDate a) () | |
| QqisNull (QLineF a) () | |
| QqisNull (QImage a) () | |
| QqisNull (QIcon a) () | |
| QqisNull (QTextCursor a) () | |
| QqisNull (QPixmap a) () | |
| QqisNull (QHostAddress a) () |
class QisReadable a b where Source
Methods
isReadable :: a -> b -> IO Bool Source
Instances
| QisReadable (QDir a) () | |
| QisReadable (QFileInfo a) () | |
| QisReadable (QIODevice a) () | |
| QisReadable (QUrlInfo a) () |
class QisSequential a b where Source
Methods
isSequential :: a -> b -> IO Bool Source
Instances
| QisSequential (QFileSc a) () | |
| QisSequential (QFile ()) () | |
| QisSequential (QIODeviceSc a) () | |
| QisSequential (QIODevice ()) () | |
| QisSequential (QTcpSocketSc a) () | |
| QisSequential (QTcpSocket ()) () | |
| QisSequential (QUdpSocketSc a) () | |
| QisSequential (QUdpSocket ()) () | |
| QisSequential (QAbstractSocketSc a) () | |
| QisSequential (QAbstractSocket ()) () |
class QisSymLink a b where Source
Instances
| QisSymLink (QFileInfo a) () | |
| QisSymLink (QUrlInfo a) () |
class QqisValid a b where Source
Instances
class QisWritable a b where Source
Methods
isWritable :: a -> b -> IO Bool Source
Instances
| QisWritable (QSettings a) () | |
| QisWritable (QFileInfo a) () | |
| QisWritable (QIODevice a) () | |
| QisWritable (QUrlInfo a) () |
class QkeyPressEvent a b where Source
Methods
keyPressEvent :: a -> b -> IO () Source
Instances
class QkeyReleaseEvent a b where Source
Methods
keyReleaseEvent :: a -> b -> IO () Source
Instances
class QlanguageChange a b where Source
Methods
languageChange :: a -> b -> IO () Source
Instances
class QlastModified a b where Source
Methods
lastModified :: a -> b -> IO (QDateTime ()) Source
Instances
| QlastModified (QFileInfo a) () | |
| QlastModified (QUrlInfo a) () |
class QleaveEvent a b where Source
Methods
leaveEvent :: a -> b -> IO () Source
Instances
class Qqlength a b c | a -> c where Source
Instances
| Qqlength (QLineF a) () (IO Double) | |
| Qqlength (QHeaderView a) () (IO Int) | |
| Qqlength (QTextBlock a) () (IO Int) | |
| Qqlength (QTextFragment a) () (IO Int) | |
| Qqlength (QPainterPath a) () (IO Double) |
class Qload a b c | a -> c where Source
Instances
| Qload (QTranslator a) String (IO Bool) | |
| Qload (QImage a) String (IO Bool) | |
| Qload (QPixmap a) String (IO Bool) | |
| Qload (QUiLoader a) (QIODevice t1) (IO (QWidget ())) | |
| Qload (QTranslator a) (String, String) (IO Bool) | |
| Qload (QImage a) (String, String) (IO Bool) | |
| Qload (QImage a) (QIODevice t1, String) (IO Bool) | |
| Qload (QPixmap a) (String, String) (IO Bool) | |
| Qload (QUiLoader a) (QIODevice t1, QWidget t2) (IO (QWidget ())) | |
| Qload (QTranslator a) (String, String, String) (IO Bool) | |
| Qload (QPixmap a) (String, String, ImageConversionFlags) (IO Bool) | |
| Qload (QTranslator a) (String, String, String, String) (IO Bool) |
class QloopCount a b where Source
Instances
| QloopCount (QTimeLine a) () | |
| QloopCount (QMovie a) () |
class Qmetric a b where Source
Instances
class QminimumSizeHint a b where Source
Methods
minimumSizeHint :: a -> b -> IO Size Source
Instances
class QqminimumSizeHint a b where Source
Methods
qminimumSizeHint :: a -> b -> IO (QSize ()) Source
Instances
class Qmodel a b c | a -> c where Source
Instances
| Qmodel (QModelIndex a) () (IO (QAbstractItemModel ())) | |
| Qmodel (QItemSelectionModel a) () (IO (QAbstractItemModel ())) | |
| Qmodel (QDataWidgetMapper a) () (IO (QAbstractItemModel ())) | |
| Qmodel (QCompleter a) () (IO (QAbstractItemModel ())) | |
| Qmodel (QStandardItem a) () (IO (QStandardItemModel ())) | |
| Qmodel (QItemSelectionRange a) () (IO (QAbstractItemModel ())) | |
| Qmodel (QComboBox a) () (IO (QAbstractItemModel ())) | |
| Qmodel (QAbstractItemView a) () (IO (QAbstractItemModel ())) |
class QmouseDoubleClickEvent a b where Source
Methods
mouseDoubleClickEvent :: a -> b -> IO () Source
Instances
class QmouseMoveEvent a b where Source
Methods
mouseMoveEvent :: a -> b -> IO () Source
Instances
class QmousePressEvent a b where Source
Methods
mousePressEvent :: a -> b -> IO () Source
Instances
class QmouseReleaseEvent a b where Source
Methods
mouseReleaseEvent :: a -> b -> IO () Source
Instances
class QmoveEvent a b where Source
Instances
Instances
| Qname (QLocale a) () | |
| Qname (QTextImageFormat a) () | |
| Qname (QColor a) () | |
| Qname (QUrlInfo a) () | |
| Qname (QNetworkInterface a) () |
class QnameFilters a b where Source
Methods
nameFilters :: a -> b -> IO [String] Source
Instances
| QnameFilters (QDir a) () | |
| QnameFilters (QDirModel a) () |
class Qnotify a b where Source
Instances
| Qnotify (QCoreApplicationSc a) (QObject t1, QEvent t2) | |
| Qnotify (QCoreApplication ()) (QObject t1, QEvent t2) | |
| Qnotify (QApplicationSc a) (QObject t1, QEvent t2) | |
| Qnotify (QApplication ()) (QObject t1, QEvent t2) |
Instances
| Qopen (QFileSc a) OpenMode | |
| Qopen (QFile ()) OpenMode | |
| Qopen (QIODeviceSc a) OpenMode | |
| Qopen (QIODevice ()) OpenMode | |
| Qopen (QTcpSocketSc a) OpenMode | |
| Qopen (QTcpSocket ()) OpenMode | |
| Qopen (QUdpSocketSc a) OpenMode | |
| Qopen (QUdpSocket ()) OpenMode | |
| Qopen (QAbstractSocketSc a) OpenMode | |
| Qopen (QAbstractSocket ()) OpenMode | |
| Qopen (QFile a) (Int, OpenMode) |
class QpaintEngine a b where Source
Methods
paintEngine :: a -> b -> IO (QPaintEngine ()) Source
Instances
class QpaintEvent a b where Source
Methods
paintEvent :: a -> b -> IO () Source
Instances
class QpaletteChange a b where Source
Methods
paletteChange :: a -> b -> IO () Source
Instances
class Qparent a b c | a b -> c where Source
Instances
class Qpermissions a b c | a -> c where Source
Methods
permissions :: a -> b -> c Source
Instances
| Qpermissions (QFile a) () (IO Permissions) | |
| Qpermissions (QFileInfo a) () (IO Permissions) | |
| Qpermissions (QUrlInfo a) () (IO Int) |
class Qpos a b c | a -> c where Source
Instances
class Qreceivers a b where Source
Instances
class QremoveColumn a b c | a -> c where Source
Methods
removeColumn :: a -> b -> c Source
Instances
| QremoveColumn (QAbstractItemModel a) Int (IO Bool) | |
| QremoveColumn (QTableWidget a) Int (IO ()) | |
| QremoveColumn (QStandardItem a) Int (IO ()) | |
| QremoveColumn (QAbstractItemModel a) (Int, QModelIndex t2) (IO Bool) |
class QremoveColumns a b c | a -> c where Source
Methods
removeColumns :: a -> b -> c Source
Instances
class QremoveRow a b c | a -> c where Source
Instances
| QremoveRow (QAbstractItemModel a) Int (IO Bool) | |
| QremoveRow (QTableWidget a) Int (IO ()) | |
| QremoveRow (QStandardItem a) Int (IO ()) | |
| QremoveRow (QAbstractItemModel a) (Int, QModelIndex t2) (IO Bool) |
class QremoveRows a b c | a -> c where Source
Methods
removeRows :: a -> b -> c Source
Instances
class Qreset a b c | a -> c where Source
Instances
class QresetInputContext a b where Source
Methods
resetInputContext :: a -> b -> IO () Source
Instances
class Qresize a b c | a -> c where Source
Instances
class QresizeEvent a b where Source
Methods
resizeEvent :: a -> b -> IO () Source
Instances
class Qrevert a b where Source
Instances
| Qrevert (QAbstractListModelSc a) () | |
| Qrevert (QAbstractListModel ()) () | |
| Qrevert (QAbstractTableModelSc a) () | |
| Qrevert (QAbstractTableModel ()) () | |
| Qrevert (QAbstractItemModelSc a) () | |
| Qrevert (QAbstractItemModel ()) () | |
| Qrevert (QDataWidgetMapper a) () | |
| Qrevert (QSortFilterProxyModelSc a) () | |
| Qrevert (QSortFilterProxyModel ()) () | |
| Qrevert (QAbstractProxyModelSc a) () | |
| Qrevert (QAbstractProxyModel ()) () | |
| Qrevert (QStandardItemModelSc a) () | |
| Qrevert (QStandardItemModel ()) () | |
| Qrevert (QDirModelSc a) () | |
| Qrevert (QDirModel ()) () |
Instances
| Qrow (QModelIndex a) () | |
| Qrow (QStandardItem a) () | |
| Qrow (QTextTableCell a) () | |
| Qrow (QTableWidgetItem a) () | |
| Qrow (QStyleOptionTab a) () | |
| Qrow (QTableWidget a) (QTableWidgetItem t1) | |
| Qrow (QListWidget a) (QListWidgetItem t1) |
class QrowCount a b where Source
Instances
class Qqscale a b where Source
Instances
| Qqscale (QSizeF a) (SizeF, AspectRatioMode) | |
| Qqscale (QSize a) (Size, AspectRatioMode) | |
| Qqscale (QGraphicsTextItem a) (Double, Double) | |
| Qqscale (QGraphicsView a) (Double, Double) | |
| Qqscale (QPainter a) (Double, Double) | |
| Qqscale (QGraphicsItem a) (Double, Double) | |
| Qqscale (QSizeF a) (Double, Double, AspectRatioMode) | |
| Qqscale (QSize a) (Int, Int, AspectRatioMode) |
Instances
| Qseek (QFileSc a) Int | |
| Qseek (QFile ()) Int | |
| Qseek (QTextStream a) Int | |
| Qseek (QIODeviceSc a) Int | |
| Qseek (QIODevice ()) Int | |
| Qseek (QTcpSocketSc a) Int | |
| Qseek (QTcpSocket ()) Int | |
| Qseek (QUdpSocketSc a) Int | |
| Qseek (QUdpSocket ()) Int | |
| Qseek (QAbstractSocketSc a) Int | |
| Qseek (QAbstractSocket ()) Int |
class Qsender a b where Source
Instances
class QqsetBottom a b where Source
Methods
qsetBottom :: a -> b -> IO () Source
Instances
| QqsetBottom (QRect a) Int | |
| QqsetBottom (QRectF a) Double | |
| QqsetBottom (QDoubleValidator a) Double | |
| QqsetBottom (QIntValidator a) Int |
class QsetCaseSensitivity a b where Source
Methods
setCaseSensitivity :: a -> b -> IO () Source
Instances
class QsetContext a b where Source
Methods
setContext :: a -> b -> IO () Source
Instances
| QsetContext (QShortcut a) ShortcutContext | |
| QsetContext (QGLWidget a) (QGLContext t1) | |
| QsetContext (QGLWidget a) (QGLContext t1, QGLContext t2) | |
| QsetContext (QGLWidget a) (QGLContext t1, QGLContext t2, Bool) |
class QsetData a b c | a -> c where Source
Instances
class QsetDevice a b where Source
Instances
| QsetDevice (QTextStream a) (QIODevice t1) | |
| QsetDevice (QDataStream a) (QIODevice t1) | |
| QsetDevice (QMovie a) (QIODevice t1) | |
| QsetDevice (QGLContextSc a) (QWidget t1) | |
| QsetDevice (QGLContextSc a) (QPaintDevice t1) | |
| QsetDevice (QGLContext ()) (QWidget t1) | |
| QsetDevice (QGLContext ()) (QPaintDevice t1) |
class QsetDirection a b where Source
Methods
setDirection :: a -> b -> IO () Source
class QsetErrorString a b where Source
Methods
setErrorString :: a -> b -> IO () Source
Instances
class QsetFileName a b where Source
Methods
setFileName :: a -> b -> IO () Source
Instances
| QsetFileName (QFile a) String | |
| QsetFileName (QMovie a) String |
class QsetFilter a b where Source
Instances
| QsetFilter (QDir a) Filters | |
| QsetFilter (QFileDialog a) String | |
| QsetFilter (QDirModel a) Filters |
class QsetFormat a b where Source
Instances
| QsetFormat (QProgressBar a) String | |
| QsetFormat (QMovie a) String | |
| QsetFormat (QTextTable a) (QTextTableFormat t1) | |
| QsetFormat (QTextList a) (QTextListFormat t1) | |
| QsetFormat (QTextTableCell a) (QTextCharFormat t1) | |
| QsetFormat (QTextFrameSc a) (QTextFormat t1) | |
| QsetFormat (QTextFrame ()) (QTextFormat t1) | |
| QsetFormat (QTextBlockGroupSc a) (QTextFormat t1) | |
| QsetFormat (QTextBlockGroup ()) (QTextFormat t1) | |
| QsetFormat (QGLWidget a) (QGLFormat t1) | |
| QsetFormat (QGLContext a) (QGLFormat t1) | |
| QsetFormat (QSyntaxHighlighterSc a) (Int, Int, QTextCharFormat t3) | |
| QsetFormat (QSyntaxHighlighterSc a) (Int, Int, QFont t3) | |
| QsetFormat (QSyntaxHighlighterSc a) (Int, Int, QColor t3) | |
| QsetFormat (QSyntaxHighlighter ()) (Int, Int, QFont t3) | |
| QsetFormat (QSyntaxHighlighter ()) (Int, Int, QColor t3) | |
| QsetFormat (QSyntaxHighlighter ()) (Int, Int, QTextCharFormat t3) |
class QsetGroup a b where Source
Instances
| QsetGroup (QUrlInfoSc a) String | |
| QsetGroup (QUrlInfo ()) String | |
| QsetGroup (QGraphicsTextItem a) (QGraphicsItemGroup t1) | |
| QsetGroup (QUndoView a) (QUndoGroup t1) | |
| QsetGroup (QGraphicsItem a) (QGraphicsItemGroup t1) |
class QsetHeaderData a b where Source
Methods
setHeaderData :: a -> b -> IO Bool Source
Instances
class QqsetHeight a b where Source
Methods
qsetHeight :: a -> b -> IO () Source
Instances
| QqsetHeight (QRect a) Int | |
| QqsetHeight (QSizeF a) Double | |
| QqsetHeight (QRectF a) Double | |
| QqsetHeight (QSize a) Int | |
| QqsetHeight (QTextImageFormat a) Double | |
| QqsetHeight (QTextFrameFormat a) Double | |
| QqsetHeight (QTextFrameFormat a) (QTextLength t1) |
class QsetMatrix a b where Source
Instances
| QsetMatrix (QStyleOptionGraphicsItem a) (QMatrix t1) | |
| QsetMatrix (QGraphicsTextItem a) (QMatrix t1) | |
| QsetMatrix (QGraphicsView a) (QMatrix t1) | |
| QsetMatrix (QPainter a) (QMatrix t1) | |
| QsetMatrix (QBrush a) (QMatrix t1) | |
| QsetMatrix (QGraphicsItem a) (QMatrix t1) | |
| QsetMatrix (QGraphicsTextItem a) (QMatrix t1, Bool) | |
| QsetMatrix (QGraphicsView a) (QMatrix t1, Bool) | |
| QsetMatrix (QPainter a) (QMatrix t1, Bool) | |
| QsetMatrix (QGraphicsItem a) (QMatrix t1, Bool) | |
| QsetMatrix (QMatrix a) (Double, Double, Double, Double, Double, Double) |
class QsetMouseTracking a b where Source
Methods
setMouseTracking :: a -> b -> IO () Source
Instances
class QsetName a b where Source
Instances
| QsetName (QTextImageFormat a) String | |
| QsetName (QUrlInfoSc a) String | |
| QsetName (QUrlInfo ()) String |
class QsetNameFilters a b where Source
Methods
setNameFilters :: a -> b -> IO () Source
Instances
| QsetNameFilters (QDir a) [String] | |
| QsetNameFilters (QDirModel a) [String] |
class QsetOpenMode a b where Source
Methods
setOpenMode :: a -> b -> IO () Source
Instances
class QsetPath a b where Source
Instances
| QsetPath (QDir a) String | |
| QsetPath (QUrl a) String | |
| QsetPath (QGraphicsPathItem a) (QPainterPath t1) |
class QsetPaused a b where Source
Instances
| QsetPaused (QTimeLine a) Bool | |
| QsetPaused (QMovie a) Bool |
class QsetPermissions a b c | a -> c where Source
Methods
setPermissions :: a -> b -> c Source
Instances
| QsetPermissions (QFile a) Permissions (IO Bool) | |
| QsetPermissions (QUrlInfoSc a) Int (IO ()) | |
| QsetPermissions (QUrlInfo ()) Int (IO ()) |
class QqsetRect a b where Source
Instances
| QqsetRect (QGraphicsRectItem a) RectF | |
| QqsetRect (QGraphicsEllipseItem a) RectF | |
| QqsetRect (QStyleOption a) Rect | |
| QqsetRect (QRect a) (Int, Int, Int, Int) | |
| QqsetRect (QRectF a) (Double, Double, Double, Double) | |
| QqsetRect (QGraphicsRectItem a) (Double, Double, Double, Double) | |
| QqsetRect (QGraphicsEllipseItem a) (Double, Double, Double, Double) |
class QsetText a b where Source
Instances
| QsetText (QMimeData a) String | |
| QsetText (QLineEdit a) String | |
| QsetText (QStyleOptionGroupBox a) String | |
| QsetText (QStyleOptionTitleBar a) String | |
| QsetText (QStyleOptionToolButton a) String | |
| QsetText (QStyleOptionButton a) String | |
| QsetText (QStyleOptionMenuItem a) String | |
| QsetText (QStyleOptionHeader a) String | |
| QsetText (QClipboard a) String | |
| QsetText (QAction a) String | |
| QsetText (QLabel a) String | |
| QsetText (QMessageBox a) String | |
| QsetText (QGraphicsSimpleTextItem a) String | |
| QsetText (QTextLayout a) String | |
| QsetText (QStandardItem a) String | |
| QsetText (QUndoCommand a) String | |
| QsetText (QListWidgetItem a) String | |
| QsetText (QTableWidgetItem a) String | |
| QsetText (QStyleOptionToolBox a) String | |
| QsetText (QStyleOptionTab a) String | |
| QsetText (QStyleOptionProgressBar a) String | |
| QsetText (QTextEdit a) String | |
| QsetText (QAbstractButton a) String | |
| QsetText (QImage a) (String, String) | |
| QsetText (QClipboard a) (String, QClipboardMode) | |
| QsetText (QTreeWidgetItem a) (Int, String) | |
| QsetText (QImage a) (String, String, String) |
class QsetType a b where Source
Instances
| QsetType (QStyleHintReturn a) Int | |
| QsetType (QStyleOption a) Int | |
| QsetType (QNetworkProxy a) ProxyType |
class QsetValid a b where Source
Instances
| QsetValid (QHttpRequestHeaderSc a) Bool | |
| QsetValid (QHttpRequestHeader ()) Bool | |
| QsetValid (QHttpResponseHeaderSc a) Bool | |
| QsetValid (QHttpResponseHeader ()) Bool | |
| QsetValid (QHttpHeaderSc a) Bool | |
| QsetValid (QHttpHeader ()) Bool | |
| QsetValid (QGLContextSc a) Bool | |
| QsetValid (QGLContext ()) Bool |
class QsetValue a b where Source
Instances
| QsetValue (QVariant a) String | |
| QsetValue (QVariant a) RectF | |
| QsetValue (QVariant a) LineF | |
| QsetValue (QVariant a) PointF | |
| QsetValue (QVariant a) SizeF | |
| QsetValue (QVariant a) Rect | |
| QsetValue (QVariant a) Line | |
| QsetValue (QVariant a) Point | |
| QsetValue (QVariant a) Size | |
| QsetValue (QVariant a) GlobalColor | |
| QsetValue (QVariant a) Double | |
| QsetValue (QVariant a) Bool | |
| QsetValue (QVariant a) Int | |
| QsetValue (QProgressBar a) Int | |
| QsetValue (QProgressDialog a) Int | |
| QsetValue (QSpinBox a) Int | |
| QsetValue (QDoubleSpinBox a) Double | |
| QsetValue (QAbstractSlider a) Int | |
| QsetValue (QVariant a) [String] | |
| QsetValue (QVariant a) (QByteArray ()) | |
| QsetValue (QVariant a) [QVariant t1] | |
| QsetValue (QVariant a) (QDateTime t1) | |
| QsetValue (QVariant a) (QTime t1) | |
| QsetValue (QVariant a) (QDate t1) | |
| QsetValue (QSettings a) (String, QVariant ()) | |
| QsetValue (QHttpHeader a) (String, String) |
class QsetVisible a b where Source
Methods
setVisible :: a -> b -> IO () Source
Instances
class QqsetWidth a b where Source
Instances
| QqsetWidth (QRect a) Int | |
| QqsetWidth (QSizeF a) Double | |
| QqsetWidth (QRectF a) Double | |
| QqsetWidth (QSize a) Int | |
| QqsetWidth (QTextImageFormat a) Double | |
| QqsetWidth (QPen a) Int | |
| QqsetWidth (QTextFrameFormat a) Double | |
| QqsetWidth (QTextFrameFormat a) (QTextLength t1) |
class QshowEvent a b where Source
Instances
class Qqsize a b c | a -> c where Source
Instances
class Qqqsize a b c | a -> c where Source
Instances
| Qqqsize (QRect a) () (IO (QSize ())) | |
| Qqqsize (QRectF a) () (IO (QSizeF ())) | |
| Qqqsize (QImage a) () (IO (QSize ())) | |
| Qqqsize (QTextDocument a) () (IO (QSizeF ())) | |
| Qqqsize (QResizeEvent a) () (IO (QSize ())) | |
| Qqqsize (QPixmap a) () (IO (QSize ())) | |
| Qqqsize (QWidget a) () (IO (QSize ())) | |
| Qqqsize (QGLPixelBuffer a) () (IO (QSize ())) | |
| Qqqsize (QGLFramebufferObject a) () (IO (QSize ())) | |
| Qqqsize (QFontMetricsF a) (Int, String) (IO (QSizeF ())) | |
| Qqqsize (QFontMetrics a) (Int, String) (IO (QSize ())) | |
| Qqqsize (QFontMetricsF a) (Int, String, Int) (IO (QSizeF ())) | |
| Qqqsize (QFontMetrics a) (Int, String, Int) (IO (QSize ())) |
class QsizeHint a b where Source
Instances
class QqsizeHint a b where Source
Instances
Instances
Instances
| Qspan (QAbstractListModelSc a) (QModelIndex t1) | |
| Qspan (QAbstractListModel ()) (QModelIndex t1) | |
| Qspan (QAbstractTableModelSc a) (QModelIndex t1) | |
| Qspan (QAbstractTableModel ()) (QModelIndex t1) | |
| Qspan (QAbstractItemModelSc a) (QModelIndex t1) | |
| Qspan (QAbstractItemModel ()) (QModelIndex t1) | |
| Qspan (QSortFilterProxyModelSc a) (QModelIndex t1) | |
| Qspan (QSortFilterProxyModel ()) (QModelIndex t1) | |
| Qspan (QAbstractProxyModelSc a) (QModelIndex t1) | |
| Qspan (QAbstractProxyModel ()) (QModelIndex t1) | |
| Qspan (QStandardItemModelSc a) (QModelIndex t1) | |
| Qspan (QStandardItemModel ()) (QModelIndex t1) | |
| Qspan (QDirModelSc a) (QModelIndex t1) | |
| Qspan (QDirModel ()) (QModelIndex t1) |
Instances
| Qqspan (QAbstractListModelSc a) (QModelIndex t1) | |
| Qqspan (QAbstractListModel ()) (QModelIndex t1) | |
| Qqspan (QAbstractTableModelSc a) (QModelIndex t1) | |
| Qqspan (QAbstractTableModel ()) (QModelIndex t1) | |
| Qqspan (QAbstractItemModelSc a) (QModelIndex t1) | |
| Qqspan (QAbstractItemModel ()) (QModelIndex t1) | |
| Qqspan (QSortFilterProxyModelSc a) (QModelIndex t1) | |
| Qqspan (QSortFilterProxyModel ()) (QModelIndex t1) | |
| Qqspan (QAbstractProxyModelSc a) (QModelIndex t1) | |
| Qqspan (QAbstractProxyModel ()) (QModelIndex t1) | |
| Qqspan (QStandardItemModelSc a) (QModelIndex t1) | |
| Qqspan (QStandardItemModel ()) (QModelIndex t1) | |
| Qqspan (QDirModelSc a) (QModelIndex t1) | |
| Qqspan (QDirModel ()) (QModelIndex t1) |
class Qstart a b c | a -> c where Source
Instances
| Qstart (QTimeLine a) () (IO ()) | |
| Qstart (QTimer a) Int (IO ()) | |
| Qstart (QTimer a) () (IO ()) | |
| Qstart (QTime a) () (IO ()) | |
| Qstart (QDrag a) DropActions (IO DropAction) | |
| Qstart (QDrag a) () (IO DropAction) | |
| Qstart (QMovie a) () (IO ()) | |
| Qstart (QLinearGradient a) () (IO PointF) | |
| Qstart (QBasicTimer a) (Int, QObject t2) (IO ()) |
class Qstate a b c | a -> c where Source
Instances
class Qsubmit a b where Source
Instances
| Qsubmit (QAbstractListModelSc a) () | |
| Qsubmit (QAbstractListModel ()) () | |
| Qsubmit (QAbstractTableModelSc a) () | |
| Qsubmit (QAbstractTableModel ()) () | |
| Qsubmit (QAbstractItemModelSc a) () | |
| Qsubmit (QAbstractItemModel ()) () | |
| Qsubmit (QDataWidgetMapper a) () | |
| Qsubmit (QSortFilterProxyModelSc a) () | |
| Qsubmit (QSortFilterProxyModel ()) () | |
| Qsubmit (QAbstractProxyModelSc a) () | |
| Qsubmit (QAbstractProxyModel ()) () | |
| Qsubmit (QStandardItemModelSc a) () | |
| Qsubmit (QStandardItemModel ()) () | |
| Qsubmit (QDirModelSc a) () | |
| Qsubmit (QDirModel ()) () |
class Qqsubtracted a b c | a -> c where Source
Methods
qsubtracted :: a -> b -> c Source
Instances
| Qqsubtracted (QPolygon a) (QPolygon t1) (IO (QPolygon ())) | |
| Qqsubtracted (QPolygonF a) (QPolygonF t1) (IO (QPolygonF ())) | |
| Qqsubtracted (QRegion a) (QRegion t1) (IO (QRegion ())) | |
| Qqsubtracted (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) |
class QsupportedDropActions a b where Source
Methods
supportedDropActions :: a -> b -> IO DropActions Source
Instances
| QsupportedDropActions (QAbstractListModelSc a) () | |
| QsupportedDropActions (QAbstractListModel ()) () | |
| QsupportedDropActions (QAbstractTableModelSc a) () | |
| QsupportedDropActions (QAbstractTableModel ()) () | |
| QsupportedDropActions (QAbstractItemModelSc a) () | |
| QsupportedDropActions (QAbstractItemModel ()) () | |
| QsupportedDropActions (QTreeWidgetSc a) () | |
| QsupportedDropActions (QTreeWidget ()) () | |
| QsupportedDropActions (QTableWidgetSc a) () | |
| QsupportedDropActions (QTableWidget ()) () | |
| QsupportedDropActions (QListWidgetSc a) () | |
| QsupportedDropActions (QListWidget ()) () | |
| QsupportedDropActions (QSortFilterProxyModelSc a) () | |
| QsupportedDropActions (QSortFilterProxyModel ()) () | |
| QsupportedDropActions (QAbstractProxyModelSc a) () | |
| QsupportedDropActions (QAbstractProxyModel ()) () | |
| QsupportedDropActions (QStandardItemModelSc a) () | |
| QsupportedDropActions (QStandardItemModel ()) () | |
| QsupportedDropActions (QDirModelSc a) () | |
| QsupportedDropActions (QDirModel ()) () |
class QtabletEvent a b where Source
Methods
tabletEvent :: a -> b -> IO () Source
Instances
class Qtext a b c | a -> c where Source
Instances
class Qtexture_nf a b c | a -> c where Source
Methods
texture_nf :: a -> b -> c Source
Instances
| Qtexture_nf (QBrushSc a) () (IO (QPixmap ())) | |
| Qtexture_nf (QBrush ()) () (IO (QPixmap ())) |
Instances
| Qtime (QDateTime a) () | |
| Qtime (QDateTimeEdit a) () |
class QtimerEvent a b where Source
Methods
timerEvent :: a -> b -> IO () Source
Instances
class QtoImage a b where Source
Instances
| QtoImage (QPixmapSc a) () | |
| QtoImage (QPixmap ()) () | |
| QtoImage (QGLPixelBufferSc a) () | |
| QtoImage (QGLPixelBuffer ()) () | |
| QtoImage (QGLFramebufferObjectSc a) () | |
| QtoImage (QGLFramebufferObject ()) () |
class QtoImage_nf a b where Source
Methods
toImage_nf :: a -> b -> IO (QImage ()) Source
Instances
| QtoImage_nf (QPixmapSc a) () | |
| QtoImage_nf (QPixmap ()) () | |
| QtoImage_nf (QGLPixelBufferSc a) () | |
| QtoImage_nf (QGLPixelBuffer ()) () | |
| QtoImage_nf (QGLFramebufferObjectSc a) () | |
| QtoImage_nf (QGLFramebufferObject ()) () |
class QtoString a b where Source
Instances
| QtoString (QLocale a) Int | |
| QtoString (QLocale a) Double | |
| QtoString (QUuid a) () | |
| QtoString (QUrl a) FormattingOptions | |
| QtoString (QUrl a) () | |
| QtoString (QDateTime a) String | |
| QtoString (QDateTime a) DateFormat | |
| QtoString (QDateTime a) () | |
| QtoString (QTime a) String | |
| QtoString (QTime a) DateFormat | |
| QtoString (QTime a) () | |
| QtoString (QDate a) String | |
| QtoString (QDate a) DateFormat | |
| QtoString (QDate a) () | |
| QtoString (QFont a) () | |
| QtoString (QKeySequence a) SequenceFormat | |
| QtoString (QKeySequence a) () | |
| QtoString (QHttpRequestHeaderSc a) () | |
| QtoString (QHttpRequestHeader ()) () | |
| QtoString (QHttpResponseHeaderSc a) () | |
| QtoString (QHttpResponseHeader ()) () | |
| QtoString (QHostAddress a) () | |
| QtoString (QHttpHeaderSc a) () | |
| QtoString (QHttpHeader ()) () | |
| QtoString (QLocale a) (QTime t1) | |
| QtoString (QLocale a) (QDate t1) | |
| QtoString (QLocale a) (QTime t1, String) | |
| QtoString (QLocale a) (QTime t1, QLocaleFormatType) | |
| QtoString (QLocale a) (QDate t1, String) | |
| QtoString (QLocale a) (QDate t1, QLocaleFormatType) |
class Qqtranslate a b c | a -> c where Source
Methods
qtranslate :: a -> b -> c Source
Instances
class Qqqtranslate a b where Source
Methods
qqtranslate :: a -> b -> IO () Source
Instances
| Qqqtranslate (QPolygon a) (QPoint t1) | |
| Qqqtranslate (QLine a) (QPoint t1) | |
| Qqqtranslate (QRect a) (QPoint t1) | |
| Qqqtranslate (QPolygonF a) (QPointF t1) | |
| Qqqtranslate (QRectF a) (QPointF t1) | |
| Qqqtranslate (QLineF a) (QPointF t1) | |
| Qqqtranslate (QPainter a) (QPointF t1) | |
| Qqqtranslate (QPainter a) (QPoint t1) | |
| Qqqtranslate (QRegion a) (QPoint t1) |
class Qqtranslated a b c | a -> c where Source
Methods
qtranslated :: a -> b -> c Source
class Qqqtranslated a b c | a -> c where Source
Methods
qqtranslated :: a -> b -> c Source
class Qqtranspose a b where Source
Methods
qtranspose :: a -> b -> IO () Source
Instances
| Qqtranspose (QSizeF a) () | |
| Qqtranspose (QSize a) () | |
| Qqtranspose (QSizePolicy a) () |
class Qqtype a b c | a -> c where Source
Instances
class Qqunited a b c | a -> c where Source
Instances
| Qqunited (QRect a) Rect (IO Rect) | |
| Qqunited (QRectF a) RectF (IO RectF) | |
| Qqunited (QPolygon a) (QPolygon t1) (IO (QPolygon ())) | |
| Qqunited (QPolygonF a) (QPolygonF t1) (IO (QPolygonF ())) | |
| Qqunited (QRegion a) (QRegion t1) (IO (QRegion ())) | |
| Qqunited (QPainterPath a) (QPainterPath t1) (IO (QPainterPath ())) |
class QupdateMicroFocus a b where Source
Methods
updateMicroFocus :: a -> b -> IO () Source
Instances
class Qvalue a b c | a -> c where Source
Instances
| Qvalue (QSettings a) String (IO (QVariant ())) | |
| Qvalue (QProgressBar a) () (IO Int) | |
| Qvalue (QLCDNumber a) () (IO Double) | |
| Qvalue (QProgressDialog a) () (IO Int) | |
| Qvalue (QSpinBox a) () (IO Int) | |
| Qvalue (QDoubleSpinBox a) () (IO Double) | |
| Qvalue (QTextLength a) Double (IO Double) | |
| Qvalue (QColor a) () (IO Int) | |
| Qvalue (QAbstractSlider a) () (IO Int) | |
| Qvalue (QHttpHeader a) String (IO String) | |
| Qvalue (QSettings a) (String, QVariant ()) (IO (QVariant ())) |
class Qversion a b c | a -> c where Source
Instances
| Qversion (QUuid a) () (IO QUuidVersion) | |
| Qversion (QDataStream a) () (IO Int) | |
| Qversion (QStyleHintReturn a) () (IO Int) | |
| Qversion (QStyleOption a) () (IO Int) |
class QwaitForBytesWritten a b where Source
Methods
waitForBytesWritten :: a -> b -> IO Bool Source
Instances
class QwaitForReadyRead a b where Source
Methods
waitForReadyRead :: a -> b -> IO Bool Source
Instances
| QwaitForReadyRead (QFileSc a) Int | |
| QwaitForReadyRead (QFile ()) Int | |
| QwaitForReadyRead (QIODeviceSc a) Int | |
| QwaitForReadyRead (QIODevice ()) Int | |
| QwaitForReadyRead (QTcpSocketSc a) Int | |
| QwaitForReadyRead (QTcpSocketSc a) () | |
| QwaitForReadyRead (QTcpSocket ()) Int | |
| QwaitForReadyRead (QTcpSocket ()) () | |
| QwaitForReadyRead (QUdpSocketSc a) Int | |
| QwaitForReadyRead (QUdpSocketSc a) () | |
| QwaitForReadyRead (QUdpSocket ()) Int | |
| QwaitForReadyRead (QUdpSocket ()) () | |
| QwaitForReadyRead (QAbstractSocketSc a) Int | |
| QwaitForReadyRead (QAbstractSocketSc a) () | |
| QwaitForReadyRead (QAbstractSocket ()) Int | |
| QwaitForReadyRead (QAbstractSocket ()) () |
class QwheelEvent a b where Source
Methods
wheelEvent :: a -> b -> IO () Source
Instances
class Qqwidth a b c | a -> c where Source
Instances
| Qqwidth (QRect a) () (IO Int) | |
| Qqwidth (QSizeF a) () (IO Double) | |
| Qqwidth (QRectF a) () (IO Double) | |
| Qqwidth (QSize a) () (IO Int) | |
| Qqwidth (QTextImageFormat a) () (IO Double) | |
| Qqwidth (QImage a) () (IO Int) | |
| Qqwidth (QGraphicsScene a) () (IO Double) | |
| Qqwidth (QFontMetricsF a) String (IO Double) | |
| Qqwidth (QTextLine a) () (IO Double) | |
| Qqwidth (QItemSelectionRange a) () (IO Int) | |
| Qqwidth (QPen a) () (IO Int) | |
| Qqwidth (QFontMetrics a) String (IO Int) | |
| Qqwidth (QTextFrameFormat a) () (IO (QTextLength ())) | |
| Qqwidth (QPixmap a) () (IO Int) | |
| Qqwidth (QWidget a) () (IO Int) | |
| Qqwidth (QFontMetricsF a) (QChar t1) (IO Double) | |
| Qqwidth (QFontMetrics a) (QChar t1) (IO Int) | |
| Qqwidth (QFontMetrics a) (String, Int) (IO Int) |
class QwindowActivationChange a b where Source
Methods
windowActivationChange :: a -> b -> IO () Source
Instances
class QwriteData a b where Source
Instances
| QwriteData (QFileSc a) (String, Int) | |
| QwriteData (QFile ()) (String, Int) | |
| QwriteData (QIODeviceSc a) (String, Int) | |
| QwriteData (QIODevice ()) (String, Int) | |
| QwriteData (QTcpSocketSc a) (String, Int) | |
| QwriteData (QTcpSocket ()) (String, Int) | |
| QwriteData (QUdpSocketSc a) (String, Int) | |
| QwriteData (QUdpSocket ()) (String, Int) | |
| QwriteData (QAbstractSocketSc a) (String, Int) | |
| QwriteData (QAbstractSocket ()) (String, Int) |
class Qqx a b c | a -> c where Source
Instances
| Qqx (QRect a) () (IO Int) | |
| Qqx (QPoint a) () (IO Int) | |
| Qqx (QRectF a) () (IO Double) | |
| Qqx (QPointF a) () (IO Double) | |
| Qqx (QGraphicsTextItem a) () (IO Double) | |
| Qqx (QContextMenuEvent a) () (IO Int) | |
| Qqx (QTabletEvent a) () (IO Int) | |
| Qqx (QWheelEvent a) () (IO Int) | |
| Qqx (QMouseEvent a) () (IO Int) | |
| Qqx (QHelpEvent a) () (IO Int) | |
| Qqx (QTextLine a) () (IO Double) | |
| Qqx (QGraphicsItem a) () (IO Double) | |
| Qqx (QWidget a) () (IO Int) |
class Qqy a b c | a -> c where Source
Instances
| Qqy (QRect a) () (IO Int) | |
| Qqy (QPoint a) () (IO Int) | |
| Qqy (QRectF a) () (IO Double) | |
| Qqy (QPointF a) () (IO Double) | |
| Qqy (QGraphicsTextItem a) () (IO Double) | |
| Qqy (QContextMenuEvent a) () (IO Int) | |
| Qqy (QTabletEvent a) () (IO Int) | |
| Qqy (QWheelEvent a) () (IO Int) | |
| Qqy (QMouseEvent a) () (IO Int) | |
| Qqy (QHelpEvent a) () (IO Int) | |
| Qqy (QTextLine a) () (IO Double) | |
| Qqy (QGraphicsItem a) () (IO Double) | |
| Qqy (QWidget a) () (IO Int) |