47 std::vector<EMBEDDED_FILES*> aFilesStack ) :
64 m_boolColAttr->SetAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
68 g_menuOrientations.push_back(
"0" + EDA_UNIT_UTILS::GetText( EDA_UNITS::DEGREES ) );
69 g_menuOrientations.push_back(
"90" + EDA_UNIT_UTILS::GetText( EDA_UNITS::DEGREES ) );
70 g_menuOrientations.push_back(
"-90" + EDA_UNIT_UTILS::GetText( EDA_UNITS::DEGREES ) );
71 g_menuOrientations.push_back(
"180" + EDA_UNIT_UTILS::GetText( EDA_UNITS::DEGREES ) );
96 m_eval = std::make_unique<NUMERIC_EVALUATOR>(
m_frame->GetUserUnits() );
118 int mandatoryRows = 0;
126 return mandatoryRows;
133 GetView()->ForceRefresh();
157 default: wxFAIL;
return wxEmptyString;
174 return aTypeName == wxGRID_VALUE_STRING;
181 return aTypeName == wxGRID_VALUE_BOOL;
184 return aTypeName == wxGRID_VALUE_NUMBER;
200 wxGridCellAttr::wxAttrKind aKind )
202 const PCB_FIELD& field = this->at( (
size_t) aRow );
266 wxGrid*
grid = GetView();
267 const PCB_FIELD& field = this->at( (
size_t) aRow );
269 if(
grid->GetGridCursorRow() == aRow &&
grid->GetGridCursorCol() == aCol
270 &&
grid->IsCellEditControlShown() )
290 return m_frame->StringFromValue( angle,
true );
299 return wxT(
"bad wxWidgets!" );
306 PCB_FIELD& field = this->at( (
size_t) aRow );
317 wxFAIL_MSG( wxString::Format( wxT(
"column %d doesn't hold a bool value" ), aCol ) );
325 PCB_FIELD& field = this->at( (
size_t) aRow );
332 wxFAIL_MSG( wxString::Format( wxT(
"column %d doesn't hold a long value" ), aCol ) );
340 PCB_FIELD& field = this->at( (
size_t) aRow );
342 wxString value = aValue;
345 value.Trim(
true ).Trim(
false );
355 if(
m_eval->Process( value ) )
380 pos.
x =
m_frame->ValueFromString( value );
382 pos.
y =
m_frame->ValueFromString( value );
388 wxFAIL_MSG( wxString::Format( wxT(
"column %d doesn't hold a string value" ), aCol ) );
392 GetView()->Refresh();
399 PCB_FIELD& field = this->at( (
size_t) aRow );
410 wxFAIL_MSG( wxString::Format( wxT(
"column %d doesn't hold a bool value" ), aCol ) );
420 PCB_FIELD& field = this->at( (
size_t) aRow );
435 wxFAIL_MSG( wxString::Format( wxT(
"column %d doesn't hold a long value" ), aCol ) );
virtual PCB_LAYER_ID GetLayer() const
Return the primary layer this item is on.
virtual bool IsKnockout() const
virtual void SetIsKnockout(bool aKnockout)
virtual void SetLayer(PCB_LAYER_ID aLayer)
Set the layer this item is on.
virtual const BOARD * GetBoard() const
Return the BOARD in which this BOARD_ITEM resides, or NULL if none.
FOOTPRINT * GetParentFootprint() const
VECTOR2I GetFPRelativePosition() const
void SetFPRelativePosition(const VECTOR2I &aPos)
wxString GetLayerName() const
Return the name of the PCB layer on which the item resides.
Information pertinent to a Pcbnew printed circuit board.
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
virtual const wxString & GetText() const
Return the string associated with the text object.
bool IsKeepUpright() const
virtual bool IsVisible() const
virtual int GetTextHeight() const
void SetMirrored(bool isMirrored)
virtual int GetTextWidth() const
virtual void SetTextWidth(int aWidth)
virtual void SetVisible(bool aVisible)
virtual void SetTextHeight(int aHeight)
void SetKeepUpright(bool aKeepUpright)
virtual void SetText(const wxString &aText)
void SetItalic(bool aItalic)
Set the text to be italic - this will also update the font if needed.
This class works around a bug in wxGrid where the first keystroke doesn't get sent through the valida...
virtual void SetValidator(const wxValidator &validator) override
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.
wxGridCellAttr * m_referenceAttr
void onUnitsChanged(wxCommandEvent &aEvent)
void SetValue(int aRow, int aCol, const wxString &aValue) override
bool GetValueAsBool(int aRow, int aCol) override
wxString GetColLabelValue(int aCol) override
bool CanGetValueAs(int aRow, int aCol, const wxString &aTypeName) override
std::map< std::pair< int, int >, wxString > m_evalOriginal
FIELD_VALIDATOR m_nonUrlValidator
PCB_FIELDS_GRID_TABLE(PCB_BASE_FRAME *aFrame, DIALOG_SHIM *aDialog, std::vector< EMBEDDED_FILES * > aFilesStack)
long GetValueAsLong(int aRow, int aCol) override
wxGridCellAttr * m_readOnlyAttr
FIELD_VALIDATOR m_urlValidator
FIELD_VALIDATOR m_valueValidator
wxString GetValue(int aRow, int aCol) override
wxGridCellAttr * GetAttr(int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) override
std::unique_ptr< NUMERIC_EVALUATOR > m_eval
void SetValueAsBool(int aRow, int aCol, bool aValue) override
int GetMandatoryRowCount() const
wxGridCellAttr * m_urlAttr
FIELD_VALIDATOR m_referenceValidator
bool CanSetValueAs(int aRow, int aCol, const wxString &aTypeName) override
FIELD_VALIDATOR m_fieldNameValidator
wxGridCellAttr * m_boolColAttr
wxGridCellAttr * m_layerColAttr
wxGridCellAttr * m_orientationColAttr
wxGridCellAttr * m_valueAttr
void SetValueAsLong(int aRow, int aCol, long aValue) override
bool HasHypertext() const
wxString GetName(bool aUseDefaultName=true) const
Return the field name (not translated).
void SetName(const wxString &aName)
void SetTextThickness(int aWidth) override
The TextThickness is that set by the user.
EDA_ANGLE GetTextAngle() const override
int GetTextThickness() const override
void SetTextAngle(const EDA_ANGLE &aAngle) override
wxGridCellAttr * enhanceAttr(wxGridCellAttr *aInputAttr, int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind)
@ USER
The main config directory (e.g. ~/.config/kicad/)
bool IsBackLayer(PCB_LAYER_ID aLayerId)
Layer classification: check if it's a back layer.
PCB_LAYER_ID ToLAYER_ID(int aLayer)
wxArrayString g_menuOrientations
FIELD_T
The set of all field indices assuming an array like sequence that a SCH_COMPONENT or LIB_PART can hol...
@ DATASHEET
name of datasheet
@ REFERENCE
Field Reference of part, i.e. "IC21".
@ VALUE
Field Value of part, i.e. "3.3K".
VECTOR2< int32_t > VECTOR2I