25#ifndef TRANSLINE_IDENT_H
26#define TRANSLINE_IDENT_H
33enum class BITMAPS :
unsigned int;
72 const wxString& aDlgLabel = wxEmptyString,
73 const wxString& aToolTip = wxEmptyString,
74 double aValue = 0.0,
bool aConvUnit =
false );
BITMAPS
A list of all bitmap identifiers.
A class to handle a list of parameters of a given transline.
enum TRANSLINE_TYPE_ID m_Type
unsigned GetPrmsCount() const
TRANSLINE_PRM * GetPrm(unsigned aIdx) const
void AddPrm(TRANSLINE_PRM *aParam)
std::vector< TRANSLINE_PRM * > m_prms_List
A class to handle one parameter of transline.