29 #ifndef STACKUP_PREDEFINED_PRMS_H 30 #define STACKUP_PREDEFINED_PRMS_H 33 #include <wx/string.h> 34 #include <wx/arrstr.h> 35 #include <wx/colour.h> 44 #define KEY_CORE wxT( "core" ) 45 #define KEY_PREPREG wxT( "prepreg" ) 47 #define KEY_COPPER wxT( "copper" ) 53 return _HKI(
"Not specified" );
63 #define DEFAULT_SOLDERMASK_OPACITY 0.83 66 #define DEFAULT_EPSILON_R_SOLDERMASK 3.3 69 #define DEFAULT_EPSILON_R_SILKSCREEN 1.0 130 #endif // #ifndef STACKUP_PREDEFINED_PRMS_H
bool IsPrmSpecified(const wxString &aPrmValue)
#define DEFAULT_SOLDERMASK_OPACITY
COLOR4D WithAlpha(double aAlpha) const
Return a color with the same color, but the given alpha.
int GetColorUserDefinedListIdx()
int GetColorStandardListCount()
wxColor GetColor(BOARD_STACKUP_ITEM_TYPE aItemType) const
wxString NotSpecifiedPrm()
const wxString & GetName() const
wxColour GetDefaultUserColor(BOARD_STACKUP_ITEM_TYPE aType)
Some functions to handle hotkeys in KiCad.
wxArrayString GetCopperFinishStandardList(bool aTranslate)
FAB_LAYER_COLOR(const wxString &aColorName, const wxColor &aColor)
const FAB_LAYER_COLOR * GetColorStandardList()
A color representation with 4 components: red, green, blue, alpha.