library: libGuiBld
#include "TGuiBldEditor.h"

TGuiBldEditor


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

class TGuiBldEditor : public TGCompositeFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGuiBldEditor

    public:
TGuiBldEditor(const TGWindow* p = 0) TGuiBldEditor(const TGuiBldEditor&) virtual ~TGuiBldEditor() void ChangeSelected(TGFrame*) static TClass* Class() TGuiBldHintsEditor* GetHintsEditor() const TGFrame* GetSelected() const void Hide() virtual TClass* IsA() const Bool_t IsEmbedded() const void Reset() void SetEmbedded(Bool_t e = kTRUE) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void TabSelected(Int_t id) void UpdateBackground(Pixel_t col) void UpdateBorder(Int_t) void UpdateForeground(Pixel_t col) void UpdateSelected(TGFrame* = 0)

Data Members

    private:
TGFrame* fSelected editted frame TGuiBldNameFrame* fNameFrame frame name TGuiBldHintsEditor* fHintsFrame frame hints TGuiBldBorderFrame* fBorderFrame frame border Bool_t fEmbedded kTRUE when it is inside guibuilder TGTab* fTab tab frame Int_t fLayoutId the id of layout tab

Class Description

                                                                      
 TGuiBldEditor - the property editor                                  
                                                                      

TGuiBldEditor(const TGWindow *p)
 Constructor.
~TGuiBldEditor()
 Destructor.
void TabSelected(Int_t id)
 Handle  selected.
void Hide()
 Hide editor.
void ChangeSelected(TGFrame *frame)
 Change selected frame.
void UpdateSelected(TGFrame *frame)
 Update selected frame.
void UpdateBorder(Int_t b)
 update border of  selcted frame
void UpdateBackground(Pixel_t col)
 Update background.
void UpdateForeground(Pixel_t col)
 Update foreground.
void Reset()
 Reset the editor.
TGuiBldEditor(const TGWindow *p = 0)
Bool_t IsEmbedded()
void SetEmbedded(Bool_t e = kTRUE)

Author: Valeriy Onuchin 12/09/04
Last update: root/guibuilder:$Name: $:$Id: TGuiBldEditor.cxx,v 1.13 2006/05/31 09:02:38 antcheva Exp $
Copyright (C) 1995-2004, 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.