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

HROOT.Graf.TShape.RawType

Documentation

data RawTShape Source #

Instances

Instances details
Castable TShape (Ptr RawTShape) Source # 
Instance details

Defined in HROOT.Graf.TShape.Cast

Methods

cast :: TShape -> (Ptr RawTShape -> IO r) -> IO r #

uncast :: Ptr RawTShape -> (TShape -> IO r) -> IO r #

(ITShape a, FPtr a) => Castable a (Ptr RawTShape) Source # 
Instance details

Defined in HROOT.Graf.TShape.Cast

Methods

cast :: a -> (Ptr RawTShape -> IO r) -> IO r #

uncast :: Ptr RawTShape -> (a -> IO r) -> IO r #

newtype TShape Source #

Constructors

TShape (Ptr RawTShape) 

Instances

Instances details
ITAtt3D TShape 
Instance details

Defined in HROOT.Graf.TShape.Implementation

ITAttFill TShape 
Instance details

Defined in HROOT.Graf.TShape.Implementation

Methods

setFillColor :: TShape -> CInt -> IO ()

setFillStyle :: TShape -> CInt -> IO ()

ITAttLine TShape 
Instance details

Defined in HROOT.Graf.TShape.Implementation

ITNamed TShape 
Instance details

Defined in HROOT.Graf.TShape.Implementation

Methods

setName :: Castable c0 CString => TShape -> c0 -> IO ()

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TShape -> c0 -> c1 -> IO ()

setTitle :: Castable c0 CString => TShape -> c0 -> IO ()

ITObject TShape 
Instance details

Defined in HROOT.Graf.TShape.Implementation

Methods

clear :: Castable c0 CString => TShape -> c0 -> IO ()

draw :: Castable c0 CString => TShape -> c0 -> IO ()

findObject :: Castable c0 CString => TShape -> c0 -> IO TObject

getName :: TShape -> IO CString

isA :: TShape -> IO TClass

paint :: Castable c0 CString => TShape -> c0 -> IO ()

printObj :: Castable c0 CString => TShape -> c0 -> IO ()

saveAs :: (Castable c1 CString, Castable c0 CString) => TShape -> c0 -> c1 -> IO ()

write :: Castable c0 CString => TShape -> c0 -> CInt -> CInt -> IO CInt

write_ :: TShape -> IO CInt

ITShape TShape Source # 
Instance details

Defined in HROOT.Graf.TShape.Implementation

Show TShape Source # 
Instance details

Defined in HROOT.Graf.TShape.RawType

FPtr TShape Source # 
Instance details

Defined in HROOT.Graf.TShape.RawType

Associated Types

type Raw TShape #

Eq TShape Source # 
Instance details

Defined in HROOT.Graf.TShape.RawType

Methods

(==) :: TShape -> TShape -> Bool #

(/=) :: TShape -> TShape -> Bool #

Ord TShape Source # 
Instance details

Defined in HROOT.Graf.TShape.RawType

IDeletable TShape Source # 
Instance details

Defined in HROOT.Graf.TShape.Implementation

Methods

delete :: TShape -> IO () #

Castable TShape (Ptr RawTShape) Source # 
Instance details

Defined in HROOT.Graf.TShape.Cast

Methods

cast :: TShape -> (Ptr RawTShape -> IO r) -> IO r #

uncast :: Ptr RawTShape -> (TShape -> IO r) -> IO r #

type Raw TShape Source # 
Instance details

Defined in HROOT.Graf.TShape.RawType