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

HROOT.Graf.TView

Documentation

newtype TView Source #

Constructors

TView (Ptr RawTView) 

Instances

Instances details
ITAttLine TView 
Instance details

Defined in HROOT.Graf.TView.Implementation

ITObject TView 
Instance details

Defined in HROOT.Graf.TView.Implementation

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

Defined in HROOT.Graf.TView.Implementation

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 #

Show TView Source # 
Instance details

Defined in HROOT.Graf.TView.RawType

Methods

showsPrec :: Int -> TView -> ShowS #

show :: TView -> String #

showList :: [TView] -> ShowS #

FPtr TView Source # 
Instance details

Defined in HROOT.Graf.TView.RawType

Associated Types

type Raw TView #

Eq TView Source # 
Instance details

Defined in HROOT.Graf.TView.RawType

Methods

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

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

Ord TView Source # 
Instance details

Defined in HROOT.Graf.TView.RawType

Methods

compare :: TView -> TView -> Ordering #

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

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

(>) :: TView -> TView -> Bool #

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

max :: TView -> TView -> TView #

min :: TView -> TView -> TView #

IDeletable TView Source # 
Instance details

Defined in HROOT.Graf.TView.Implementation

Methods

delete :: TView -> IO () #

Castable TView (Ptr RawTView) Source # 
Instance details

Defined in HROOT.Graf.TView.Cast

Methods

cast :: TView -> (Ptr RawTView -> IO r) -> IO r #

uncast :: Ptr RawTView -> (TView -> IO r) -> IO r #

type Raw TView Source # 
Instance details

Defined in HROOT.Graf.TView.RawType

class (ITObject a, ITAttLine a) => ITView a where Source #

Methods

front :: a -> IO () Source #

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

getLatitude :: a -> IO CDouble Source #

getLongitude :: a -> IO CDouble Source #

getPsi :: a -> IO CDouble Source #

isViewChanged :: a -> IO CBool Source #

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

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

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

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

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

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

side :: a -> IO () Source #

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

top :: a -> IO () Source #

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

Instances

Instances details
ITView TView Source # 
Instance details

Defined in HROOT.Graf.TView.Implementation

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 #

ITView TView3D Source # 
Instance details

Defined in HROOT.Graf.TView3D.Implementation

Methods

front :: TView3D -> IO () Source #

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

getLatitude :: TView3D -> IO CDouble Source #

getLongitude :: TView3D -> IO CDouble Source #

getPsi :: TView3D -> IO CDouble Source #

isViewChanged :: TView3D -> IO CBool Source #

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

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

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

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

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

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

side :: TView3D -> IO () Source #

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

top :: TView3D -> IO () Source #

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

upcastTView :: forall a. (FPtr a, ITView a) => a -> TView Source #

downcastTView :: forall a. (FPtr a, ITView a) => TView -> a Source #