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

HROOT.Graf.TView.Implementation

Orphan instances

ITAttLine TView Source # 
Instance details

ITObject TView Source # 
Instance details

Methods

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

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

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

getName :: TView -> IO CString

isA :: TView -> IO TClass

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

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

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

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

write_ :: TView -> IO CInt

ITView TView Source # 
Instance details

Methods

front :: TView -> IO () Source #

frontView :: (ITVirtualPad c0, FPtr c0) => TView -> c0 -> IO () Source #

getLatitude :: TView -> IO CDouble Source #

getLongitude :: TView -> IO CDouble Source #

getPsi :: TView -> IO CDouble Source #

isViewChanged :: TView -> IO CBool Source #

rotateView :: TView -> CDouble -> CDouble -> IO () Source #

setLatitude :: TView -> CDouble -> IO () Source #

setLongitude :: TView -> CDouble -> IO () Source #

setPsi :: TView -> CDouble -> IO () Source #

setView1 :: TView -> CDouble -> CDouble -> CDouble -> Ptr CInt -> IO () Source #

setViewChanged :: TView -> CBool -> IO () Source #

side :: TView -> IO () Source #

sideView :: (ITVirtualPad c0, FPtr c0) => TView -> c0 -> IO () Source #

top :: TView -> IO () Source #

topView :: (ITVirtualPad c0, FPtr c0) => TView -> c0 -> IO () Source #

IDeletable TView Source # 
Instance details

Methods

delete :: TView -> IO () #