#include <TGeoTabManager.h>
Inheritance diagram for TGeoMaterialDialog:
Public Member Functions | |
TGeoMaterialDialog (TGFrame *caller, const TGWindow *main, UInt_t w=1, UInt_t h=1) | |
virtual | ~TGeoMaterialDialog () |
virtual void | DoClose () |
virtual void | DoItemClick (TGListTreeItem *item, Int_t btn) |
TGeoMaterialDialog (TGFrame *caller, const TGWindow *main, UInt_t w=1, UInt_t h=1) | |
virtual | ~TGeoMaterialDialog () |
virtual void | DoClose () |
virtual void | DoItemClick (TGListTreeItem *item, Int_t btn) |
Protected Member Functions | |
virtual void | BuildListTree () |
virtual void | ConnectSignalsToSlots () |
virtual void | BuildListTree () |
virtual void | ConnectSignalsToSlots () |
Definition at line 212 of file TGeoTabManager.h.
TGeoMaterialDialog::TGeoMaterialDialog | ( | TGFrame * | caller, | |
const TGWindow * | main, | |||
UInt_t | w = 1 , |
|||
UInt_t | h = 1 | |||
) |
virtual TGeoMaterialDialog::~TGeoMaterialDialog | ( | ) | [inline, virtual] |
Definition at line 220 of file TGeoTabManager.h.
TGeoMaterialDialog::TGeoMaterialDialog | ( | TGFrame * | caller, | |
const TGWindow * | main, | |||
UInt_t | w = 1 , |
|||
UInt_t | h = 1 | |||
) |
virtual TGeoMaterialDialog::~TGeoMaterialDialog | ( | ) | [inline, virtual] |
Definition at line 220 of file TGeoTabManager.h.
void TGeoMaterialDialog::BuildListTree | ( | ) | [protected, virtual] |
Implements TGeoTreeDialog.
Definition at line 587 of file TGeoTabManager.cxx.
References TGListTree::AddItem(), TList::At(), TGeoTreeDialog::fLT, gClient, TGeoManager::GetListOfMaterials(), TNamed::GetName(), TGClient::GetPicture(), TCollection::GetSize(), gGeoManager, i, and NULL.
void TGeoMaterialDialog::ConnectSignalsToSlots | ( | ) | [protected, virtual] |
Implements TGeoTreeDialog.
Definition at line 620 of file TGeoTabManager.cxx.
References TQObject::Connect(), TGeoTreeDialog::fClose, and TGeoTreeDialog::fLT.
void TGeoMaterialDialog::DoClose | ( | ) | [virtual] |
Implements TGeoTreeDialog.
Definition at line 602 of file TGeoTabManager.cxx.
References TGFrame::DeleteWindow().
void TGeoMaterialDialog::DoItemClick | ( | TGListTreeItem * | item, | |
Int_t | btn | |||
) | [virtual] |
Implements TGeoTreeDialog.
Definition at line 609 of file TGeoTabManager.cxx.
References TGeoTreeDialog::DoSelect(), TGListTreeItem::GetUserData(), and kButton1.
virtual void TGeoMaterialDialog::BuildListTree | ( | ) | [protected, virtual] |
Implements TGeoTreeDialog.
virtual void TGeoMaterialDialog::ConnectSignalsToSlots | ( | ) | [protected, virtual] |
Implements TGeoTreeDialog.
virtual void TGeoMaterialDialog::DoClose | ( | ) | [virtual] |
Implements TGeoTreeDialog.
virtual void TGeoMaterialDialog::DoItemClick | ( | TGListTreeItem * | item, | |
Int_t | btn | |||
) | [virtual] |
Implements TGeoTreeDialog.