|
enum class | Type {
SYMBOL_PIN
, TEXT
, SYMBOL_REFDES
, SYMBOL_MPN
,
NET_LABEL
, POWER_SYMBOL
, BUS_RIPPER
, PAD
,
PACKAGE_REFDES
, PACKAGE_MPN
} |
|
|
virtual std::list< SearchResult > | search (const SearchQuery &q)=0 |
|
virtual std::set< Type > | get_types () const =0 |
|
virtual std::string | get_display_name (const SearchResult &r)=0 |
|
|
static const std::map< Type, TypeInfo > & | get_type_info () |
|
static const TypeInfo & | get_type_info (Type type) |
|
The documentation for this class was generated from the following files: