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

HROOT.Core.TStyle.Interface

Documentation

class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a, ITAttText a) => ITStyle a Source #

Instances

Instances details
ITStyle TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

upcastTStyle :: forall a. (FPtr a, ITStyle a) => a -> TStyle Source #

downcastTStyle :: forall a. (FPtr a, ITStyle a) => TStyle -> a Source #