library: libGui #include "TGPicture.h" |
TGPicturePool
class description - header file - source file - inheritance tree (.pdf)
protected:
TGPicturePool(const TGPicturePool&)
TGPicturePool& operator=(const TGPicturePool&)
public:
TGPicturePool(const TGClient* client, const char* path)
virtual ~TGPicturePool()
static TClass* Class()
void FreePicture(const TGPicture* pic)
const char* GetPath() const
const TGPicture* GetPicture(const char* name)
const TGPicture* GetPicture(const char* name, char** xpm)
const TGPicture* GetPicture(const char* name, UInt_t new_width, UInt_t new_height)
const TGPicture* GetPicture(const char* name, Pixmap_t pxmap, Pixmap_t mask = 0)
virtual TClass* IsA() const
virtual void Print(Option_t* option = "") const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
const TGClient* fClient client for which we keep icon pool
TString fPath icon search path
THashTable* fPicList hash table containing the icons
Author: Fons Rademakers 01/01/98
Last update: root/gui:$Name: $:$Id: TGPicture.cxx,v 1.28 2006/07/09 05:27:54 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - 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.