library: libGui #include "TGFSComboBox.h" |
TGTreeLBEntry
class description - header file - source file - inheritance tree (.pdf)
protected:
virtual void DoRedraw()
public:
TGTreeLBEntry(const TGWindow* p = 0, TGString* text = 0, const TGPicture* pic = 0, Int_t id = -1, TGString* path = 0, GContext_t norm = GetDefaultGC()(), FontStruct_t font = GetDefaultFontStruct(), UInt_t options = kHorizontalFrame, Pixel_t back = GetWhitePixel())
TGTreeLBEntry(const TGTreeLBEntry&)
virtual ~TGTreeLBEntry()
virtual void Activate(Bool_t a)
static TClass* Class()
virtual void DrawCopy(Handle_t id, Int_t x, Int_t y)
static FontStruct_t GetDefaultFontStruct()
static const TGGC& GetDefaultGC()
virtual TGDimension GetDefaultSize() const
const TGString* GetPath() const
const TGPicture* GetPicture() const
const TGString* GetText() const
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void Update(TGLBEntry* e)
protected:
TGString* fText entry description
TGString* fPath entry path
const TGPicture* fPic entry picture
TGSelectedPicture* fSelPic selected picture
UInt_t fTWidth width of entry text
UInt_t fTHeight height of entry text
Bool_t fActive true if active
GContext_t fNormGC entry drawing context
FontStruct_t fFontStruct font
static const TGFont* fgDefaultFont
static TGGC* fgDefaultGC
TGFSComboBox, TGTreeLBEntry
This is a combo box that is used in the File Selection dialog box.
It will allow the file path selection.
void DoRedraw()
Redraw the tree listbox entry.
Author: Fons Rademakers 19/01/98
Last update: root/gui:$Name: $:$Id: TGFSComboBox.cxx,v 1.19 2006/07/03 16:10:45 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.