ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TGObject Class Reference

Definition at line 36 of file TGObject.h.

Public Member Functions

 TGObject ()
 
 TGObject (const TGObject &tgo)
 
virtual ~TGObject ()
 
Handle_t GetId () const
 
TGClientGetClient () const
 
ULong_t Hash () const
 Return hash value for this object. More...
 
Bool_t IsEqual (const TObject *obj) const
 Equal comparison (TGObjects are equal if they have the same window identifier). More...
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Clear (Option_t *="")
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare abstract method. More...
 
virtual void Copy (TObject &object) const
 Copy this to obj. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current pad. More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual Option_tGetOption () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
virtual Bool_t IsSortable () const
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
virtual void ls (Option_t *option="") const
 The ls function lists the contents of a class on stdout. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual void Print (Option_t *option="") const
 This method must be overridden when a class wants to print itself. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 
voidoperator new (size_t sz)
 
voidoperator new[] (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
void ResetBit (UInt_t f)
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
void InvertBit (UInt_t f)
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 

Protected Member Functions

TGObjectoperator= (const TGObject &tgo)
 
- Protected Member Functions inherited from TObject
void MakeZombie ()
 
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 

Protected Attributes

Handle_t fId
 
TGClientfClient
 

Additional Inherited Members

- Public Types inherited from TObject
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4),
  kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 

#include <TGObject.h>

+ Inheritance diagram for TGObject:
+ Collaboration diagram for TGObject:

Constructor & Destructor Documentation

TGObject::TGObject ( )
inline

Definition at line 48 of file TGObject.h.

TGObject::TGObject ( const TGObject tgo)
inline

Definition at line 49 of file TGObject.h.

virtual TGObject::~TGObject ( )
inlinevirtual

Definition at line 50 of file TGObject.h.

Member Function Documentation

TGClient* TGObject::GetClient ( ) const
inline
Handle_t TGObject::GetId ( ) const
inline

Definition at line 52 of file TGObject.h.

