HROOT-core-0.10.0.3: Haskell binding to ROOT Core modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Core.TSystem

Documentation

newtype TSystem Source #

Constructors

TSystem (Ptr RawTSystem) 

Instances

Instances details
ITNamed TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.Implementation

Methods

setName :: Castable c0 CString => TSystem -> c0 -> IO () Source #

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TSystem -> c0 -> c1 -> IO () Source #

setTitle :: Castable c0 CString => TSystem -> c0 -> IO () Source #

ITObject TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.Implementation

ITSystem TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.Implementation

Show TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.RawType

FPtr TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.RawType

Associated Types

type Raw TSystem #

Eq TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.RawType

Methods

(==) :: TSystem -> TSystem -> Bool #

(/=) :: TSystem -> TSystem -> Bool #

Ord TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.RawType

IDeletable TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.Implementation

Methods

delete :: TSystem -> IO () #

Castable TSystem (Ptr RawTSystem) Source # 
Instance details

Defined in HROOT.Core.TSystem.Cast

Methods

cast :: TSystem -> (Ptr RawTSystem -> IO r) -> IO r #

uncast :: Ptr RawTSystem -> (TSystem -> IO r) -> IO r #

type Raw TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.RawType

class ITNamed a => ITSystem a where Source #

Methods

processEvents :: a -> IO CBool Source #

Instances

Instances details
ITSystem TSystem Source # 
Instance details

Defined in HROOT.Core.TSystem.Implementation

upcastTSystem :: forall a. (FPtr a, ITSystem a) => a -> TSystem Source #

downcastTSystem :: forall a. (FPtr a, ITSystem a) => TSystem -> a Source #