|
bool | addEntry (Long_t id, const std::string &txt) |
|
const std::map< Long_t, std::string > & | entryMap () const |
|
| FWEnumParameter () |
|
| FWEnumParameter (FWParameterizable *iParent, const std::string &iName, const long &iDefault=0, long iMin=-1, long iMax=-1) |
|
template<class K > |
| FWEnumParameter (FWParameterizable *iParent, const std::string &iName, K iCallback, const long &iDefault=0, long iMin=-1, long iMax=-1) |
|
| FWEnumParameter (const FWEnumParameter &)=delete |
|
const FWEnumParameter & | operator= (const FWEnumParameter &)=delete |
|
| FWGenericParameterWithRange (void) |
|
| FWGenericParameterWithRange (FWParameterizable *iParent, const std::string &iName, const T &iDefault=T(), T iMin=-1, T iMax=-1) |
|
template<class K > |
| FWGenericParameterWithRange (FWParameterizable *iParent, const std::string &iName, K iCallback, const T &iDefault=T(), T iMin=-1, T iMax=-1) |
|
T | max () const |
|
T | min () const |
|
void | addTo (FWConfiguration &iTo) const override |
|
| FWGenericParameter () |
|
| FWGenericParameter (FWParameterizable *iParent, const std::string &iName, const T &iDefault=T()) |
|
template<class K > |
| FWGenericParameter (FWParameterizable *iParent, const std::string &iName, K iCallback, const T &iDefault=T()) |
|
| FWGenericParameter (const FWGenericParameter &)=delete |
|
const FWGenericParameter & | operator= (const FWGenericParameter &)=delete |
|
void | set (T iValue) |
|
void | setFrom (const FWConfiguration &iFrom) override |
|
T | value () const |
|
| FWParameterBase (FWParameterizable *iParent, const std::string &iName) |
|
| FWParameterBase (const FWParameterBase &)=delete |
|
const std::string & | name () const |
|
const FWParameterBase & | operator= (const FWParameterBase &)=delete |
|
| ~FWParameterBase () override |
|
| FWConfigurable () |
|
| FWConfigurable (const FWConfigurable &)=delete |
|
const FWConfigurable & | operator= (const FWConfigurable &)=delete |
|
virtual | ~FWConfigurable () |
|
Description: Specialization of FWLongParameter to allow drop-down menu GUI.
Usage: <usage>
Definition at line 30 of file FWEnumParameter.h.