Demonstrates usage of simple configuration via TEveParamList class.
public:
{
TQObject::Connect(
"TEveParamList",
"ParamChanged(char*)",
"TParamFollower",
this,
"OnParamChanged(char*)");
}
{
}
{
printf(
"Change in param-list '%s', parameter '%s'.\n",
pl->GetElementName(),
parameter);
}
};
{
}
#define ClassDef(name, id)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TEveManager * gEve
R__EXTERN void * gTQSender
static TEveManager * Create(Bool_t map_window=kTRUE, Option_t *opt="FIV")
If global TEveManager* gEve is not set initialize it.
TGListTreeItem * AddToListTree(TEveElement *re, Bool_t open, TGListTree *lt=nullptr)
Collection of named parameters.
This is the ROOT implementation of the Qt object communication mechanism (see also http://www....
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.
Bool_t Disconnect(const char *signal=nullptr, void *receiver=nullptr, const char *slot=nullptr)
Disconnects signal of this object from slot of receiver.
- Author
- Matevz Tadel
Definition in file paramlist.C.