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