LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Helper class to setup scroll bars in evdb::ParameterSetEdit. More...
#include "ParameterSetEdit.h"
Public Member Functions | |
ParamFrame (const TGWindow *p, std::vector< std::string > &names, std::vector< std::string > &value, std::vector< TGTextEntry * > &fT2) | |
virtual | ~ParamFrame () |
TGGroupFrame * | GetFrame () const |
void | SetCanvas (TGCanvas *canvas) |
void | HandleMouseWheel (Event_t *event) |
int | GetHeight () const |
int | GetWidth () const |
Private Attributes | |
TGGroupFrame * | fFrame |
TGCanvas * | fCanvas |
TGMatrixLayout * | fML |
Helper class to setup scroll bars in evdb::ParameterSetEdit.
Definition at line 21 of file ParameterSetEdit.h.
evdb::ParamFrame::ParamFrame | ( | const TGWindow * | p, |
std::vector< std::string > & | names, | ||
std::vector< std::string > & | value, | ||
std::vector< TGTextEntry * > & | fT2 | ||
) |
|
inlinevirtual |
|
inline |
Definition at line 37 of file ParameterSetEdit.h.
References fFrame.
Referenced by evdb::ParameterSetEdit::ParameterSetEdit().
int evdb::ParamFrame::GetHeight | ( | ) | const |
Definition at line 115 of file ParameterSetEdit.cxx.
References fFrame.
Referenced by evdb::ParameterSetEdit::ParameterSetEdit(), and SetCanvas().
int evdb::ParamFrame::GetWidth | ( | ) | const |
void evdb::ParamFrame::HandleMouseWheel | ( | Event_t * | event | ) |
|
inline |
Definition at line 39 of file ParameterSetEdit.h.
References GetHeight(), GetWidth(), and HandleMouseWheel().
Referenced by evdb::ParameterSetEdit::ParameterSetEdit().
|
private |
Definition at line 26 of file ParameterSetEdit.h.
Referenced by HandleMouseWheel(), and ParamFrame().
|
private |
Definition at line 25 of file ParameterSetEdit.h.
Referenced by GetFrame(), GetHeight(), GetWidth(), ParamFrame(), and ~ParamFrame().
|
private |
Definition at line 27 of file ParameterSetEdit.h.
Referenced by ParamFrame().