HROOT-graf-0.10.0.3: Haskell binding to ROOT Graf modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Graf.TPad.Interface

Documentation

class ITVirtualPad a => ITPad a where Source #

Methods

drawFrame :: Castable c0 CString => a -> CDouble -> CDouble -> CDouble -> CDouble -> c0 -> IO TH1F Source #

getView :: a -> IO TView Source #

setView0 :: a -> IO () Source #

setView :: (ITView c0, FPtr c0) => a -> c0 -> IO () Source #

Instances

Instances details
ITPad TCanvas Source # 
Instance details

Defined in HROOT.Graf.TCanvas.Implementation

Methods

drawFrame :: Castable c0 CString => TCanvas -> CDouble -> CDouble -> CDouble -> CDouble -> c0 -> IO TH1F Source #

getView :: TCanvas -> IO TView Source #

setView0 :: TCanvas -> IO () Source #

setView :: (ITView c0, FPtr c0) => TCanvas -> c0 -> IO () Source #

ITPad TPad Source # 
Instance details

Defined in HROOT.Graf.TPad.Implementation

Methods

drawFrame :: Castable c0 CString => TPad -> CDouble -> CDouble -> CDouble -> CDouble -> c0 -> IO TH1F Source #

getView :: TPad -> IO TView Source #

setView0 :: TPad -> IO () Source #

setView :: (ITView c0, FPtr c0) => TPad -> c0 -> IO () Source #

upcastTPad :: forall a. (FPtr a, ITPad a) => a -> TPad Source #

downcastTPad :: forall a. (FPtr a, ITPad a) => TPad -> a Source #