HROOT-core-0.8: Haskell binding to ROOT Core modules

Safe HaskellNone

HROOT.Core.TNamed

Synopsis

Documentation

class ITObject a => ITNamed a whereSource

Class TNamed reference : http:root.cern.ch

Methods

setName :: a -> CString -> IO ()Source

setNameTitle :: a -> CString -> CString -> IO ()Source

setTitle :: a -> CString -> IO ()Source

SetTitle method

 SetTitle( char* name, char* title ) 

newTNamed :: CString -> CString -> IO TNamedSource

constructor :

 TNamed( char* name, char* title)