Safe Haskell | None |
---|---|
Language | Haskell98 |
Qtc.Gui.QApplication_h
Description
Documentation
qtc_QApplication_unSetUserMethod :: Ptr (TQApplication a) -> CInt -> CInt -> IO CBool Source
qtc_QApplication_setUserMethod :: Ptr (TQApplication a) -> CInt -> Ptr (Ptr (TQApplication x0) -> IO ()) -> Ptr () -> Ptr (Ptr fun -> Ptr state -> Ptr fun_d -> IO ()) -> IO () Source
wrapSetUserMethod_QApplication :: (Ptr (TQApplication x0) -> IO ()) -> IO (FunPtr (Ptr (TQApplication x0) -> IO ())) Source
wrapSetUserMethod_QApplication_d :: (Ptr fun -> Ptr state -> Ptr fun_d -> IO ()) -> IO (FunPtr (Ptr fun -> Ptr state -> Ptr fun_d -> IO ())) Source
qtc_QApplication_setUserMethodVariant :: Ptr (TQApplication a) -> CInt -> Ptr (Ptr (TQApplication x0) -> Ptr (TQVariant ()) -> IO (Ptr (TQVariant ()))) -> Ptr () -> Ptr (Ptr fun -> Ptr state -> Ptr fun_d -> IO ()) -> IO () Source
wrapSetUserMethodVariant_QApplication :: (Ptr (TQApplication x0) -> Ptr (TQVariant ()) -> IO (Ptr (TQVariant ()))) -> IO (FunPtr (Ptr (TQApplication x0) -> Ptr (TQVariant ()) -> IO (Ptr (TQVariant ())))) Source
wrapSetUserMethodVariant_QApplication_d :: (Ptr fun -> Ptr state -> Ptr fun_d -> IO ()) -> IO (FunPtr (Ptr fun -> Ptr state -> Ptr fun_d -> IO ())) Source
qtc_QApplication_unSetHandler :: Ptr (TQApplication a) -> CWString -> IO CBool Source
qtc_QApplication_setHandler1 :: Ptr (TQApplication a) -> CWString -> Ptr (Ptr (TQApplication x0) -> Ptr (TQObject t1) -> Ptr (TQEvent t2) -> IO CBool) -> Ptr () -> Ptr (Ptr fun -> Ptr state -> Ptr fun_d -> IO ()) -> IO () Source
wrapSetHandler_QApplication1 :: (Ptr (TQApplication x0) -> Ptr (TQObject t1) -> Ptr (TQEvent t2) -> IO CBool) -> IO (FunPtr (Ptr (TQApplication x0) -> Ptr (TQObject t1) -> Ptr (TQEvent t2) -> IO CBool)) Source
wrapSetHandler_QApplication1_d :: (Ptr fun -> Ptr state -> Ptr fun_d -> IO ()) -> IO (FunPtr (Ptr fun -> Ptr state -> Ptr fun_d -> IO ())) Source
qtc_QApplication_notify :: Ptr (TQApplication a) -> Ptr (TQObject t1) -> Ptr (TQEvent t2) -> IO CBool Source
qtc_QApplication_eventFilter :: Ptr (TQApplication a) -> Ptr (TQObject t1) -> Ptr (TQEvent t2) -> IO CBool Source