#include <refdes_utils.h>
#include <string_utils.h>
#include <algorithm>
#include <cctype>
Go to the source code of this file.
|
| namespace | UTIL |
| | A model subscriber implementation using links to represent connections.
|
| |
|
| wxString | UTIL::GetRefDesPrefix (const wxString &aRefDes) |
| | Get the (non-numeric) prefix from a refdes - e.g.
|
| |
| wxString | UTIL::GetRefDesUnannotated (const wxString &aRefDes) |
| | Return an unannotated refdes from either a prefix or an existing refdes.
|
| |
| int | UTIL::GetRefDesNumber (const wxString &aRefDes) |
| | Get the numeric suffix from a refdes - e.g.
|
| |
| wxString | UTIL::FormatRefDesRanges (const std::vector< wxString > &aReferences, const wxString &aRefDelimiter, const wxString &aRefRangeDelimiter) |
| | Format a sorted list of reference designators, shortening consecutive sequences of three or more references into ranges.
|
| |