| 
    KiCad PCB EDA Suite
    
   | 
 
Collection of utility functions for component reference designators (refdes) More...
#include <wx/string.h>Go to the source code of this file.
Namespaces | |
| namespace | UTIL | 
| A model subscriber implementation using links to represent connections.  | |
Functions | |
| 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.   | |
Collection of utility functions for component reference designators (refdes)
Definition in file refdes_utils.h.