HROOT-core-0.10.0.3: Haskell binding to ROOT Core modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Core.TStyle.RawType

Documentation

data RawTStyle Source #

Instances

Instances details
Castable TStyle (Ptr RawTStyle) Source # 
Instance details

Defined in HROOT.Core.TStyle.Cast

Methods

cast :: TStyle -> (Ptr RawTStyle -> IO r) -> IO r #

uncast :: Ptr RawTStyle -> (TStyle -> IO r) -> IO r #

(ITStyle a, FPtr a) => Castable a (Ptr RawTStyle) Source # 
Instance details

Defined in HROOT.Core.TStyle.Cast

Methods

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

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

newtype TStyle Source #

Constructors

TStyle (Ptr RawTStyle) 

Instances

Instances details
ITAttFill TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

ITAttLine TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

ITAttMarker TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

ITAttText TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

ITNamed TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

Methods

setName :: Castable c0 CString => TStyle -> c0 -> IO () Source #

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TStyle -> c0 -> c1 -> IO () Source #

setTitle :: Castable c0 CString => TStyle -> c0 -> IO () Source #

ITObject TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

Methods

clear :: Castable c0 CString => TStyle -> c0 -> IO () Source #

draw :: Castable c0 CString => TStyle -> c0 -> IO () Source #

findObject :: Castable c0 CString => TStyle -> c0 -> IO TObject Source #

getName :: TStyle -> IO CString Source #

isA :: TStyle -> IO TClass Source #

paint :: Castable c0 CString => TStyle -> c0 -> IO () Source #

printObj :: Castable c0 CString => TStyle -> c0 -> IO () Source #

saveAs :: (Castable c1 CString, Castable c0 CString) => TStyle -> c0 -> c1 -> IO () Source #

write :: Castable c0 CString => TStyle -> c0 -> CInt -> CInt -> IO CInt Source #

write_ :: TStyle -> IO CInt Source #

ITStyle TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

Show TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.RawType

FPtr TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.RawType

Associated Types

type Raw TStyle #

Eq TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.RawType

Methods

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

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

Ord TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.RawType

IDeletable TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.Implementation

Methods

delete :: TStyle -> IO () #

Castable TStyle (Ptr RawTStyle) Source # 
Instance details

Defined in HROOT.Core.TStyle.Cast

Methods

cast :: TStyle -> (Ptr RawTStyle -> IO r) -> IO r #

uncast :: Ptr RawTStyle -> (TStyle -> IO r) -> IO r #

type Raw TStyle Source # 
Instance details

Defined in HROOT.Core.TStyle.RawType