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

HROOT.Core.TAttText

Documentation

newtype TAttText Source #

Constructors

TAttText (Ptr RawTAttText) 

Instances

Instances details
ITAttText TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.Implementation

Show TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

FPtr TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

Associated Types

type Raw TAttText #

Eq TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

Ord TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

IDeletable TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.Implementation

Methods

delete :: TAttText -> IO () #

Castable TAttText (Ptr RawTAttText) Source # 
Instance details

Defined in HROOT.Core.TAttText.Cast

Methods

cast :: TAttText -> (Ptr RawTAttText -> IO r) -> IO r #

uncast :: Ptr RawTAttText -> (TAttText -> IO r) -> IO r #

type Raw TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.RawType

class IDeletable a => ITAttText a where Source #

Instances

Instances details
ITAttText TAttText Source # 
Instance details

Defined in HROOT.Core.TAttText.Implementation

ITAttText TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

upcastTAttText :: forall a. (FPtr a, ITAttText a) => a -> TAttText Source #

downcastTAttText :: forall a. (FPtr a, ITAttText a) => TAttText -> a Source #