Documentation
qHelpEngineCoreMetaData :: (String, String) -> IO (QVariant ()) #
class QqHelpEngineCoreTrUtf8 x1 where #
qHelpEngineCoreTrUtf8 :: x1 -> IO String #
Instances
QqHelpEngineCoreTrUtf8 String # | |
Defined in Qtc.Help.QHelpEngineCore qHelpEngineCoreTrUtf8 :: String -> IO String # | |
QqHelpEngineCoreTrUtf8 (String, String) # | |
Defined in Qtc.Help.QHelpEngineCore qHelpEngineCoreTrUtf8 :: (String, String) -> IO String # | |
QqHelpEngineCoreTrUtf8 (String, String, Int) # | |
Defined in Qtc.Help.QHelpEngineCore qHelpEngineCoreTrUtf8 :: (String, String, Int) -> IO String # |
class QqHelpEngineCore x1 where #
qHelpEngineCore :: x1 -> IO (QHelpEngineCore ()) #
Instances
QqHelpEngineCore String # | |
Defined in Qtc.Help.QHelpEngineCore qHelpEngineCore :: String -> IO (QHelpEngineCore ()) # | |
QqHelpEngineCore (String, QObject t2) # | |
Defined in Qtc.Help.QHelpEngineCore qHelpEngineCore :: (String, QObject t2) -> IO (QHelpEngineCore ()) # |
addCustomFilter :: QHelpEngineCore a -> (String, [String]) -> IO Bool #
autoSaveFilter :: QHelpEngineCore a -> () -> IO Bool #
collectionFile :: QHelpEngineCore a -> () -> IO String #
copyCollectionFile :: QHelpEngineCore a -> String -> IO Bool #
currentFilter :: QHelpEngineCore a -> () -> IO String #
customFilters :: QHelpEngineCore a -> () -> IO [String] #
class QcustomValue x1 where #
customValue :: QHelpEngineCore a -> x1 -> IO (QVariant ()) #
Instances
QcustomValue String # | |
Defined in Qtc.Help.QHelpEngineCore customValue :: QHelpEngineCore a -> String -> IO (QVariant ()) # | |
QcustomValue (String, QVariant t2) # | |
Defined in Qtc.Help.QHelpEngineCore customValue :: QHelpEngineCore a -> (String, QVariant t2) -> IO (QVariant ()) # |
documentationFileName :: QHelpEngineCore a -> String -> IO String #
fileData :: QHelpEngineCore a -> QUrl t1 -> IO (QByteArray ()) #
filterAttributeSets :: QHelpEngineCore a -> String -> IO [[String]] #
class QfilterAttributes x1 where #
filterAttributes :: QHelpEngineCore a -> x1 -> IO [String] #
Instances
QfilterAttributes () # | |
Defined in Qtc.Help.QHelpEngineCore filterAttributes :: QHelpEngineCore a -> () -> IO [String] # | |
QfilterAttributes String # | |
Defined in Qtc.Help.QHelpEngineCore filterAttributes :: QHelpEngineCore a -> String -> IO [String] # |
findFile :: QHelpEngineCore a -> QUrl t1 -> IO (QUrl ()) #
linksForIdentifier :: QHelpEngineCore a -> String -> IO [(String, QUrl ())] #
qHelpEngineCoreNamespaceName :: String -> IO String #
registerDocumentation :: QHelpEngineCore a -> String -> IO Bool #
registeredDocumentations :: QHelpEngineCore a -> () -> IO [String] #
removeCustomFilter :: QHelpEngineCore a -> String -> IO Bool #
removeCustomValue :: QHelpEngineCore a -> String -> IO Bool #
setAutoSaveFilter :: QHelpEngineCore a -> Bool -> IO () #
setCollectionFile :: QHelpEngineCore a -> String -> IO () #
setCurrentFilter :: QHelpEngineCore a -> String -> IO () #
setCustomValue :: QHelpEngineCore a -> (String, QVariant t2) -> IO Bool #
setupData :: QHelpEngineCore a -> () -> IO Bool #
unregisterDocumentation :: QHelpEngineCore a -> String -> IO Bool #
qHelpEngineCore_delete :: QHelpEngineCore a -> IO () #
qHelpEngineCore_deleteLater :: QHelpEngineCore a -> IO () #