1 #ifndef EDVB_PARAMETERSETEDIT_H 2 #define EDVB_PARAMETERSETEDIT_H 10 class TGCompositeFrame;
22 RQ_OBJECT(
"evdb::ParamFrame")
31 std::vector<std::string>& names,
32 std::vector<std::string>&
value,
33 std::vector<TGTextEntry*>& fT2
39 void SetCanvas(TGCanvas *canvas) { fCanvas = canvas; }
54 RQ_OBJECT(
"evdb::ParameterSetEdit")
57 const std::string& module,
58 const std::string& label,
59 const std::string& params,
60 std::string* newpset);
73 TGCompositeFrame*
fF1;
76 TGCompositeFrame*
fF3;
85 std::vector<TGTextEntry*>
fT2;
95 #endif // EDVB_PARAMETERSETEDIT_H
Dialog window to edit a parameter set.
TGGroupFrame * GetFrame() const
std::vector< TGTextEntry * > fT2
std::vector< std::string > fType
std::vector< std::string > fName
Manage all things related to colors for the event display.
void SetCanvas(TGCanvas *canvas)
ParamFrame(const TGWindow *p, std::vector< std::string > &names, std::vector< std::string > &value, std::vector< TGTextEntry * > &fT2)
std::vector< std::string > fValue
std::string * fResult
New parameter set.
Helper class to setup scroll bars in evdb::ParameterSetEdit.
void HandleMouseWheel(Event_t *event)
Event finding and building.