KiCad PCB EDA Suite
|
#include <pin_numbers.h>
Classes | |
struct | less |
Public Types | |
typedef container_type::value_type | value_type |
typedef container_type::iterator | iterator |
typedef container_type::const_iterator | const_iterator |
Public Member Functions | |
wxString | GetSummary () const |
wxString | GetDuplicates () const |
Gets a formatted string of all the pins that have duplicate numbers. | |
void | insert (value_type const &v) |
container_type::size_type | size () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Static Public Member Functions | |
static int | Compare (const wxString &lhs, const wxString &rhs) |
Private Types | |
typedef std::set< wxString, less > | container_type |
Static Private Member Functions | |
static wxString | getNextSymbol (const wxString &str, wxString::size_type &cursor) |
Private Attributes | |
container_type | pins |
std::set< wxString > | duplicate_pins |
Definition at line 32 of file pin_numbers.h.
typedef container_type::const_iterator PIN_NUMBERS::const_iterator |
Definition at line 61 of file pin_numbers.h.
|
private |
Definition at line 54 of file pin_numbers.h.
typedef container_type::iterator PIN_NUMBERS::iterator |
Definition at line 60 of file pin_numbers.h.
typedef container_type::value_type PIN_NUMBERS::value_type |
Definition at line 59 of file pin_numbers.h.
|
inline |
Definition at line 77 of file pin_numbers.h.
References pins.
Referenced by getNextSymbol(), and GetSummary().
|
inline |
Definition at line 79 of file pin_numbers.h.
References pins.
|
static |
Definition at line 130 of file pin_numbers.cpp.
References getNextSymbol(), res, v1, and v2.
Referenced by BOOST_AUTO_TEST_CASE(), SCH_PIN_TABLE_DATA_MODEL::compare(), PIN_TABLE_DATA_MODEL::compare(), GetSummary(), and PIN_NUMBERS::less::operator()().
|
inline |
|
inline |
Definition at line 80 of file pin_numbers.h.
References pins.
wxString PIN_NUMBERS::GetDuplicates | ( | ) | const |
Gets a formatted string of all the pins that have duplicate numbers.
Definition at line 110 of file pin_numbers.cpp.
References _, and duplicate_pins.
Referenced by DIALOG_LIB_EDIT_PIN_TABLE::updateSummary().
|
staticprivate |
Definition at line 30 of file pin_numbers.cpp.
References begin(), and cursor.
Referenced by Compare().
wxString PIN_NUMBERS::GetSummary | ( | ) | const |
Definition at line 70 of file pin_numbers.cpp.
References begin(), Compare(), and end().
Referenced by DIALOG_LIB_EDIT_PIN_TABLE::updateSummary().
|
inline |
Definition at line 63 of file pin_numbers.h.
References duplicate_pins, and pins.
Referenced by DIALOG_LIB_EDIT_PIN_TABLE::updateSummary().
|
inline |
Definition at line 75 of file pin_numbers.h.
References pins.
|
private |
Definition at line 84 of file pin_numbers.h.
Referenced by GetDuplicates(), and insert().
|
private |