library: libGui
#include "TGPicture.h"

TGSelectedPicture


class description - header file - source file - inheritance tree (.pdf)

class TGSelectedPicture : public TGPicture

Inheritance Chart:
TObject
TRefCnt
<-
TGPicture
<-
TGSelectedPicture

    protected:
TGSelectedPicture(const TGSelectedPicture& gp) static TGGC& GetSelectedGC() TGSelectedPicture& operator=(const TGSelectedPicture& gp) public:
TGSelectedPicture(const TGClient* client, const TGPicture* p) virtual ~TGSelectedPicture() static TClass* Class() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const TGClient* fClient client to which selected picture belongs static TGGC* fgSelectedGC

Class Description

                                                                      
 TGPicture & TGPicturePool                                            
                                                                      
 The TGPicture class implements pictures and icons used in the        
 different GUI elements and widgets. The TGPicturePool class          
 implements a TGPicture cache. TGPictures are created, managed and    
 destroyed by the TGPicturePool.                                      
                                                                      

TGSelectedPicture(const TGClient *client, const TGPicture *p)
 Create a "selected" looking picture based on the original TGPicture.
~TGSelectedPicture()
 Delete selected picture.
TGGC & GetSelectedGC()
 Return selection graphics context in use.
TGSelectedPicture(const TGSelectedPicture& gp)
TGSelectedPicture& operator=(const TGSelectedPicture& gp)

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.