TKeyMapFile
class description - source file - inheritance tree
public:
TKeyMapFile TKeyMapFile()
TKeyMapFile TKeyMapFile(Text_t* name, Text_t* classname, TMapFile* mapfile)
TKeyMapFile TKeyMapFile(TKeyMapFile&)
virtual void ~TKeyMapFile()
virtual void Browse(TBrowser* b)
TClass* Class()
virtual TClass* IsA()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
private:
TMapFile* fMapFile pointer to map file
Utility class for browsing TMapFile objects.
When the browser is invoked for a TMapFile, a TKeyMapFile object
is created for each object in the mapped file.
When a TKeyMapFile object is clicked in the browser, a new copy
of this object is copied into the local directory and the action
corresponding to object->Browse is executed (typically Draw).
TKeyMapFile() : TNamed()
TKeyMapFile(const Text_t *name, const Text_t *classname, TMapFile *mapfile)
: TNamed(name,classname)
void Browse(TBrowser *b)
Inline Functions
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TKeyMapFile TKeyMapFile(TKeyMapFile&)
void ~TKeyMapFile()
Author: Rene Brun 23/07/97
Last update: 1.02/00 23/07/97 18.41.34 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.