GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Extension of ROOT TNamed class. More...
#include <TGo4FitNamed.h>
Public Member Functions | |
TGo4FitNamed () | |
Default constructor. | |
TGo4FitNamed (const char *Name, const char *Title, TNamed *Owner=nullptr) | |
Creates TGo4FitNamed object and set name and title. | |
virtual | ~TGo4FitNamed () |
Destroy TGo4FitNamed object. | |
const char * | GetFullName () |
Returns full name of object. | |
TNamed * | GetOwner () |
Return owner of object. | |
const char * | GetOwnerFullName () |
Return full name of owner. | |
void | Print (Option_t *option="") const override |
void | SetOwner (TNamed *iOwner) |
Sets owner of object. | |
Private Attributes | |
TString | fxFullName |
String, containing full name of object. | |
TNamed * | fxOwner {nullptr} |
Owner of object. | |
Extension of ROOT TNamed class.
In addition to TNamed class property has owner and provides additional GetFullName() method. Full name consist of full name (if exists) of owner and name of object itself, divided by dot. For instance: "OwnerName.ObjectName". If owner has its owner, the full name will look like: "Owner1Name.Owner2Name.ObjectName". Any level of ownership is supported. Thus, full name shows hierarchy of ownership for given object.
Definition at line 25 of file TGo4FitNamed.h.
TGo4FitNamed::TGo4FitNamed | ( | ) |
Default constructor.
Definition at line 18 of file TGo4FitNamed.cxx.
References fxFullName, and fxOwner.
Referenced by TGo4FitParameter::TGo4FitParameter(), TGo4FitParameter::TGo4FitParameter(), TGo4FitParameter::TGo4FitParameter(), TGo4FitParameter::TGo4FitParameter(), TGo4FitParameter::TGo4FitParameter(), TGo4FitParsList::TGo4FitParsList(), TGo4FitParsList::TGo4FitParsList(), TGo4FitParsList::TGo4FitParsList(), TGo4FitSlot::TGo4FitSlot(), TGo4FitSlot::TGo4FitSlot(), TGo4FitSlot::TGo4FitSlot(), TGo4FitterAction::TGo4FitterAction(), TGo4FitterAction::TGo4FitterAction(), TGo4FitSlot::CheckOwnership(), GetOwnerFullName(), Print(), and TGo4FitParsList::SetParsOwner().
TGo4FitNamed::TGo4FitNamed | ( | const char * | Name, |
const char * | Title, | ||
TNamed * | Owner = nullptr ) |
Creates TGo4FitNamed object and set name and title.
Definition at line 20 of file TGo4FitNamed.cxx.
References fxFullName, and fxOwner.
|
virtual |
Destroy TGo4FitNamed object.
Definition at line 25 of file TGo4FitNamed.cxx.
const char * TGo4FitNamed::GetFullName | ( | ) |
Returns full name of object.
Consist of name or full name (if exist) of owner, divided by dot.
Definition at line 37 of file TGo4FitNamed.cxx.
References fxFullName, and GetOwnerFullName().
Referenced by TGo4FitPanel::ChangeObjectName(), TGo4FitSlotList::ClearObjects(), TGo4FitterAbstract::CopyParsValuesFrom(), TGo4FitPanel::FillNamedWidget(), TGo4FitPanel::FillParsTable(), TGo4FitPanel::FillPopupForSlot(), TGo4FitParsList::Find(), TGo4FitSlotList::FindSlot(), TGo4FitComponent::GetAmplFullName(), GetOwnerFullName(), TGo4FitParsList::GetParFullName(), TGo4FitParameter::Print(), TGo4FitSlotList::SetObject(), and TGo4FitSlotList::SetSaveFlagForObjects().
|
inline |
Return owner of object.
Definition at line 64 of file TGo4FitNamed.h.
References fxOwner.
Referenced by TGo4FitPanel::ChangeObjectName(), TGo4FitSlot::CheckOwnership(), TGo4FitPanel::FillNamedWidget(), TGo4FitPanel::FillSlotsList(), QFitSlotWidget::FillSpecificData(), TGo4FitParsList::Find(), TGo4FitPanel::FindPadWhereData(), and GetOwnerFullName().
const char * TGo4FitNamed::GetOwnerFullName | ( | ) |
Return full name of owner.
If not exist, return just name of owner.
Definition at line 27 of file TGo4FitNamed.cxx.
References TGo4FitNamed(), GetFullName(), and GetOwner().
Referenced by TGo4FitSlotList::CheckObjects(), TGo4FitSlotList::ClearObjects(), TGo4FitParsList::Find(), GetFullName(), TGo4FitSlotList::SetObject(), and TGo4FitSlotList::SetSaveFlagForObjects().
|
override |
Definition at line 52 of file TGo4FitNamed.cxx.
References TGo4FitNamed().
Referenced by TGo4FitAmplEstimation::Print(), TGo4FitComponent::Print(), TGo4FitLinearTrans::Print(), TGo4FitMatrixTrans::Print(), TGo4FitMinuit::Print(), TGo4FitPeakFinder::Print(), TGo4FitterAbstract::Print(), TGo4FitterConfig::Print(), and TGo4FitterOutput::Print().
|
inline |
Sets owner of object.
Owner should be a object of TNamed or derived classes. If owner derived from TGo4FitNamed class, full name of owner used for constructing of full name of object.
Definition at line 59 of file TGo4FitNamed.h.
References fxOwner.
Referenced by TGo4FitSlot::TGo4FitSlot(), TGo4FitParsList::AddPar(), TGo4FitModel::AssignToData(), TGo4FitSlot::CheckOwnership(), TGo4Fitter::Draw(), TGo4FitParsList::InsertPar(), TGo4FitSlot::SetDefaults(), and TGo4FitParsList::SetParsOwner().
|
private |
String, containing full name of object.
Definition at line 78 of file TGo4FitNamed.h.
Referenced by TGo4FitNamed(), TGo4FitNamed(), and GetFullName().
|
private |
Owner of object.
Definition at line 73 of file TGo4FitNamed.h.
Referenced by TGo4FitNamed(), TGo4FitNamed(), GetOwner(), and SetOwner().