Referenced by TGMdiMainFrame::AddMdiFrame(), TGMainFrame::BindKey(), TGTextEdit::BreakLine(), TEveBrowser::CalculateReparentXY(), TGTransientFrame::CenterOnParent(), TGuiBldDragManager::CheckTargetAtPoint(), ClassImp(), TGView::Clear(), TGTextView::Clear(), TGCanvas::ClearViewPort(), TGSelectBox::CloseWindow(), TRootCanvas::CreateCanvas(), TGLSAViewer::CreateMenus(), TGLWidget::CreateWindow(), TGTextEdit::DelChar(), TGTextEdit::Delete(), TRootContextMenu::DisplayPopup(), TH1Editor::DoBinPressed(), TFitEditor::DoFit(), TH1Editor::DoHistView(), TH2Editor::DoHistView(), TGuiBldDragManager::DoResize(), TGraphEditor::DoShape(), TPieEditor::DoShape(), TGDNDManager::Drag(), TGMdiWinResizer::DrawBox(), TGTextEdit::DrawCursor(), TGuiBldDragManager::DrawGrabRectangles(), TGuiBldDragManager::DrawLasso(), TGTextView::DrawRegion(), TGuiBldDragManager::Drop(), Editor::Editor(), TGComboBoxPopup::EndPopup(), TGuiBldDragManager::FindCompositeFrame(), TGDNDManager::FindWindow(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), TGClient::GetColorByName(), TGMdiMainFrame::GetDecorFrame(), TGClient::GetHilite(), TGClient::GetShadow(), TGuiBldDragManager::GrabFrame(), TGLEventHandler::GrabMouse(), TGuiBldDragManager::HandleAlignment(), TGuiBldDragManager::HandleButon3Pressed(), TGLEventHandler::HandleButton(), TGVSplitter::HandleButton(), TGMdiWinResizer::HandleButton(), TGComboBox::HandleButton(), TGTextEdit::HandleButton(), TGHSplitter::HandleButton(), TTVLVContainer::HandleButton(), TGedSelect::HandleButton(), TGTextView::HandleButton(), TGContainer::HandleButton(), TGColorSelect::HandleButton(), TGTabElement::HandleButton(), TGHScrollBar::HandleButton(), TGTextEntry::HandleButton(), TGVScrollBar::HandleButton(), TGMdiTitleBar::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGuiBldDragManager::HandleButtonPress(), TGuiBldDragManager::HandleButtonRelease(), TGuiBldDragManager::HandleClientMessage(), TGMdiDecorFrame::HandleConfigureNotify(), TGLWidget::HandleCrossing(), TGTextEdit::HandleCrossing(), TGTextView::HandleCrossing(), TGuiBldDragManager::HandleDelete(), TGDNDManager::HandleDNDDrop(), TGDNDManager::HandleDNDStatus(), TGTextEdit::HandleDoubleClick(), TGContainer::HandleDoubleClick(), TGMdiTitleBar::HandleDoubleClick(), TGCompositeFrame::HandleDragEnter(), TGCompositeFrame::HandleDragLeave(), TGView::HandleExpose(), TGContainer::HandleExpose(), TGTextEdit::HandleFocusChange(), TGHtml::HandleHtmlInput(), TGuiBldDragManager::HandleKey(), TGMenuBar::HandleKey(), TGSplitButton::HandleKey(), TGTextEdit::HandleMotion(), TTVLVContainer::HandleMotion(), TGContainer::HandleMotion(), TGTextView::HandleMotion(), TGLBContainer::HandleMotion(), TGuiBldDragManager::HandlePaste(), TGuiBldDragManager::HandleReturn(), TGToolTip::HandleTimer(), TGPopupMenu::HandleTimer(), TGuiBldDragManager::InEditable(), TGTextEdit::Init(), TGTextEdit::InsChar(), TGButtonGroup::Insert(), IsParentOfGrab(), TGListView::LayoutHeader(), TGuiBldDragManager::MapGlobalDialog(), TGSplitFrame::MapToSPlitTool(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TSessionServerFrame::OnBtnConnectClicked(), TSessionQueryFrame::OnBtnFinalize(), TSessionQueryFrame::OnBtnRetrieve(), TNewChainDlg::OnDoubleClick(), TGuiBldDragManager::PlaceFrame(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TGWindow::Print(), TGFrame::Print(), TGClient::ProcessEventsFor(), TGMdiTitleBar::ProcessMessage(), TRootCanvas::RaiseWindow(), TGuiBldDragManager::RecognizeGesture(), TGHtml::Redraw(), TGClient::RegisterPopup(), TGClient::RegisterWindow(), TGMdiMainFrame::RemoveMdiFrame(), TGDNDManager::RemoveRootProxy(), TGuiBldDragManager::ReparentFrames(), TGWindow::ReparentWindow(), TGClient::ResetWaitFor(), TGMdiMainFrame::Restore(), TGuiBldDragManager::Save(), TGuiBldDragManager::SaveFrame(), TGMainFrame::SaveFrameAsCodeOrImage(), TRootGuiBuilder::SaveProject(), TGView::ScrollCanvas(), TGHtmlBrowser::Selected(), TGuiBldDragManager::SelectFrame(), TGMainFrame::SendCloseMessage(), TGDNDManager::SendDNDDrop(), TGDNDManager::SendDNDEnter(), TGDNDManager::SendDNDFinished(), TGDNDManager::SendDNDLeave(), TGDNDManager::SendDNDPosition(), TGDNDManager::SendDNDStatus(), TGEventHandler::SendMessage(), TGFrame::SendMessage(), TGLContext::SetContext(), TGMdiMainFrame::SetCurrent(), TGuiBldDragManager::SetCursorType(), TGuiBldDragManager::SetEditable(), TGViewPort::SetHPos(), TGSplitButton::SetMenuState(), TGedEditor::SetModel(), TGDNDManager::SetRootProxy(), TGMenuTitle::SetState(), TEveContextMenu::SetupAndPopup(), TGViewPort::SetVPos(), TGedEditor::Show(), TFitEditor::Show(), TSessionViewer::ShowEnabledPackages(), TSessionViewer::ShowLog(), TSessionViewer::ShowPackages(), TSessionViewer::ShowStatus(), TGuiBldDragManager::StartDrag(), TGDNDManager::StartDrag(), TestDialog::TestDialog(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TFitEditor::TFitEditor(), TGeoTreeDialog::TGeoTreeDialog(), TGLWidget::TGLWidget(), TGSelectBox::TGSelectBox(), TGSelectedPicture::TGSelectedPicture(), TGTransientFrame::TGTransientFrame(), TNewChainDlg::TNewChainDlg(), TNewQueryDlg::TNewQueryDlg(), TRootBrowser::TRootBrowser(), TStyleManager::TStyleManager(), TUploadDataSetDlg::TUploadDataSetDlg(), TGDockableFrame::UndockContainer(), TGMdiMainFrame::UpdateWinListMenu(), TGClient::WaitFor(), TGClient::WaitForUnmap(), and TGDNDManager::~TGDNDManager().

ULong_t TGObject::Hash ( ) const
inlinevirtual

Return hash value for this object.

Reimplemented from TObject.

Definition at line 54 of file TGObject.h.

Bool_t TGObject::IsEqual ( const TObject obj) const
virtual

Equal comparison (TGObjects are equal if they have the same window identifier).

If the TGObjects have not been created by the Window manager (e.g. a TGLVEntry), then fall back to the default TObject equal comparison

Reimplemented from TObject.

Definition at line 68 of file TGObject.cxx.

TGObject& TGObject::operator= ( const TGObject tgo)
inlineprotected

Definition at line 43 of file TGObject.h.

Referenced by TGWindow::operator=(), and TGGCPool::operator=().

virtual void TGObject::SaveAs ( const char *  filename = "",
Option_t option = "" 
) const
virtual

Save this object in the file specified by filename.

  • if "filename" contains ".root" the object is saved in filename as root binary file.
  • if "filename" contains ".xml" the object is saved in filename as a xml ascii file.
  • if "filename" contains ".cc" the object is saved in filename as C code independant from ROOT. The code is generated via SavePrimitive(). Specific code should be implemented in each object to handle this option. Like in TF1::SavePrimitive().
  • otherwise the object is written to filename as a CINT/C++ script. The C++ code to rebuild this object is generated via SavePrimitive(). The "option" parameter is passed to SavePrimitive. By default it is an empty string. It can be used to specify the Draw option in the code generated by SavePrimitive.

    The function is available via the object context menu.

Reimplemented from TObject.

Referenced by TRootCanvas::ProcessMessage().

Member Data Documentation

TGClient* TGObject::fClient
protected

Definition at line 41 of file TGObject.h.

Referenced by TGTreeLBEntry::Activate(), TGedEditor::ActivateEditor(), TGFileBrowser::Add(), TRootGuiBuilder::AddAction(), TGToolBar::AddButton(), TGuiBldDragManager::AddClassMenuMethods(), TGuiBldDragManager::AddDialogMethods(), TGFileContainer::AddFile(), TUploadDataSetDlg::AddFiles(), TGListTree::AddItem(), TGFileBrowser::AddKey(), TRootGuiBuilder::AddMacro(), TGMenuBar::AddPopup(), TestShutter::AddShutterItem(), TGHtml::AllocColor(), TTreeViewer::AppendTree(), TGMainFrame::BindKey(), TUploadDataSetDlg::BrowseFiles(), TGTextEditor::Build(), TGSpeedo::Build(), TSessionFrame::Build(), TSessionViewer::Build(), TTreeViewer::BuildInterface(), TGeoShapeDialog::BuildListTree(), TGTransientFrame::CenterOnParent(), TGFrame::ChangeBackground(), TGuiBldDragManager::ChangeBackgroundColor(), TGuiBldDragManager::ChangeBarColor(), TGToolBar::ChangeIcon(), TGuiBldDragManager::ChangeImage(), TGuiBldDragManager::ChangePicture(), TGuiBldDragManager::ChangeProperties(), TSessionViewer::ChangeRightLogo(), TGuiBldNameFrame::ChangeSelected(), TGuiBldHintsEditor::ChangeSelected(), TGuiBldEditor::ChangeSelected(), TGSlider::ChangeSliderPic(), TGCompositeFrame::ChangeSubframesBackground(), TGTab::ChangeTab(), TGuiBldDragManager::ChangeTextColor(), TGuiBldDragManager::ChangeTextFont(), TGuiBldDragManager::CheckTargetAtPoint(), ClassImp(), TSessionViewer::CleanupSession(), TUploadDataSetDlg::ClearFiles(), TGContainer::ClearViewPort(), TGCanvas::ClearViewPort(), TGuiBldDragManager::CloneEditable(), TFunctionParametersDialog::CloseWindow(), TFitParametersDialog::CloseWindow(), TRootGuiBuilder::CloseWindow(), TSessionViewer::CloseWindow(), TGuiBldDragManager::Compact(), TRootBrowserLite::CreateBrowser(), TRootBrowser::CreateBrowser(), TRootCanvas::CreateCanvas(), TGSlider::CreateDisabledPicture(), TGPictureButton::CreateDisabledPicture(), TRootContextMenu::CreateMenu(), TGuiBldDragManager::CreatePropertyEditor(), TGuiBldDragManager::DeleteFrame(), TGListTree::DeleteItem(), TSessionViewer::DeleteQuery(), TRootContextMenu::Dialog(), TGLabel::Disable(), TGedSelect::Disable(), TGColorSelect::Disable(), TGSpeedo::DisableThreshold(), TRootContextMenu::DisplayPopup(), TFitEditor::DoAdvancedOptions(), TH1Editor::DoApply(), TH2Editor::DoApply(), TH1Editor::DoBinMoved(), TH2Editor::DoBinMoved(), TH1Editor::DoBinPressed(), TH2Editor::DoBinPressed(), TH1Editor::DoBinReleased1(), TH2Editor::DoBinReleased1(), TFitEditor::DoDataSet(), TFitEditor::DoEnteredFunction(), TTreeViewer::DoError(), TFitEditor::DoFit(), TGuiBldDragManager::DoMove(), TH1Editor::DoOffsetMoved(), TH2Editor::DoOffsetMoved(), TFitParametersDialog::DoParBound(), TFunctionParametersDialog::DoParMaxLimit(), TFitParametersDialog::DoParMaxLimit(), TFunctionParametersDialog::DoParMinLimit(), TFitParametersDialog::DoParMinLimit(), TFunctionParametersDialog::DoParValue(), TFitParametersDialog::DoParValue(), TGColorDialog::DoPreview(), TGLabel::DoRedraw(), TGTextButton::DoRedraw(), TGuiBldDragManager::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGSplitButton::DoRedraw(), TGuiBldDragManager::DoReplace(), TGuiBldDragManager::DoResize(), TH1Editor::DoSliderMoved(), TF1Editor::DoSliderXMoved(), TH2Editor::DoSliderXMoved(), TF1Editor::DoSliderXPressed(), TF1Editor::DoSliderXReleased(), TH2Editor::DoSliderYMoved(), TGFileBrowser::DoubleClicked(), TFitEditor::DoUserDialog(), TGuiBldHintsButton::DrawCenterX(), TGuiBldHintsButton::DrawCenterY(), TGTreeLBEntry::DrawCopy(), TGTextLBEntry::DrawCopy(), TGLVEntry::DrawCopy(), TGLineLBEntry::DrawCopy(), TGuiBldHintsButton::DrawExpandX(), TGuiBldHintsButton::DrawExpandY(), TGuiBldDragManager::DrawGrabRectangles(), TGuiBldDragManager::DrawLasso(), TGTableHeaderFrame::DrawRegion(), TGContainer::DrawRegion(), TGuiBldDragManager::Drop(), TTreeViewer::EditExpression(), TTreeViewer::Empty(), TTVLVContainer::EmptyAll(), TGLabel::Enable(), TGedSelect::Enable(), TGColorSelect::Enable(), TRootGuiBuilder::ExecuteAction(), TRootBrowserLite::ExecuteDefaultAction(), TGTextEditor::ExecuteMacro(), TGuiBldDragManager::FindCompositeFrame(), TRootGuiBuilder::FindEditableMdiFrame(), TGContainer::FindFrameByName(), TGuiBldDragManager::FindLayoutFrame(), TGuiBldDragManager::FindMdiFrame(), TGProgressBar::Format(), TGMdiMainFrame::FreeSize(), TGuiBldDragManager::GetBtnEnableParent(), GetClient(), TGFrame::GetDragType(), TGuiBldDragManager::GetEditableParent(), TGFileContainer::GetFilePictures(), TFitEditor::GetFitFunction(), TGHtml::GetFont(), TGFontDialog::GetFontName(), TGuiBldDragManager::GetFramesInside(), TGWindow::GetMainFrame(), TGuiBldNameFrame::GetMdi(), TGuiBldDragManager::GetMovableParent(), TGFontPool::GetNativeFont(), TGFileBrowser::GetObjPicture(), TGContainer::GetObjPicture(), TGuiBldDragManager::GetResizableParent(), TGFrame::GetResourcePool(), TGTextEditor::Goto(), TGuiBldDragManager::GrabFrame(), TGuiBldDragManager::HandleAction(), TGuiBldDragManager::HandleAlignment(), TGuiBldDragManager::HandleButon3Pressed(), TGVSplitter::HandleButton(), TGTripleVSlider::HandleButton(), TGComboBox::HandleButton(), TGButton::HandleButton(), TGTextEdit::HandleButton(), TGHSplitter::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TTVLVContainer::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGTextEntry::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGCheckButton::HandleButton(), TGMenuBar::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), TGuiBldDragManager::HandleButtonPress(), TGuiBldDragManager::HandleButtonRelease(), TRootGuiBuilder::HandleButtons(), TGuiBldDragManager::HandleClientMessage(), TGSplitFrame::HandleConfigureNotify(), TGVSlider::HandleConfigureNotify(), TGHSlider::HandleConfigureNotify(), TGuiBldDragManager::HandleConfigureNotify(), TGuiBldDragManager::HandleCopy(), TGDockButton::HandleCrossing(), TGuiBldDragManager::HandleDelete(), TGTextView::HandleDNDDrop(), TGCompositeFrame::HandleDragDrop(), TGCompositeFrame::HandleDragEnter(), TGCompositeFrame::HandleDragLeave(), TGuiBldDragManager::HandleEvent(), TGFrame::HandleEvent(), TGWindow::HandleExpose(), TGView::HandleExpose(), TGContainer::HandleExpose(), TGTextEdit::HandleFocusChange(), TGTextEntry::HandleFocusChange(), TGuiBldDragManager::HandleGrid(), TGTextEdit::HandleKey(), TGTextEntry::HandleKey(), TGTextButton::HandleKey(), TGuiBldDragManager::HandleKey(), TGCheckButton::HandleKey(), TGRadioButton::HandleKey(), TGSplitButton::HandleKey(), TGuiBldDragManager::HandleLayoutOrder(), TRootGuiBuilder::HandleMenu(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGVSlider::HandleMotion(), TGHSlider::HandleMotion(), TGDoubleVSlider::HandleMotion(), TGDoubleHSlider::HandleMotion(), TGListTree::HandleMotion(), TGMenuBar::HandleMotion(), TGuiBldDragManager::HandlePaste(), TGuiBldDragManager::HandleReturn(), TGSplitButton::HandleSButton(), TGTextEdit::HandleSelection(), TGTextEntry::HandleSelectionClear(), TGSplitButton::HandleSKey(), TGToolTip::HandleTimer(), TGuiBldDragManager::HandleTimerEvent(), TGuiBldDragManager::HandleUpdateSelected(), TRootGuiBuilder::HandleWindowClosed(), TGuiBldDragManager::HighlightCompositeFrame(), TRootBrowserLite::HistoryBackward(), TRootBrowserLite::HistoryForward(), TRootBrowserLite::IconBoxAction(), TGuiBldDragManager::IgnoreEvent(), TGuiBldDragManager::InEditable(), TGTextEdit::Init(), TGTextEntry::Init(), TGComboBox::Init(), TGTextButton::Init(), TGCheckButton::Init(), TGRadioButton::Init(), TRootGuiBuilder::InitMenu(), TGWindow::IsEditable(), TGCompositeFrame::IsEditable(), TGTextEditor::IsSaved(), TGuiBldDragManager::IsSelectedVisible(), TGLabel::Layout(), TGHScrollBar::Layout(), TGVScrollBar::Layout(), TGTextButton::Layout(), TGSplitButton::Layout(), TGTextEditor::LoadFile(), TGuiBldHintsEditor::MatrixLayout(), TRootGuiBuilder::MaybeCloseWindow(), TGuiBldDragManager::Menu4Frame(), TGuiBldDragManager::Menu4Lasso(), TRootGuiBuilder::NewProject(), TNewQueryDlg::OnBrowseChain(), TEditQueryFrame::OnBrowseChain(), TNewQueryDlg::OnBrowseSelector(), TEditQueryFrame::OnBrowseSelector(), TSessionServerFrame::OnBtnAddClicked(), TSessionFrame::OnBtnAddClicked(), TNewQueryDlg::OnBtnCloseClicked(), TSessionServerFrame::OnBtnConnectClicked(), TSessionServerFrame::OnBtnDeleteClicked(), TSessionFrame::OnBtnDisconnectClicked(), TSessionFrame::OnBtnDownClicked(), TSessionFrame::OnBtnGetQueriesClicked(), TSessionServerFrame::OnBtnNewServerClicked(), TSessionFrame::OnBtnRemoveClicked(), TSessionQueryFrame::OnBtnRetrieve(), TEditQueryFrame::OnBtnSave(), TNewQueryDlg::OnBtnSaveClicked(), TSessionQueryFrame::OnBtnSubmit(), TSessionFrame::OnBtnUpClicked(), TSessionFrame::OnClearPackages(), TSessionServerFrame::OnConfigFileClicked(), TSessionFrame::OnDisablePackages(), TSessionOutputFrame::OnElementDblClicked(), TSessionFrame::OnEnablePackages(), TSessionViewer::OnListTreeClicked(), TSessionFrame::OnUploadPackages(), TRootGuiBuilder::OpenProject(), operator=(), TGTextEntry::PastePrimary(), TGProgressBar::Percent(), TGuiBldDragManager::PlaceFrame(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TGMsgBox::PMsgBox(), TRootDialog::Popup(), TGColorPopup::PreviewAlphaColor(), TGColorPopup::PreviewColor(), TGTextEdit::Print(), TGWindow::Print(), TRootCanvas::PrintCanvas(), TGTextEditor::PrintText(), TGHtmlBrowser::ProcessMessage(), TGTextEditor::ProcessMessage(), TGComboBox::ProcessMessage(), TGFileDialog::ProcessMessage(), TestMainFrame::ProcessMessage(), TGPrintDialog::ProcessMessage(), TGTextEdit::ProcessMessage(), TRootCanvas::ProcessMessage(), TRootBrowserLite::ProcessMessage(), TestMsgBox::ProcessMessage(), TGColorDialog::ProcessMessage(), TestSliders::ProcessMessage(), TTreeViewer::ProcessMessage(), TSessionViewer::ProcessMessage(), TSessionViewer::QueryResultReady(), TSessionViewer::ReadConfiguration(), TGuiBldDragManager::RecognizeGesture(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TRootBrowserLite::Refresh(), TEveCompositeFrame::RelinquishEveWindow(), TGComboBox::RemoveAll(), TGComboBox::RemoveEntry(), TUploadDataSetDlg::RemoveFile(), TGPack::RemoveFrameInternal(), TGuiBldDragManager::ReparentFrames(), TGContainer::RepeatSearch(), TGIcon::Reset(), TGProgressBar::Reset(), TGSpeedo::ResetPeakVal(), TSessionViewer::ResetSession(), TGIcon::Resize(), TGuiBldGeometryFrame::ResizeSelected(), TGTextEntry::ReturnPressed(), TGuiBldDragManager::Save(), TGTextEditor::SaveFile(), TGTextEdit::SaveFile(), TGTextEditor::SaveFileAs(), TGuiBldDragManager::SaveFrame(), TGMainFrame::SaveFrameAsCodeOrImage(), TGLabel::SavePrimitive(), TRootGuiBuilder::SaveProject(), TGTextEdit::Search(), TGContainer::Search(), TGListTree::Search(), TGuiBldDragManager::SelectFrame(), TGuiBldNameFrame::SelectFrameByItem(), TGLabel::Set3DStyle(), TGFontDialog::SetAlign(), TGTextEntry::SetAlignment(), TGProgressBar::SetBarColor(), TGProgressBar::SetBarType(), TGFontDialog::SetColor(), TEveCompositeFrame::SetCurrent(), TEveCompositeFrameInTab::SetCurrent(), TGuiBldDragManager::SetCursorType(), TTVLVEntry::SetCutType(), TGPictureButton::SetDisabledPicture(), TGTextEntry::SetEchoMode(), TGWindow::SetEditable(), TGuiBldDragManager::SetEditable(), TGCompositeFrame::SetEditable(), TGScrollBarElement::SetEnabled(), TGTab::SetEnabled(), TGComboBox::SetEnabled(), TTVLVEntry::SetExpression(), TGProgressBar::SetFillType(), TGTableCell::SetFont(), TGTextView::SetFont(), TGTextEntry::SetFont(), TGTextButton::SetFont(), TGSplitButton::SetFont(), TGProgressBar::SetForegroundColor(), TGTextEntry::SetFrameDrawn(), TGMainFrame::SetIconPixmap(), TGIcon::SetImage(), TGTextEntry::SetInsertMode(), TTVLVEntry::SetItemName(), TGuiBldHintsEditor::SetMatrixSep(), TGSpeedo::SetMeanValue(), TF1Editor::SetModel(), TGMainFrame::SetMWMHints(), TGIcon::SetPicture(), TGIconLBEntry::SetPicture(), TGPictureButton::SetPicture(), TGTripleVSlider::SetPointerPos(), TGTripleHSlider::SetPointerPos(), TGuiBldHintsEditor::SetPosition(), TGSlider::SetPosition(), TGDoubleSlider::SetPosition(), TGHScrollBar::SetPosition(), TGVScrollBar::SetPosition(), TGHScrollBar::SetRange(), TGVScrollBar::SetRange(), TTVLVEntry::SetSmallPic(), TGScrollBarElement::SetState(), TGSlider::SetState(), TGTextEntry::SetState(), TGMenuTitle::SetState(), TGTextEntry::SetText(), TGTabElement::SetText(), TGSplitButton::SetText(), TGLabel::SetTextColor(), TGTextEntry::SetTextColor(), TGTextButton::SetTextColor(), TGGroupFrame::SetTextColor(), TGLabel::SetTextFont(), TGGroupFrame::SetTextFont(), TGGroupFrame::SetTitle(), TGMdiTitleBar::SetTitleBarColors(), TTVLVEntry::SetToolTipText(), TGButton::SetToolTipText(), TGImageMap::SetToolTipText(), TGTextEntry::SetToolTipText(), TGListTree::SetToolTipText(), TTreeViewer::SetTree(), TTreeViewer::SetTreeName(), TGFileItem::SetViewMode(), TGLVEntry::SetViewMode(), TGMdiDecorFrame::SetWindowIcon(), TGMainFrame::SetWMPosition(), TGMainFrame::SetWMSize(), TGMainFrame::SetWMSizeHints(), TGMainFrame::SetWMState(), TGSplitTool::Show(), TGButtonGroup::Show(), TGedEditor::Show(), TRootCanvas::ShowEditor(), TSessionViewer::ShowEnabledPackages(), TSessionViewer::ShowInfo(), TSessionViewer::ShowLog(), TSessionViewer::ShowPackages(), TGProgressBar::ShowPos(), TGHProgressBar::ShowPosition(), TSessionViewer::ShowStatus(), TRootCanvas::ShowStatusBar(), TSessionFrame::ShutdownSession(), TGuiBldEditor::SwitchLayout(), TGuiBldDragManager::SwitchLayout(), TRootGuiBuilder::SwitchToolbarButton(), TGTextEntry::TabPressed(), TestDialog::TestDialog(), TestMainFrame::TestMainFrame(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TEveGedEditor::TEveGedEditor(), TGTextEntry::TextChanged(), TFitEditor::TFitEditor(), TGColorDialog::TGColorDialog(), TGColorPalette::TGColorPalette(), TGColorSelect::TGColorSelect(), TGDoubleHSlider::TGDoubleHSlider(), TGDoubleVSlider::TGDoubleVSlider(), TGedNameFrame::TGedNameFrame(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFileContainer::TGFileContainer(), TGFileDialog::TGFileDialog(), TGFontPool::TGFontPool(), TGFontTypeComboBox::TGFontTypeComboBox(), TGFSComboBox::TGFSComboBox(), TGGotoDialog::TGGotoDialog(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGLabel::TGLabel(), TGLineLBEntry::TGLineLBEntry(), TGLVEntry::TGLVEntry(), TGMainFrame::TGMainFrame(), TGMdiButtons::TGMdiButtons(), TGMdiTitleBar::TGMdiTitleBar(), TGMdiTitleIcon::TGMdiTitleIcon(), TGMenuBar::TGMenuBar(), TGMsgBox::TGMsgBox(), TGPictureButton::TGPictureButton(), TGPopupMenu::TGPopupMenu(), TGPrintDialog::TGPrintDialog(), TGShutterItem::TGShutterItem(), TGSplitButton::TGSplitButton(), TGToolTip::TGToolTip(), TGTripleHSlider::TGTripleHSlider(), TGuiBldDragManager::TGuiBldDragManager(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), TGWindow::TGWindow(), TNewChainDlg::TNewChainDlg(), TNewQueryDlg::TNewQueryDlg(), TRootBrowserLite::ToSystemDirectory(), TRootGuiBuilder::TRootGuiBuilder(), TUploadDataSetDlg::TUploadDataSetDlg(), TGDockableFrame::UndockContainer(), TGuiBldDragManager::UnmapAllPopups(), TGTreeLBEntry::Update(), TGFSComboBox::Update(), TRootGuiBuilder::Update(), TGLineLBEntry::Update(), TGuiBldEditor::UpdateBackground(), TGuiBldEditor::UpdateBorder(), TGListTree::UpdateChecked(), TGuiBldEditor::UpdateForeground(), TSessionQueryFrame::UpdateInfos(), TNewChainDlg::UpdateList(), TSessionFrame::UpdateListOfDataSets(), TGuiBldNameFrame::UpdateName(), TSessionFrame::UpdatePackages(), TGView::UpdateRegion(), TUploadDataSetDlg::UploadDataSet(), TGCheckButton::~TGCheckButton(), TGComboBox::~TGComboBox(), TGDoubleHSlider::~TGDoubleHSlider(), TGDoubleVSlider::~TGDoubleVSlider(), TGedMarkerPopup::~TGedMarkerPopup(), TGedSelect::~TGedSelect(), TGFileBrowser::~TGFileBrowser(), TGFileContainer::~TGFileContainer(), TGFileDialog::~TGFileDialog(), TGFontDialog::~TGFontDialog(), TGGroupFrame::~TGGroupFrame(), TGHSlider::~TGHSlider(), TGHSplitter::~TGHSplitter(), TGHtml::~TGHtml(), TGIcon::~TGIcon(), TGIconLBEntry::~TGIconLBEntry(), TGLabel::~TGLabel(), TGLineLBEntry::~TGLineLBEntry(), TGMdiMainFrame::~TGMdiMainFrame(), TGPictureButton::~TGPictureButton(), TGRadioButton::~TGRadioButton(), TGScrollBar::~TGScrollBar(), TGScrollBarElement::~TGScrollBarElement(), TGShapedFrame::~TGShapedFrame(), TGSpeedo::~TGSpeedo(), TGTextButton::~TGTextButton(), TGToolBar::~TGToolBar(), TGTripleHSlider::~TGTripleHSlider(), TGTripleVSlider::~TGTripleVSlider(), TGVSlider::~TGVSlider(), TGVSplitter::~TGVSplitter(), and TGWindow::~TGWindow().

Handle_t TGObject::fId
protected

Definition at line 40 of file TGObject.h.

Referenced by TGFrame::AddInput(), TGMainFrame::BindKey(), TRootGuiBuilder::BindKeys(), TGMenuBar::BindKeys(), TGSplitButton::BindKeys(), TGMenuBar::BindMenu(), TGSplitButton::BindMenuKeys(), TGTextEditor::Build(), TGSpeedo::Build(), TGFrame::ChangeBackground(), TGDoubleSlider::ChangeCursor(), ClassImp(), TGTextView::Copy(), TGTextEntry::CopyText(), TRootBrowserLite::CreateBrowser(), TRootCanvas::CreateCanvas(), TGWindow::DestroySubwindows(), TGWindow::DestroyWindow(), TGDragWindow::DoRedraw(), TGIcon::DoRedraw(), TGTreeLBEntry::DoRedraw(), TGTableCell::DoRedraw(), TGButtonGroup::DoRedraw(), TGDockButton::DoRedraw(), TGedMarkerSelect::DoRedraw(), TGSplitTool::DoRedraw(), TGDockHideButton::DoRedraw(), TGSpeedo::DoRedraw(), TGFileItem::DoRedraw(), TGColorPalette::DoRedraw(), TGedPatternFrame::DoRedraw(), TGTextEntry::DoRedraw(), TGLVEntry::DoRedraw(), TGTextLBEntry::DoRedraw(), TGHProgressBar::DoRedraw(), TGColorPick::DoRedraw(), TGVSlider::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGVProgressBar::DoRedraw(), TGedPatternSelect::DoRedraw(), TGHSlider::DoRedraw(), TGLineLBEntry::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGTextButton::DoRedraw(), TGMdiTitleIcon::DoRedraw(), TGFrame::DoRedraw(), TGDoubleHSlider::DoRedraw(), TGIconLBEntry::DoRedraw(), TGPictureButton::DoRedraw(), TGMenuTitle::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGSplitButton::DoRedraw(), TGGroupFrame::DoRedraw(), TGFrame::Draw3dRectangle(), TGHorizontal3DLine::DrawBorder(), TGTableCell::DrawBorder(), TGDockButton::DrawBorder(), TGVertical3DLine::DrawBorder(), TGToolTip::DrawBorder(), TGStatusBar::DrawBorder(), TGColorFrame::DrawBorder(), TGSplitTool::DrawBorder(), TGScrollBarElement::DrawBorder(), TGVSplitter::DrawBorder(), TGedPatternFrame::DrawBorder(), TGComboBox::DrawBorder(), TGView::DrawBorder(), TGButtonGroup::DrawBorder(), TGMdiVerticalWinResizer::DrawBorder(), TGHSplitter::DrawBorder(), TGTextEntry::DrawBorder(), TGMdiHorizontalWinResizer::DrawBorder(), TGMdiCornerWinResizer::DrawBorder(), TGTabElement::DrawBorder(), TGPopupMenu::DrawBorder(), TGCanvas::DrawBorder(), TGListBox::DrawBorder(), TGGroupFrame::DrawBorder(), TGuiBldHintsButton::DrawCenterX(), TGuiBldHintsButton::DrawCenterY(), TGPopupMenu::DrawCheckMark(), TRootContextMenu::DrawEntry(), TGPopupMenu::DrawEntry(), TGuiBldHintsButton::DrawExpandX(), TGuiBldHintsButton::DrawExpandY(), TGColorPalette::DrawFocusHilite(), TGColorPick::DrawHScursor(), TGuiBldDragManager::DrawLasso(), TGColorPick::DrawLcursor(), TGSpeedo::DrawNeedle(), TGTripleVSlider::DrawPointer(), TGTripleHSlider::DrawPointer(), TGPopupMenu::DrawRCheckMark(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), TGLabel::DrawText(), TGedSelect::DrawTriangle(), TGColorSelect::DrawTriangle(), TGSplitButton::DrawTriangle(), TGPopupMenu::DrawTrianglePattern(), TGHtml::GetGC(), GetId(), TRootCanvas::GetWindowGeometry(), TGVSplitter::HandleButton(), TGTripleVSlider::HandleButton(), TGMdiWinResizer::HandleButton(), TGComboBox::HandleButton(), TGButton::HandleButton(), TGTextEdit::HandleButton(), TGHSplitter::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TTVLVContainer::HandleButton(), TGedSelect::HandleButton(), TGContainer::HandleButton(), TGColorSelect::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGTextEntry::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGMdiTitleBar::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGMdiDecorFrame::HandleButton(), TGCheckButton::HandleButton(), TGMenuBar::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), TGMdiContainer::HandleConfigureNotify(), TGScrollBarElement::HandleCrossing(), TGVSplitter::HandleCrossing(), TGButton::HandleCrossing(), TGHSplitter::HandleCrossing(), TGListTree::HandleCrossing(), TGCompositeFrame::HandleDragEnter(), TGCompositeFrame::HandleDragLeave(), TGuiBldDragManager::HandleEvent(), TGFrame::HandleEvent(), TGMenuBar::HandleKey(), TGSplitButton::HandleKey(), TGClient::HandleMaskEvent(), TRootContextMenu::HandleMotion(), TGSplitTool::HandleMotion(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGContainer::HandleMotion(), TGMdiTitleBar::HandleMotion(), TGListTree::HandleMotion(), TGMenuBar::HandleMotion(), TGHeaderFrame::HandleMotion(), TGHtml::HandleMotion(), TGSplitButton::HandleSButton(), TGScrollBar::HandleTimer(), TGTextView::HandleTimer(), TGPopupMenu::HandleTimer(), TGDragWindow::HasWindow(), TGListTree::HighlightItem(), TGWindow::IconifyWindow(), TGTextEntry::Init(), TGComboBox::Init(), TGTextButton::Init(), TGSplitButton::Init(), IsEqual(), TGWindow::IsMapped(), TGDragWindow::Layout(), TGListTree::LineDown(), TGListTree::LineUp(), TGWindow::LowerWindow(), TGWindow::MapRaised(), TGWindow::MapSubwindows(), TGWindow::MapWindow(), TGWindow::Move(), TGWindow::MoveResize(), TGContainer::OnAutoScroll(), TGLBContainer::OnAutoScroll(), TGImageMap::OnMouseOut(), TGImageMap::OnMouseOver(), operator=(), TGTextEntry::Paste(), TGTextEdit::Paste(), TGListTree::PDeleteItem(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TGWindow::Print(), TGFrame::Print(), TGWindow::RaiseWindow(), TGMainFrame::RemoveBind(), TGFrame::RemoveInput(), TGWindow::ReparentWindow(), TGWindow::RequestFocus(), TGIcon::Resize(), TGWindow::Resize(), TGTextEntry::SetAlignment(), TGWindow::SetBackgroundColor(), TGWindow::SetBackgroundPixmap(), TGMainFrame::SetClassHints(), TGMainFrame::SetIconName(), TGMainFrame::SetIconPixmap(), TTVLVEntry::SetItemName(), TGSplitButton::SetMenuState(), TGMainFrame::SetMWMHints(), TGIcon::SetPicture(), TGLVEntry::SetPictures(), TGMenuTitle::SetState(), TGLabel::SetTextJustify(), TGTextButton::SetTextJustify(), TGLVEntry::SetViewMode(), TGWindow::SetWindowName(), TGMainFrame::SetWindowName(), TGMainFrame::SetWMPosition(), TGMainFrame::SetWMSize(), TGMainFrame::SetWMSizeHints(), TGMainFrame::SetWMState(), TGSplitTool::Show(), TEveGedNameTextButton::TEveGedNameTextButton(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGColorPopup::TGColorPopup(), TGContainer::TGContainer(), TGedPopup::TGedPopup(), TGHeaderFrame::TGHeaderFrame(), TGHScrollBar::TGHScrollBar(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGImageMap::TGImageMap(), TGLabel::TGLabel(), TGListTree::TGListTree(), TGMainFrame::TGMainFrame(), TGMdiCornerWinResizer::TGMdiCornerWinResizer(), TGMdiHorizontalWinResizer::TGMdiHorizontalWinResizer(), TGMdiVerticalWinResizer::TGMdiVerticalWinResizer(), TGMdiWinResizer::TGMdiWinResizer(), TGMenuBar::TGMenuBar(), TGPopupMenu::TGPopupMenu(), TGToolTip::TGToolTip(), TGTransientFrame::TGTransientFrame(), TGuiBldDragManager::TGuiBldDragManager(), TGVScrollBar::TGVScrollBar(), TGVSlider::TGVSlider(), TGVSplitter::TGVSplitter(), TGWindow::TGWindow(), TileFrame::TileFrame(), TRootGuiBuilder::TRootGuiBuilder(), TGWindow::UnmapWindow(), TGTreeLBEntry::Update(), and TGFSComboBox::Update().


The documentation for this class was generated from the following files: