HROOT.Graf.TShape.RawType
data RawTShape Source #
Defined in HROOT.Graf.TShape.Cast
Methods
cast :: TShape -> (Ptr RawTShape -> IO r) -> IO r #
uncast :: Ptr RawTShape -> (TShape -> IO r) -> IO r #
cast :: a -> (Ptr RawTShape -> IO r) -> IO r #
uncast :: Ptr RawTShape -> (a -> IO r) -> IO r #
newtype TShape Source #
Constructors
Defined in HROOT.Graf.TShape.Implementation
setFillColor :: TShape -> CInt -> IO ()
setFillStyle :: TShape -> CInt -> IO ()
getLineColor :: TShape -> IO CShort
getLineStyle :: TShape -> IO CShort
getLineWidth :: TShape -> IO CShort
resetAttLine :: Castable c0 CString => TShape -> c0 -> IO ()
setLineAttributes :: TShape -> IO ()
setLineColor :: TShape -> CShort -> IO ()
setLineStyle :: TShape -> CShort -> IO ()
setLineWidth :: TShape -> CShort -> IO ()
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 ()
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
Defined in HROOT.Graf.TShape.RawType
showsPrec :: Int -> TShape -> ShowS #
show :: TShape -> String #
showList :: [TShape] -> ShowS #
Associated Types
type Raw TShape #
get_fptr :: TShape -> Ptr (Raw TShape) #
cast_fptr_to_obj :: Ptr (Raw TShape) -> TShape #
(==) :: TShape -> TShape -> Bool #
(/=) :: TShape -> TShape -> Bool #
compare :: TShape -> TShape -> Ordering #
(<) :: TShape -> TShape -> Bool #
(<=) :: TShape -> TShape -> Bool #
(>) :: TShape -> TShape -> Bool #
(>=) :: TShape -> TShape -> Bool #
max :: TShape -> TShape -> TShape #
min :: TShape -> TShape -> TShape #
delete :: TShape -> IO () #