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

HROOT.Core.TAttLine.Interface

Documentation

class IDeletable a => ITAttLine a where Source #

Instances

Instances details
ITAttLine TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.Implementation

ITAttLine TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

ITAttLine TVirtualPad Source # 
Instance details

Defined in HROOT.Core.TVirtualPad.Implementation

upcastTAttLine :: forall a. (FPtr a, ITAttLine a) => a -> TAttLine Source #

downcastTAttLine :: forall a. (FPtr a, ITAttLine a) => TAttLine -> a Source #