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

HROOT.Core.TAttText.Interface

Documentation

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 #