KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL Class Reference

#include <drc_re_abs_length_two_panel.h>

Inheritance diagram for DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL:
DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE DRC_RULE_EDITOR_CONTENT_PANEL_BASE

Public Member Functions

 DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL (wxWindow *aParent, wxString *aConstraintTitle, std::shared_ptr< DRC_RE_ABSOLUTE_LENGTH_TWO_CONSTRAINT_DATA > aConstraintData)
 
 ~DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL () override
 
bool TransferDataToWindow () override
 
bool TransferDataFromWindow () override
 
bool ValidateInputs (int *aErrorCount, std::string *aValidationMessage) override
 
wxString GenerateRule (const RULE_GENERATION_CONTEXT &aContext) override
 
wxStaticBitmap * GetConstraintImage (wxPanel *aParent, BITMAPS aBitMap)
 

Protected Member Functions

wxString buildRule (const RULE_GENERATION_CONTEXT &aContext, const std::vector< wxString > &aConstraintClauses) const
 

Static Protected Member Functions

static wxString sanitizeRuleName (const wxString &aRuleName)
 
static wxString escapeCondition (const wxString &aCondition)
 
static wxString trimTrailingZeros (const wxString &aValue)
 
static wxString formatDouble (double aValue, int aPrecision=6)
 

Protected Attributes

wxBoxSizer * bConstraintImageSizer
 
wxStaticText * m_staticText1
 
wxTextCtrl * m_textMinimumLength
 
wxStaticText * m_staticText2
 
wxStaticText * m_staticText3
 
wxTextCtrl * m_textOptimumLength
 
wxStaticText * m_staticText4
 
wxStaticText * m_staticText5
 
wxTextCtrl * m_textMaximumLength
 
wxStaticText * m_staticText6
 

Private Attributes

std::shared_ptr< DRC_RE_ABSOLUTE_LENGTH_TWO_CONSTRAINT_DATAm_constraintData
 

Detailed Description

Definition at line 28 of file drc_re_abs_length_two_panel.h.

Constructor & Destructor Documentation

◆ DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL()

DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL::DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL ( wxWindow * aParent,
wxString * aConstraintTitle,
std::shared_ptr< DRC_RE_ABSOLUTE_LENGTH_TWO_CONSTRAINT_DATA > aConstraintData )

◆ ~DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL()

DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL::~DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL ( )
override

Definition at line 41 of file drc_re_abs_length_two_panel.cpp.

Member Function Documentation

◆ buildRule()

◆ escapeCondition()

static wxString DRC_RULE_EDITOR_CONTENT_PANEL_BASE::escapeCondition ( const wxString & aCondition)
inlinestaticprotectedinherited

Definition at line 99 of file drc_re_content_panel_base.h.

References CTX_QUOTED_STR, and EscapeString().

Referenced by buildRule().

◆ formatDouble()

static wxString DRC_RULE_EDITOR_CONTENT_PANEL_BASE::formatDouble ( double aValue,
int aPrecision = 6 )
inlinestaticprotectedinherited

◆ GenerateRule()

wxString DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL::GenerateRule ( const RULE_GENERATION_CONTEXT & aContext)
overridevirtual

Implements DRC_RULE_EDITOR_CONTENT_PANEL_BASE.

Definition at line 98 of file drc_re_abs_length_two_panel.cpp.

References m_constraintData.

◆ GetConstraintImage()

◆ sanitizeRuleName()

static wxString DRC_RULE_EDITOR_CONTENT_PANEL_BASE::sanitizeRuleName ( const wxString & aRuleName)
inlinestaticprotectedinherited

Definition at line 68 of file drc_re_content_panel_base.h.

References result.

Referenced by buildRule().

◆ TransferDataFromWindow()

◆ TransferDataToWindow()

◆ trimTrailingZeros()

static wxString DRC_RULE_EDITOR_CONTENT_PANEL_BASE::trimTrailingZeros ( const wxString & aValue)
inlinestaticprotectedinherited

Definition at line 104 of file drc_re_content_panel_base.h.

References result.

Referenced by formatDouble().

◆ ValidateInputs()

bool DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL::ValidateInputs ( int * aErrorCount,
std::string * aValidationMessage )
overridevirtual

Member Data Documentation

◆ bConstraintImageSizer

wxBoxSizer* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::bConstraintImageSizer
protectedinherited

◆ m_constraintData

std::shared_ptr<DRC_RE_ABSOLUTE_LENGTH_TWO_CONSTRAINT_DATA> DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL::m_constraintData
private

◆ m_staticText1

wxStaticText* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_staticText1
protectedinherited

◆ m_staticText2

wxStaticText* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_staticText2
protectedinherited

◆ m_staticText3

wxStaticText* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_staticText3
protectedinherited

◆ m_staticText4

wxStaticText* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_staticText4
protectedinherited

◆ m_staticText5

wxStaticText* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_staticText5
protectedinherited

◆ m_staticText6

wxStaticText* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_staticText6
protectedinherited

◆ m_textMaximumLength

wxTextCtrl* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_textMaximumLength
protectedinherited

◆ m_textMinimumLength

wxTextCtrl* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_textMinimumLength
protectedinherited

◆ m_textOptimumLength

wxTextCtrl* DRC_RE_ABSOLUTE_LENGTH_TWO_PANEL_BASE::m_textOptimumLength
protectedinherited

The documentation for this class was generated from the following files: