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

HROOT.Graf.TLine.RawType

Documentation

data RawTLine Source #

Instances

Instances details
Castable TLine (Ptr RawTLine) Source # 
Instance details

Defined in HROOT.Graf.TLine.Cast

Methods

cast :: TLine -> (Ptr RawTLine -> IO r) -> IO r #

uncast :: Ptr RawTLine -> (TLine -> IO r) -> IO r #

(ITLine a, FPtr a) => Castable a (Ptr RawTLine) Source # 
Instance details

Defined in HROOT.Graf.TLine.Cast

Methods

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

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

newtype TLine Source #

Constructors

TLine (Ptr RawTLine) 

Instances

Instances details
ITAttLine TLine 
Instance details

Defined in HROOT.Graf.TLine.Implementation

ITObject TLine 
Instance details

Defined in HROOT.Graf.TLine.Implementation

Methods

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

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

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

getName :: TLine -> IO CString

isA :: TLine -> IO TClass

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

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

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

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

write_ :: TLine -> IO CInt

ITLine TLine Source # 
Instance details

Defined in HROOT.Graf.TLine.Implementation

Show TLine Source # 
Instance details

Defined in HROOT.Graf.TLine.RawType

Methods

showsPrec :: Int -> TLine -> ShowS #

show :: TLine -> String #

showList :: [TLine] -> ShowS #

FPtr TLine Source # 
Instance details

Defined in HROOT.Graf.TLine.RawType

Associated Types

type Raw TLine #

Eq TLine Source # 
Instance details

Defined in HROOT.Graf.TLine.RawType

Methods

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

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

Ord TLine Source # 
Instance details

Defined in HROOT.Graf.TLine.RawType

Methods

compare :: TLine -> TLine -> Ordering #

(<) :: TLine -> TLine -> Bool #

(<=) :: TLine -> TLine -> Bool #

(>) :: TLine -> TLine -> Bool #

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

max :: TLine -> TLine -> TLine #

min :: TLine -> TLine -> TLine #

IDeletable TLine Source # 
Instance details

Defined in HROOT.Graf.TLine.Implementation

Methods

delete :: TLine -> IO () #

Castable TLine (Ptr RawTLine) Source # 
Instance details

Defined in HROOT.Graf.TLine.Cast

Methods

cast :: TLine -> (Ptr RawTLine -> IO r) -> IO r #

uncast :: Ptr RawTLine -> (TLine -> IO r) -> IO r #

type Raw TLine Source # 
Instance details

Defined in HROOT.Graf.TLine.RawType