FACT++  1.0
const char* MVideoCtrl::GetTitle ( ) const
inline

Definition at line 44 of file MVideo.h.

References Tools::Form().

44 { return Form("Range=[%d;%d] Step=%d Def=%d", fMinimum, fMaximum, fStep, fDefault); }
Int_t fMaximum
Definition: MVideo.h:34
Int_t fStep
Definition: MVideo.h:35
std::string Form(const char *fmt,...)
Definition: tools.cc:45
Int_t fDefault
Definition: MVideo.h:36
Int_t fMinimum
Definition: MVideo.h:33

+ Here is the call graph for this function: