HROOT.Class.Interface
Documentation
class Castable a b whereSource
Instances
Instances
Instances
xform1 :: (Castable a ca, Castable x1 cx1, Castable y cy) => (ca -> cx1 -> IO cy) -> a -> x1 -> IO ySource
xform2 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable y cy) => (ca -> cx1 -> cx2 -> IO cy) -> a -> x1 -> x2 -> IO ySource
xform3 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> IO cy) -> a -> x1 -> x2 -> x3 -> IO ySource
xform4 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> IO ySource
xform5 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> IO ySource
xform6 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> IO ySource
xform7 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable x7 cx7, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> cx7 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> IO ySource
xform8 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable x7 cx7, Castable x8 cx8, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> cx7 -> cx8 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> IO ySource
xform9 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable x7 cx7, Castable x8 cx8, Castable x9 cx9, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> cx7 -> cx8 -> cx9 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> x9 -> IO ySource
xform10 :: (Castable a ca, Castable x1 cx1, Castable x2 cx2, Castable x3 cx3, Castable x4 cx4, Castable x5 cx5, Castable x6 cx6, Castable x7 cx7, Castable x8 cx8, Castable x9 cx9, Castable x10 cx10, Castable y cy) => (ca -> cx1 -> cx2 -> cx3 -> cx4 -> cx5 -> cx6 -> cx7 -> cx8 -> cx9 -> cx10 -> IO cy) -> a -> x1 -> x2 -> x3 -> x4 -> x5 -> x6 -> x7 -> x8 -> x9 -> x10 -> IO ySource
data RawTObject Source
Instances
(ITObject a, FPtr a) => Castable a (Ptr RawTObject) | |
Castable (Exist TObject) (Ptr RawTObject) |
Constructors
TObject (ForeignPtr RawTObject) |
Constructors
TNamed (ForeignPtr RawTNamed) |
Constructors
TClass (ForeignPtr RawTClass) |
data RawTFormula Source
Instances
(ITFormula a, FPtr a) => Castable a (Ptr RawTFormula) | |
Castable (Exist TFormula) (Ptr RawTFormula) |
Constructors
TFormula (ForeignPtr RawTFormula) |
Constructors
TAtt3D (ForeignPtr RawTAtt3D) |
data RawTAttAxis Source
Instances
(ITAttAxis a, FPtr a) => Castable a (Ptr RawTAttAxis) | |
Castable (Exist TAttAxis) (Ptr RawTAttAxis) |
Constructors
TAttAxis (ForeignPtr RawTAttAxis) |
data RawTAttBBox Source
Instances
(ITAttBBox a, FPtr a) => Castable a (Ptr RawTAttBBox) | |
Castable (Exist TAttBBox) (Ptr RawTAttBBox) |
Constructors
TAttBBox (ForeignPtr RawTAttBBox) |
data RawTAttCanvas Source
Instances
(ITAttCanvas a, FPtr a) => Castable a (Ptr RawTAttCanvas) | |
Castable (Exist TAttCanvas) (Ptr RawTAttCanvas) |
newtype TAttCanvas Source
Constructors
TAttCanvas (ForeignPtr RawTAttCanvas) |
data RawTAttFill Source
Instances
(ITAttFill a, FPtr a) => Castable a (Ptr RawTAttFill) | |
Castable (Exist TAttFill) (Ptr RawTAttFill) |
Constructors
TAttFill (ForeignPtr RawTAttFill) |
data RawTAttImage Source
Instances
(ITAttImage a, FPtr a) => Castable a (Ptr RawTAttImage) | |
Castable (Exist TAttImage) (Ptr RawTAttImage) |
Constructors
TAttImage (ForeignPtr RawTAttImage) |
data RawTAttLine Source
Instances
(ITAttLine a, FPtr a) => Castable a (Ptr RawTAttLine) | |
Castable (Exist TAttLine) (Ptr RawTAttLine) |
Constructors
TAttLine (ForeignPtr RawTAttLine) |
data RawTAttMarker Source
Instances
(ITAttMarker a, FPtr a) => Castable a (Ptr RawTAttMarker) | |
Castable (Exist TAttMarker) (Ptr RawTAttMarker) |
newtype TAttMarker Source
Constructors
TAttMarker (ForeignPtr RawTAttMarker) |
data RawTAttPad Source
Instances
(ITAttPad a, FPtr a) => Castable a (Ptr RawTAttPad) | |
Castable (Exist TAttPad) (Ptr RawTAttPad) |
Constructors
TAttPad (ForeignPtr RawTAttPad) |
data RawTAttParticle Source
Instances
(ITAttParticle a, FPtr a) => Castable a (Ptr RawTAttParticle) | |
Castable (Exist TAttParticle) (Ptr RawTAttParticle) |
newtype TAttParticle Source
Constructors
TAttParticle (ForeignPtr RawTAttParticle) |
data RawTAttText Source
Instances
(ITAttText a, FPtr a) => Castable a (Ptr RawTAttText) | |
Castable (Exist TAttText) (Ptr RawTAttText) |
Constructors
TAttText (ForeignPtr RawTAttText) |
data RawTHStack Source
Instances
(ITHStack a, FPtr a) => Castable a (Ptr RawTHStack) | |
Castable (Exist THStack) (Ptr RawTHStack) |
Constructors
THStack (ForeignPtr RawTHStack) |
Constructors
TF1 (ForeignPtr RawTF1) |
Constructors
TGraph (ForeignPtr RawTGraph) |
data RawTGraphAsymmErrors Source
Instances
(ITGraphAsymmErrors a, FPtr a) => Castable a (Ptr RawTGraphAsymmErrors) | |
Castable (Exist TGraphAsymmErrors) (Ptr RawTGraphAsymmErrors) |
newtype TGraphAsymmErrors Source
Constructors
TGraphAsymmErrors (ForeignPtr RawTGraphAsymmErrors) |
Instances
Constructors
TCutG (ForeignPtr RawTCutG) |
data RawTGraphBentErrors Source
Instances
(ITGraphBentErrors a, FPtr a) => Castable a (Ptr RawTGraphBentErrors) | |
Castable (Exist TGraphBentErrors) (Ptr RawTGraphBentErrors) |
newtype TGraphBentErrors Source
Constructors
TGraphBentErrors (ForeignPtr RawTGraphBentErrors) |
Instances
data RawTGraphErrors Source
Instances
(ITGraphErrors a, FPtr a) => Castable a (Ptr RawTGraphErrors) | |
Castable (Exist TGraphErrors) (Ptr RawTGraphErrors) |
newtype TGraphErrors Source
Constructors
TGraphErrors (ForeignPtr RawTGraphErrors) |
Instances
data RawTGraphPolar Source
Instances
(ITGraphPolar a, FPtr a) => Castable a (Ptr RawTGraphPolar) | |
Castable (Exist TGraphPolar) (Ptr RawTGraphPolar) |
newtype TGraphPolar Source
Constructors
TGraphPolar (ForeignPtr RawTGraphPolar) |
Instances
data RawTGraphQQ Source
Instances
(ITGraphQQ a, FPtr a) => Castable a (Ptr RawTGraphQQ) | |
Castable (Exist TGraphQQ) (Ptr RawTGraphQQ) |
Constructors
TGraphQQ (ForeignPtr RawTGraphQQ) |
data RawTEllipse Source
Instances
(ITEllipse a, FPtr a) => Castable a (Ptr RawTEllipse) | |
Castable (Exist TEllipse) (Ptr RawTEllipse) |
Constructors
TEllipse (ForeignPtr RawTEllipse) |
Constructors
TArc (ForeignPtr RawTArc) |
Constructors
TCrown (ForeignPtr RawTCrown) |
Constructors
TLine (ForeignPtr RawTLine) |
Constructors
TArrow (ForeignPtr RawTArrow) |
Constructors
TGaxis (ForeignPtr RawTGaxis) |
Constructors
TShape (ForeignPtr RawTShape) |
Constructors
TBRIK (ForeignPtr RawTBRIK) |
Constructors
TTUBE (ForeignPtr RawTTUBE) |
Constructors
TPCON (ForeignPtr RawTPCON) |
Constructors
TSPHE (ForeignPtr RawTSPHE) |
Constructors
TXTRU (ForeignPtr RawTXTRU) |
Constructors
TBox (ForeignPtr RawTBox) |
Constructors
TPave (ForeignPtr RawTPave) |
data RawTPaveText Source
Instances
(ITPaveText a, FPtr a) => Castable a (Ptr RawTPaveText) | |
Castable (Exist TPaveText) (Ptr RawTPaveText) |
Constructors
TPaveText (ForeignPtr RawTPaveText) |
Instances
data RawTDiamond Source
Instances
(ITDiamond a, FPtr a) => Castable a (Ptr RawTDiamond) | |
Castable (Exist TDiamond) (Ptr RawTDiamond) |
Constructors
TDiamond (ForeignPtr RawTDiamond) |
Instances
data RawTPaveStats Source
Instances
(ITPaveStats a, FPtr a) => Castable a (Ptr RawTPaveStats) | |
Castable (Exist TPaveStats) (Ptr RawTPaveStats) |
newtype TPaveStats Source
Constructors
TPaveStats (ForeignPtr RawTPaveStats) |
Instances
data RawTPavesText Source
Instances
(ITPavesText a, FPtr a) => Castable a (Ptr RawTPavesText) | |
Castable (Exist TPavesText) (Ptr RawTPavesText) |
newtype TPavesText Source
Constructors
TPavesText (ForeignPtr RawTPavesText) |
Instances
data RawTLegend Source
Instances
(ITLegend a, FPtr a) => Castable a (Ptr RawTLegend) | |
Castable (Exist TLegend) (Ptr RawTLegend) |
Constructors
TLegend (ForeignPtr RawTLegend) |
data RawTPaveLabel Source
Instances
(ITPaveLabel a, FPtr a) => Castable a (Ptr RawTPaveLabel) | |
Castable (Exist TPaveLabel) (Ptr RawTPaveLabel) |
newtype TPaveLabel Source
Constructors
TPaveLabel (ForeignPtr RawTPaveLabel) |
Instances
data RawTPaveClass Source
Instances
(ITPaveClass a, FPtr a) => Castable a (Ptr RawTPaveClass) | |
Castable (Exist TPaveClass) (Ptr RawTPaveClass) |
newtype TPaveClass Source
Constructors
TPaveClass (ForeignPtr RawTPaveClass) |
Instances
Constructors
TWbox (ForeignPtr RawTWbox) |
Constructors
TFrame (ForeignPtr RawTFrame) |
data RawTSliderBox Source
Instances
(ITSliderBox a, FPtr a) => Castable a (Ptr RawTSliderBox) | |
Castable (Exist TSliderBox) (Ptr RawTSliderBox) |
Constructors
TTree (ForeignPtr RawTTree) |
Constructors
TChain (ForeignPtr RawTChain) |
data RawTNtuple Source
Instances
(ITNtuple a, FPtr a) => Castable a (Ptr RawTNtuple) | |
Castable (Exist TNtuple) (Ptr RawTNtuple) |
Constructors
TNtuple (ForeignPtr RawTNtuple) |
data RawTNtupleD Source
Instances
(ITNtupleD a, FPtr a) => Castable a (Ptr RawTNtupleD) | |
Castable (Exist TNtupleD) (Ptr RawTNtupleD) |
Constructors
TNtupleD (ForeignPtr RawTNtupleD) |
data RawTTreeSQL Source
Instances
(ITTreeSQL a, FPtr a) => Castable a (Ptr RawTTreeSQL) | |
Castable (Exist TTreeSQL) (Ptr RawTTreeSQL) |
Constructors
TTreeSQL (ForeignPtr RawTTreeSQL) |
data RawTPolyLine Source
Instances
(ITPolyLine a, FPtr a) => Castable a (Ptr RawTPolyLine) | |
Castable (Exist TPolyLine) (Ptr RawTPolyLine) |
Constructors
TPolyLine (ForeignPtr RawTPolyLine) |
data RawTCurlyLine Source
Instances
(ITCurlyLine a, FPtr a) => Castable a (Ptr RawTCurlyLine) | |
Castable (Exist TCurlyLine) (Ptr RawTCurlyLine) |
newtype TCurlyLine Source
Constructors
TCurlyLine (ForeignPtr RawTCurlyLine) |
data RawTCurlyArc Source
Instances
(ITCurlyArc a, FPtr a) => Castable a (Ptr RawTCurlyArc) | |
Castable (Exist TCurlyArc) (Ptr RawTCurlyArc) |
Constructors
TCurlyArc (ForeignPtr RawTCurlyArc) |
data RawTEfficiency Source
Instances
(ITEfficiency a, FPtr a) => Castable a (Ptr RawTEfficiency) | |
Castable (Exist TEfficiency) (Ptr RawTEfficiency) |
newtype TEfficiency Source
Constructors
TEfficiency (ForeignPtr RawTEfficiency) |
Instances
Constructors
TAxis (ForeignPtr RawTAxis) |
Constructors
TLatex (ForeignPtr RawTLatex) |
Constructors
TText (ForeignPtr RawTText) |
data RawTDirectory Source
Instances
(ITDirectory a, FPtr a) => Castable a (Ptr RawTDirectory) | |
Castable (Exist TDirectory) (Ptr RawTDirectory) |
newtype TDirectory Source
Constructors
TDirectory (ForeignPtr RawTDirectory) |
data RawTDirectoryFile Source
Instances
(ITDirectoryFile a, FPtr a) => Castable a (Ptr RawTDirectoryFile) | |
Castable (Exist TDirectoryFile) (Ptr RawTDirectoryFile) |
newtype TDirectoryFile Source
Constructors
TDirectoryFile (ForeignPtr RawTDirectoryFile) |
Instances
Constructors
TFile (ForeignPtr RawTFile) |
data RawTBranch Source
Instances
(ITBranch a, FPtr a) => Castable a (Ptr RawTBranch) | |
Castable (Exist TBranch) (Ptr RawTBranch) |
Constructors
TBranch (ForeignPtr RawTBranch) |
data RawTVirtualTreePlayer Source
Instances
newtype TVirtualTreePlayer Source
Constructors
TVirtualTreePlayer (ForeignPtr RawTVirtualTreePlayer) |
Instances
data RawTTreePlayer Source
Instances
(ITTreePlayer a, FPtr a) => Castable a (Ptr RawTTreePlayer) | |
Castable (Exist TTreePlayer) (Ptr RawTTreePlayer) |
newtype TTreePlayer Source
Constructors
TTreePlayer (ForeignPtr RawTTreePlayer) |
Constructors
TArray (ForeignPtr RawTArray) |
data RawTArrayC Source
Instances
(ITArrayC a, FPtr a) => Castable a (Ptr RawTArrayC) | |
Castable (Exist TArrayC) (Ptr RawTArrayC) |
Constructors
TArrayC (ForeignPtr RawTArrayC) |
data RawTArrayD Source
Instances
(ITArrayD a, FPtr a) => Castable a (Ptr RawTArrayD) | |
Castable (Exist TArrayD) (Ptr RawTArrayD) |
Constructors
TArrayD (ForeignPtr RawTArrayD) |
data RawTArrayF Source
Instances
(ITArrayF a, FPtr a) => Castable a (Ptr RawTArrayF) | |
Castable (Exist TArrayF) (Ptr RawTArrayF) |
Constructors
TArrayF (ForeignPtr RawTArrayF) |
data RawTArrayI Source
Instances
(ITArrayI a, FPtr a) => Castable a (Ptr RawTArrayI) | |
Castable (Exist TArrayI) (Ptr RawTArrayI) |
Constructors
TArrayI (ForeignPtr RawTArrayI) |
data RawTArrayL Source
Instances
(ITArrayL a, FPtr a) => Castable a (Ptr RawTArrayL) | |
Castable (Exist TArrayL) (Ptr RawTArrayL) |
Constructors
TArrayL (ForeignPtr RawTArrayL) |
data RawTArrayL64 Source
Instances
(ITArrayL64 a, FPtr a) => Castable a (Ptr RawTArrayL64) | |
Castable (Exist TArrayL64) (Ptr RawTArrayL64) |
Constructors
TArrayL64 (ForeignPtr RawTArrayL64) |
data RawTArrayS Source
Instances
(ITArrayS a, FPtr a) => Castable a (Ptr RawTArrayS) | |
Castable (Exist TArrayS) (Ptr RawTArrayS) |
Constructors
TArrayS (ForeignPtr RawTArrayS) |
Constructors
TH1 (ForeignPtr RawTH1) |
Constructors
TH2 (ForeignPtr RawTH2) |
Constructors
TH3 (ForeignPtr RawTH3) |
Constructors
TH1C (ForeignPtr RawTH1C) |
Constructors
TH1D (ForeignPtr RawTH1D) |
Constructors
TH1F (ForeignPtr RawTH1F) |
Constructors
TH1I (ForeignPtr RawTH1I) |
Constructors
TH1S (ForeignPtr RawTH1S) |
Constructors
TH2C (ForeignPtr RawTH2C) |
Constructors
TH2D (ForeignPtr RawTH2D) |
Constructors
TH2F (ForeignPtr RawTH2F) |
Constructors
TH2I (ForeignPtr RawTH2I) |
data RawTH2Poly Source
Instances
(ITH2Poly a, FPtr a) => Castable a (Ptr RawTH2Poly) | |
Castable (Exist TH2Poly) (Ptr RawTH2Poly) |
Constructors
TH2Poly (ForeignPtr RawTH2Poly) |
Constructors
TH2S (ForeignPtr RawTH2S) |
Constructors
TH3C (ForeignPtr RawTH3C) |
Constructors
TH3D (ForeignPtr RawTH3D) |
Constructors
TH3F (ForeignPtr RawTH3F) |
Constructors
TH3I (ForeignPtr RawTH3I) |
Constructors
TH3S (ForeignPtr RawTH3S) |
data RawTQObject Source
Instances
(ITQObject a, FPtr a) => Castable a (Ptr RawTQObject) | |
Castable (Exist TQObject) (Ptr RawTQObject) |
Constructors
TQObject (ForeignPtr RawTQObject) |
data RawTVirtualPad Source
Instances
(ITVirtualPad a, FPtr a) => Castable a (Ptr RawTVirtualPad) | |
Castable (Exist TVirtualPad) (Ptr RawTVirtualPad) |
newtype TVirtualPad Source
Constructors
TVirtualPad (ForeignPtr RawTVirtualPad) |
Instances
Constructors
TPad (ForeignPtr RawTPad) |
data RawTButton Source
Instances
(ITButton a, FPtr a) => Castable a (Ptr RawTButton) | |
Castable (Exist TButton) (Ptr RawTButton) |
Constructors
TButton (ForeignPtr RawTButton) |
Instances
data RawTGroupButton Source
Instances
(ITGroupButton a, FPtr a) => Castable a (Ptr RawTGroupButton) | |
Castable (Exist TGroupButton) (Ptr RawTGroupButton) |
newtype TGroupButton Source
Constructors
TGroupButton (ForeignPtr RawTGroupButton) |
Instances
data RawTCanvas Source
Instances
(ITCanvas a, FPtr a) => Castable a (Ptr RawTCanvas) | |
Castable (Exist TCanvas) (Ptr RawTCanvas) |
Constructors
TCanvas (ForeignPtr RawTCanvas) |
data RawTDialogCanvas Source
Instances
(ITDialogCanvas a, FPtr a) => Castable a (Ptr RawTDialogCanvas) | |
Castable (Exist TDialogCanvas) (Ptr RawTDialogCanvas) |
newtype TDialogCanvas Source
Constructors
TDialogCanvas (ForeignPtr RawTDialogCanvas) |
Instances
data RawTInspectCanvas Source
Instances
(ITInspectCanvas a, FPtr a) => Castable a (Ptr RawTInspectCanvas) | |
Castable (Exist TInspectCanvas) (Ptr RawTInspectCanvas) |
newtype TInspectCanvas Source
Constructors
TInspectCanvas (ForeignPtr RawTInspectCanvas) |
Instances
data RawTEvePad Source
Instances
(ITEvePad a, FPtr a) => Castable a (Ptr RawTEvePad) | |
Castable (Exist TEvePad) (Ptr RawTEvePad) |
Constructors
TEvePad (ForeignPtr RawTEvePad) |
data RawTSlider Source
Instances
(ITSlider a, FPtr a) => Castable a (Ptr RawTSlider) | |
Castable (Exist TSlider) (Ptr RawTSlider) |
Constructors
TSlider (ForeignPtr RawTSlider) |
data RawTApplication Source
Instances
(ITApplication a, FPtr a) => Castable a (Ptr RawTApplication) | |
Castable (Exist TApplication) (Ptr RawTApplication) |
newtype TApplication Source
Constructors
TApplication (ForeignPtr RawTApplication) |
Constructors
TRint (ForeignPtr RawTRint) |
data RawTRandom Source
Instances
(ITRandom a, FPtr a) => Castable a (Ptr RawTRandom) | |
Castable (Exist TRandom) (Ptr RawTRandom) |
Constructors
TRandom (ForeignPtr RawTRandom) |
class IDeletable a whereSource
Instances
class IDeletable a => ITObject a whereSource
Methods
getName :: a -> IO StringSource
draw :: a -> String -> IO ()Source
findObject :: a -> String -> IO (Exist TObject)Source
saveAs :: a -> String -> String -> IO ()Source
Instances
class ITObject a => ITNamed a whereSource
Instances
class ITNamed a => ITDictionary a Source
Instances
class ITDictionary a => ITClass a Source
class IDeletable a => ITAtt3D a Source
class IDeletable a => ITAttAxis a whereSource
Methods
setLabelColor :: a -> Int -> IO ()Source
setLabelSize :: a -> Double -> IO ()Source
setTickLength :: a -> Double -> IO ()Source
setTitleOffset :: a -> Double -> IO ()Source
class IDeletable a => ITAttBBox a Source
class IDeletable a => ITAttCanvas a Source
Instances
class IDeletable a => ITAttFill a whereSource
Instances
class IDeletable a => ITAttImage a Source
Instances
class IDeletable a => ITAttLine a whereSource
Methods
setLineColor :: a -> Int -> IO ()Source
Instances
class IDeletable a => ITAttMarker a Source
Instances
class IDeletable a => ITAttPad a Source
class ITNamed a => ITAttParticle a Source
Instances
class IDeletable a => ITAttText a whereSource
Methods
setTextColor :: a -> Int -> IO ()Source
setTextAlign :: a -> Int -> IO ()Source
setTextSize :: a -> Double -> IO ()Source
Instances
class ITGraph a => ITGraphAsymmErrors a Source
Instances
class ITGraph a => ITGraphBentErrors a Source
Instances
class ITGraph a => ITGraphErrors a Source
class ITGraphErrors a => ITGraphPolar a Source
Instances
class (ITPave a, ITAttText a) => ITPaveText a Source
class ITPaveText a => ITDiamond a Source
class ITPaveText a => ITPaveStats a Source
Instances
class ITPaveText a => ITPavesText a Source
Instances
class (ITPave a, ITAttText a) => ITPaveLabel a Source
Instances
class ITPaveLabel a => ITPaveClass a Source
Instances
class ITWbox a => ITSliderBox a Source
Instances
class (ITObject a, ITAttLine a, ITAttFill a) => ITPolyLine a Source
class ITPolyLine a => ITCurlyLine a Source
Instances
class ITCurlyLine a => ITCurlyArc a Source
Instances
class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITEfficiency a Source
Instances
class ITNamed a => ITDirectory a whereSource
class ITDirectory a => ITDirectoryFile a Source
class ITDirectoryFile a => ITFile a Source
class ITObject a => ITVirtualTreePlayer a Source
class ITVirtualTreePlayer a => ITTreePlayer a Source
Instances
class IDeletable a => ITArray a Source
Instances
class ITArray a => ITArrayL64 a Source
Instances
class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITH1 a whereSource
Methods
add :: (ITH1 c0, FPtr c0) => a -> c0 -> Double -> IO ()Source
addBinContent :: a -> Int -> Double -> IO ()Source
chi2Test :: (ITH1 c0, FPtr c0) => a -> c0 -> String -> [Double] -> IO DoubleSource
computeIntegral :: a -> IO DoubleSource
directoryAutoAdd :: (ITDirectory c0, FPtr c0) => a -> c0 -> IO ()Source
distancetoPrimitive :: a -> Int -> Int -> IO IntSource
divide :: (ITH2 c1, FPtr c1, ITH1 c0, FPtr c0) => a -> c0 -> c1 -> Double -> Double -> String -> IO ()Source
drawCopy :: a -> String -> IO aSource
drawNormalized :: a -> String -> Double -> IO (Exist TH1)Source
bufferEmpty :: a -> Int -> IO IntSource
eval :: (ITF1 c0, FPtr c0) => a -> c0 -> String -> IO ()Source
executeEvent :: a -> Int -> Int -> Int -> IO ()Source
fFT :: (ITH1 c0, FPtr c0) => a -> c0 -> String -> IO (Exist TH1)Source
fill1 :: a -> Double -> IO IntSource
fillN :: a -> Int -> [Double] -> [Double] -> Int -> IO ()Source
fillRandom :: (ITH1 c0, FPtr c0) => a -> c0 -> Int -> IO ()Source
findBin :: a -> Double -> Double -> Double -> IO IntSource
findFixBin :: a -> Double -> Double -> Double -> IO IntSource
findFirstBinAbove :: a -> Double -> Int -> IO IntSource
findLastBinAbove :: a -> Double -> Int -> IO IntSource
getNdivisions :: a -> String -> IO IntSource
getAxisColor :: a -> String -> IO IntSource
getLabelColor :: a -> String -> IO IntSource
getLabelFont :: a -> String -> IO IntSource
getLabelOffset :: a -> String -> IO DoubleSource
getLabelSize :: a -> String -> IO DoubleSource
getTitleFont :: a -> String -> IO IntSource
getTitleOffset :: a -> String -> IO DoubleSource
getTitleSize :: a -> String -> IO DoubleSource
getTickLength :: a -> String -> IO DoubleSource
getBarOffset :: a -> IO DoubleSource
getBarWidth :: a -> IO DoubleSource
getContour :: a -> [Double] -> IO IntSource
getContourLevel :: a -> Int -> IO DoubleSource
getContourLevelPad :: a -> Int -> IO DoubleSource
getBin :: a -> Int -> Int -> Int -> IO IntSource
getBinCenter :: a -> Int -> IO DoubleSource
getBinContent1 :: a -> Int -> IO DoubleSource
getBinContent2 :: a -> Int -> Int -> IO DoubleSource
getBinContent3 :: a -> Int -> Int -> Int -> IO DoubleSource
getBinError1 :: a -> Int -> IO DoubleSource
getBinError2 :: a -> Int -> Int -> IO DoubleSource
getBinError3 :: a -> Int -> Int -> Int -> IO DoubleSource
getBinLowEdge :: a -> Int -> IO DoubleSource
getBinWidth :: a -> Int -> IO DoubleSource
class IDeletable a => ITQObject a Source
class (ITObject a, ITAttLine a, ITAttFill a, ITAttPad a, ITQObject a) => ITVirtualPad a whereSource
class ITVirtualPad a => ITPad a Source
class ITButton a => ITGroupButton a Source
Instances
class (ITCanvas a, ITAttText a) => ITDialogCanvas a Source
Instances
class (ITCanvas a, ITAttText a) => ITInspectCanvas a Source
Instances
class (ITObject a, ITQObject a) => ITApplication a whereSource
Instances
class ITApplication a => ITRint a Source