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

HROOT.Core.TAttLine

Documentation

newtype TAttLine Source #

Constructors

TAttLine (Ptr RawTAttLine) 

Instances

Instances details
ITAttLine TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.Implementation

Show TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

FPtr TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

Associated Types

type Raw TAttLine #

Eq TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

Ord TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

IDeletable TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.Implementation

Methods

delete :: TAttLine -> IO () #

Castable TAttLine (Ptr RawTAttLine) Source # 
Instance details

Defined in HROOT.Core.TAttLine.Cast

Methods

cast :: TAttLine -> (Ptr RawTAttLine -> IO r) -> IO r #

uncast :: Ptr RawTAttLine -> (TAttLine -> IO r) -> IO r #

type Raw TAttLine Source # 
Instance details

Defined in HROOT.Core.TAttLine.RawType

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 #