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

HROOT.Core.TAttFill.Interface

Documentation

class IDeletable a => ITAttFill a where Source #

Methods

setFillColor :: a -> CInt -> IO () Source #

setFillStyle :: a -> CInt -> IO () Source #

Instances

Instances details
ITAttFill TAttFill Source # 
Instance details

Defined in HROOT.Core.TAttFill.Implementation

ITAttFill TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

ITAttFill TVirtualPad Source # 
Instance details

Defined in HROOT.Core.TVirtualPad.Implementation

upcastTAttFill :: forall a. (FPtr a, ITAttFill a) => a -> TAttFill Source #

downcastTAttFill :: forall a. (FPtr a, ITAttFill a) => TAttFill -> a Source #