HROOT-net-0.10.0.3: Haskell binding to ROOT Net modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Net.THttpServer.Implementation

Documentation

Orphan instances

ITNamed THttpServer Source # 
Instance details

Methods

setName :: Castable c0 CString => THttpServer -> c0 -> IO ()

setNameTitle :: (Castable c1 CString, Castable c0 CString) => THttpServer -> c0 -> c1 -> IO ()

setTitle :: Castable c0 CString => THttpServer -> c0 -> IO ()

ITObject THttpServer Source # 
Instance details

Methods

clear :: Castable c0 CString => THttpServer -> c0 -> IO ()

draw :: Castable c0 CString => THttpServer -> c0 -> IO ()

findObject :: Castable c0 CString => THttpServer -> c0 -> IO TObject

getName :: THttpServer -> IO CString

isA :: THttpServer -> IO TClass

paint :: Castable c0 CString => THttpServer -> c0 -> IO ()

printObj :: Castable c0 CString => THttpServer -> c0 -> IO ()

saveAs :: (Castable c1 CString, Castable c0 CString) => THttpServer -> c0 -> c1 -> IO ()

write :: Castable c0 CString => THttpServer -> c0 -> CInt -> CInt -> IO CInt

write_ :: THttpServer -> IO CInt

ITHttpServer THttpServer Source # 
Instance details

IDeletable THttpServer Source # 
Instance details

Methods

delete :: THttpServer -> IO () #