Qtc.Designer.QDesignerFormWindowManagerInterface
Contents
Documentation
class QqDesignerFormWindowManagerInterfaceTrUtf8 x1 where #
Methods
qDesignerFormWindowManagerInterfaceTrUtf8 :: x1 -> IO String #
Instances
QqDesignerFormWindowManagerInterfaceTrUtf8 String # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods qDesignerFormWindowManagerInterfaceTrUtf8 :: String -> IO String # | |
QqDesignerFormWindowManagerInterfaceTrUtf8 (String, String) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods qDesignerFormWindowManagerInterfaceTrUtf8 :: (String, String) -> IO String # | |
QqDesignerFormWindowManagerInterfaceTrUtf8 (String, String, Int) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods qDesignerFormWindowManagerInterfaceTrUtf8 :: (String, String, Int) -> IO String # |
class QqDesignerFormWindowManagerInterface x1 where #
Methods
qDesignerFormWindowManagerInterface :: x1 -> IO (QDesignerFormWindowManagerInterface ()) #
Instances
QqDesignerFormWindowManagerInterface () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods qDesignerFormWindowManagerInterface :: () -> IO (QDesignerFormWindowManagerInterface ()) # | |
QqDesignerFormWindowManagerInterface (QObject t1) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods qDesignerFormWindowManagerInterface :: QObject t1 -> IO (QDesignerFormWindowManagerInterface ()) # |
actionAdjustSize :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionBreakLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionCopy :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionCut :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionDelete :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionFormLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionGridLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionHorizontalLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionLower :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionPaste :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionRaise :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionRedo :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionSelectAll :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionSimplifyLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionSplitHorizontal :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionSplitVertical :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionUndo :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
actionVerticalLayout :: QDesignerFormWindowManagerInterface a -> () -> IO (QAction ()) #
class QactiveFormWindow x0 x1 where #
Methods
activeFormWindow :: x0 -> x1 -> IO (QDesignerFormWindowInterface ()) #
Instances
QactiveFormWindow (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods activeFormWindow :: QDesignerFormWindowManagerInterface () -> () -> IO (QDesignerFormWindowInterface ()) # | |
QactiveFormWindow (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods activeFormWindow :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO (QDesignerFormWindowInterface ()) # |
class QaddFormWindow x0 x1 where #
Methods
addFormWindow :: x0 -> x1 -> IO () #
Instances
QaddFormWindow (QDesignerFormWindowManagerInterface ()) (QDesignerFormWindowInterface t1) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods addFormWindow :: QDesignerFormWindowManagerInterface () -> QDesignerFormWindowInterface t1 -> IO () # | |
QaddFormWindow (QDesignerFormWindowManagerInterfaceSc a) (QDesignerFormWindowInterface t1) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods addFormWindow :: QDesignerFormWindowManagerInterfaceSc a -> QDesignerFormWindowInterface t1 -> IO () # |
class QcloseAllPreviews x0 x1 where #
Methods
closeAllPreviews :: x0 -> x1 -> IO () #
Instances
QcloseAllPreviews (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods closeAllPreviews :: QDesignerFormWindowManagerInterface () -> () -> IO () # | |
QcloseAllPreviews (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods closeAllPreviews :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO () # |
class QcreateFormWindow x0 x1 where #
Methods
createFormWindow :: x0 -> x1 -> IO (QDesignerFormWindowInterface ()) #
Instances
class QcreatePreviewPixmap x0 x1 where #
Methods
createPreviewPixmap :: x0 -> x1 -> IO (QPixmap ()) #
Instances
QcreatePreviewPixmap (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods createPreviewPixmap :: QDesignerFormWindowManagerInterface () -> () -> IO (QPixmap ()) # | |
QcreatePreviewPixmap (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods createPreviewPixmap :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO (QPixmap ()) # |
class QdragItems x0 x1 where #
Instances
QdragItems (QDesignerFormWindowManagerInterface ()) [QDesignerDnDItemInterface t1] # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods dragItems :: QDesignerFormWindowManagerInterface () -> [QDesignerDnDItemInterface t1] -> IO () # | |
QdragItems (QDesignerFormWindowManagerInterfaceSc a) [QDesignerDnDItemInterface t1] # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods dragItems :: QDesignerFormWindowManagerInterfaceSc a -> [QDesignerDnDItemInterface t1] -> IO () # |
class QformWindowCount x0 x1 where #
Methods
formWindowCount :: x0 -> x1 -> IO Int #
Instances
QformWindowCount (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods formWindowCount :: QDesignerFormWindowManagerInterface () -> () -> IO Int # | |
QformWindowCount (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods formWindowCount :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO Int # |
class QremoveFormWindow x0 x1 where #
Methods
removeFormWindow :: x0 -> x1 -> IO () #
Instances
QremoveFormWindow (QDesignerFormWindowManagerInterface ()) (QDesignerFormWindowInterface t1) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods removeFormWindow :: QDesignerFormWindowManagerInterface () -> QDesignerFormWindowInterface t1 -> IO () # | |
QremoveFormWindow (QDesignerFormWindowManagerInterfaceSc a) (QDesignerFormWindowInterface t1) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods removeFormWindow :: QDesignerFormWindowManagerInterfaceSc a -> QDesignerFormWindowInterface t1 -> IO () # |
class QsetActiveFormWindow x0 x1 where #
Methods
setActiveFormWindow :: x0 -> x1 -> IO () #
Instances
QsetActiveFormWindow (QDesignerFormWindowManagerInterface ()) (QDesignerFormWindowInterface t1) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods setActiveFormWindow :: QDesignerFormWindowManagerInterface () -> QDesignerFormWindowInterface t1 -> IO () # | |
QsetActiveFormWindow (QDesignerFormWindowManagerInterfaceSc a) (QDesignerFormWindowInterface t1) # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods setActiveFormWindow :: QDesignerFormWindowManagerInterfaceSc a -> QDesignerFormWindowInterface t1 -> IO () # |
class QshowPluginDialog x0 x1 where #
Methods
showPluginDialog :: x0 -> x1 -> IO () #
Instances
QshowPluginDialog (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods showPluginDialog :: QDesignerFormWindowManagerInterface () -> () -> IO () # | |
QshowPluginDialog (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods showPluginDialog :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO () # |
class QshowPreview x0 x1 where #
Methods
showPreview :: x0 -> x1 -> IO () #
Instances
QshowPreview (QDesignerFormWindowManagerInterface ()) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods showPreview :: QDesignerFormWindowManagerInterface () -> () -> IO () # | |
QshowPreview (QDesignerFormWindowManagerInterfaceSc a) () # | |
Defined in Qtc.Designer.QDesignerFormWindowManagerInterface Methods showPreview :: QDesignerFormWindowManagerInterfaceSc a -> () -> IO () # |