KiCad PCB EDA Suite
|
Schematic symbol object. More...
#include <sch_symbol.h>
Public Types | |
enum | COMPARE_FLAGS : int { UNIT = 0x01 , EQUALITY = 0x02 , ERC = 0x04 , SKIP_TST_POS = 0x08 } |
The list of flags used by the compare function. More... | |
Public Member Functions | |
SCH_SYMBOL () | |
SCH_SYMBOL (const LIB_SYMBOL &aSymbol, const LIB_ID &aLibId, const SCH_SHEET_PATH *aSheet, int aUnit, int aBodyStyle=0, const VECTOR2I &aPosition=VECTOR2I(0, 0), EDA_ITEM *aParent=nullptr) | |
Create schematic symbol from library symbol object. | |
SCH_SYMBOL (const LIB_SYMBOL &aSymbol, const SCH_SHEET_PATH *aSheet, const PICKED_SYMBOL &aSel, const VECTOR2I &aPosition=VECTOR2I(0, 0), EDA_ITEM *aParent=nullptr) | |
SCH_SYMBOL (const SCH_SYMBOL &aSymbol) | |
Clone aSymbol into a new schematic symbol object. | |
~SCH_SYMBOL () | |
wxString | GetClass () const override |
Return the class name. | |
bool | IsMissingLibSymbol () const |
Check to see if the library symbol is set to the dummy library symbol. | |
const std::vector< SCH_SYMBOL_INSTANCE > & | GetInstances () const |
bool | GetInstance (SCH_SYMBOL_INSTANCE &aInstance, const KIID_PATH &aSheetPath, bool aTestFromEnd=false) const |
void | RemoveInstance (const SCH_SHEET_PATH &aInstancePath) |
void | RemoveInstance (const KIID_PATH &aInstancePath) |
bool | IsMovableFromAnchorPoint () const override |
Return true for items which are moved with the anchor point at mouse cursor and false for items moved with no reference to anchor. | |
void | SetLibId (const LIB_ID &aName) |
const LIB_ID & | GetLibId () const override |
wxString | GetSymbolIDAsString () const |
void | SetSchSymbolLibraryName (const wxString &aName) |
The name of the symbol in the schematic library symbol list. | |
wxString | GetSchSymbolLibraryName () const |
bool | UseLibIdLookup () const |
std::unique_ptr< LIB_SYMBOL > & | GetLibSymbolRef () |
const std::unique_ptr< LIB_SYMBOL > & | GetLibSymbolRef () const |
void | SetLibSymbol (LIB_SYMBOL *aLibSymbol) |
Set this schematic symbol library symbol reference to aLibSymbol. | |
wxString | GetDescription () const override |
wxString | GetKeyWords () const override |
wxString | GetDatasheet () const |
Return the documentation text for the given part alias. | |
void | UpdatePins () |
Updates the cache of SCH_PIN objects for each pin. | |
wxString | GetUnitDisplayName (int aUnit, bool aLabel) const override |
Return the display name for a given unit aUnit. | |
wxString | GetBodyStyleDescription (int aBodyStyle, bool aLabel) const override |
void | SetBodyStyle (int aBodyStyle) override |
wxString | GetPrefix () const |
void | SetPrefix (const wxString &aPrefix) |
void | UpdatePrefix () |
Set the prefix based on the current reference designator. | |
wxString | SubReference (int aUnit, bool aAddSeparator=true) const |
int | GetUnitCount () const override |
Return the number of units per package of the symbol. | |
bool | IsMultiUnit () const override |
int | GetBodyStyleCount () const override |
Return the number of body styles of the symbol. | |
bool | IsMultiBodyStyle () const override |
bool | HasDeMorganBodyStyles () const override |
void | SetOrientation (int aOrientation) |
Compute the new transform matrix based on aOrientation for the symbol which is applied to the current transform. | |
int | GetOrientation () const override |
Get the display symbol orientation. | |
void | SetOrientationProp (SYMBOL_ORIENTATION_PROP aAngle) |
Orientation/mirroring access for property manager. | |
SYMBOL_ORIENTATION_PROP | GetOrientationProp () const |
void | SetMirrorX (bool aMirror) |
bool | GetMirrorX () const |
void | SetMirrorY (bool aMirror) |
bool | GetMirrorY () const |
void | GetContextualTextVars (wxArrayString *aVars) const |
Return the list of system text vars & fields for this symbol. | |
bool | ResolveTextVar (const SCH_SHEET_PATH *aPath, wxString *token, int aDepth=0) const |
Resolve any references to system tokens supported by the symbol. | |
void | GetMsgPanelInfo (EDA_DRAW_FRAME *aFrame, std::vector< MSG_PANEL_ITEM > &aList) override |
Populate aList of MSG_PANEL_ITEM objects with it's internal state for display purposes. | |
void | ClearAnnotation (const SCH_SHEET_PATH *aSheetPath, bool aResetPrefix) |
Clear exiting symbol annotation. | |
bool | AddSheetPathReferenceEntryIfMissing (const KIID_PATH &aSheetPath) |
Add an instance to the alternate references list (m_instanceReferences), if this entry does not already exist. | |
const BOX2I | GetBoundingBox () const override |
Return the orthogonal bounding box of this object for display purposes. | |
BOX2I | GetBodyBoundingBox () const override |
Return a bounding box for the symbol body but not the pins or fields. | |
BOX2I | GetBodyAndPinsBoundingBox () const override |
Return a bounding box for the symbol body and pins but not the fields. | |
SCH_FIELD * | GetField (FIELD_T aFieldType) |
Return a mandatory field in this symbol. | |
const SCH_FIELD * | GetField (FIELD_T aFieldNdx) const |
SCH_FIELD * | GetField (const wxString &aFieldName) |
Return a field in this symbol. | |
const SCH_FIELD * | GetField (const wxString &aFieldName) const |
void | GetFields (std::vector< SCH_FIELD * > &aVector, bool aVisibleOnly) const override |
Populate a std::vector with SCH_FIELDs, sorted in ordinal order. | |
std::vector< SCH_FIELD > & | GetFields () |
Return a reference to the vector holding the symbol's fields. | |
const std::vector< SCH_FIELD > & | GetFields () const |
SCH_FIELD * | AddField (const SCH_FIELD &aField) |
Add a field to the symbol. | |
void | RemoveField (const wxString &aFieldName) |
Remove a user field from the symbol. | |
void | RemoveField (SCH_FIELD *aField) |
SCH_FIELD * | FindFieldCaseInsensitive (const wxString &aFieldName) |
Search for a SCH_FIELD with aFieldName. | |
const wxString | GetRef (const SCH_SHEET_PATH *aSheet, bool aIncludeUnit=false) const override |
const wxString | GetValue (bool aResolve, const SCH_SHEET_PATH *aPath, bool aAllowExtraText) const override |
void | SetValueFieldText (const wxString &aValue) |
const wxString | GetFootprintFieldText (bool aResolve, const SCH_SHEET_PATH *aPath, bool aAllowExtraText) const |
void | SetFootprintFieldText (const wxString &aFootprint) |
wxString | GetRefProp () const |
void | SetRefProp (const wxString &aRef) |
wxString | GetValueProp () const |
void | SetValueProp (const wxString &aRef) |
int | GetUnitProp () const |
void | SetUnitProp (int aUnit) |
wxString | GetBodyStyleProp () const override |
void | SetBodyStyleProp (const wxString &aBodyStyle) override |
void | UpdateFields (const SCH_SHEET_PATH *aPath, bool aUpdateStyle, bool aUpdateRef, bool aUpdateOtherFields, bool aResetRef, bool aResetOtherFields) |
Restore fields to the original library values. | |
void | SyncOtherUnits (const SCH_SHEET_PATH &aSourceSheet, SCH_COMMIT &aCommit, PROPERTY_BASE *aProperty) |
Keep fields other than the reference, include/exclude flags, and alternate pin assignments in sync in multi-unit parts. | |
int | GetNextFieldOrdinal () const |
Return the next ordinal for a user field for this symbol. | |
void | AutoplaceFields (SCH_SCREEN *aScreen, AUTOPLACE_ALGO aAlgo) override |
Automatically orient all the fields in the symbol. | |
void | RunOnChildren (const std::function< void(SCH_ITEM *)> &aFunction, RECURSE_MODE aMode) override |
SCH_PIN * | GetPin (const wxString &number) const |
Find a symbol pin by number. | |
std::vector< SCH_PIN * > | GetLibPins () const |
Populate a vector with all the pins from the library object that match the current unit and bodyStyle. | |
std::vector< SCH_PIN * > | GetAllLibPins () const |
size_t | GetFullPinCount () const |
SCH_PIN * | GetPin (SCH_PIN *aLibPin) const |
const SCH_PIN * | GetPin (const VECTOR2I &aPosition) const |
Return the SCH_PIN object found at aPosition. | |
std::vector< SCH_PIN * > | GetPins (const SCH_SHEET_PATH *aSheet) const |
Retrieve a list of the SCH_PINs for the given sheet path. | |
std::vector< SCH_PIN * > | GetPins () const override |
std::vector< std::unique_ptr< SCH_PIN > > & | GetRawPins () |
void | SetRef (const SCH_SHEET_PATH *aSheet, const wxString &aReference) |
Set the reference for the given sheet path for this symbol. | |
bool | IsAnnotated (const SCH_SHEET_PATH *aSheet) const |
Check if the symbol has a valid annotation (reference) for the given sheet path. | |
void | AddHierarchicalReference (const KIID_PATH &aPath, const wxString &aRef, int aUnit) |
Add a full hierarchical reference to this symbol. | |
void | AddHierarchicalReference (const SCH_SYMBOL_INSTANCE &aInstance) |
int | GetUnitSelection (const SCH_SHEET_PATH *aSheet) const |
Return the instance-specific unit selection for the given sheet path. | |
void | SetUnitSelection (const SCH_SHEET_PATH *aSheet, int aUnitSelection) |
Set the selected unit of this symbol on one sheet. | |
void | SetUnitSelection (int aUnitSelection) |
Set the selected unit of this symbol for all sheets. | |
EMBEDDED_FILES * | GetEmbeddedFiles () override |
SCH_SYMBOLs don't currently support embedded files, but their LIB_SYMBOL counterparts do. | |
void | Move (const VECTOR2I &aMoveVector) override |
Move the item by aMoveVector to a new position. | |
void | MirrorHorizontally (int aCenter) override |
Mirror item horizontally about aCenter. | |
void | MirrorVertically (int aCenter) override |
Mirror item vertically about aCenter. | |
void | Rotate (const VECTOR2I &aCenter, bool aRotateCCW) override |
Rotate the item around aCenter 90 degrees in the clockwise direction. | |
bool | Matches (const EDA_SEARCH_DATA &aSearchData, void *aAuxData) const override |
Compare the item against the search criteria in aSearchData. | |
void | GetEndPoints (std::vector< DANGLING_END_ITEM > &aItemList) override |
Add the schematic item end points to aItemList if the item has end points. | |
bool | UpdateDanglingState (std::vector< DANGLING_END_ITEM > &aItemListByType, std::vector< DANGLING_END_ITEM > &aItemListByPos, const SCH_SHEET_PATH *aPath=nullptr) override |
Test if the symbol's dangling state has changed for all pins. | |
VECTOR2I | GetPinPhysicalPosition (const SCH_PIN *Pin) const |
bool | IsConnectable () const override |
bool | HasConnectivityChanges (const SCH_ITEM *aItem, const SCH_SHEET_PATH *aInstance=nullptr) const override |
Check if aItem has connectivity changes against this object. | |
bool | CanConnect (const SCH_ITEM *aItem) const override |
bool | IsInNetlist () const |
std::vector< VECTOR2I > | GetConnectionPoints () const override |
Add all the connection points for this item to aPoints. | |
INSPECT_RESULT | Visit (INSPECTOR inspector, void *testData, const std::vector< KICAD_T > &aScanTypes) override |
May be re-implemented for each derived class in order to handle all the types given by its member data. | |
SCH_ITEM * | GetDrawItem (const VECTOR2I &aPosition, KICAD_T aType=TYPE_NOT_INIT) |
Return the symbol library item at aPosition that is part of this symbol. | |
wxString | GetItemDescription (UNITS_PROVIDER *aUnitsProvider, bool aFull) const override |
Return a user-visible description string of this item. | |
BITMAPS | GetMenuImage () const override |
Return a pointer to an image to be used in menus. | |
bool | operator< (const SCH_ITEM &aItem) const override |
bool | operator== (const SCH_SYMBOL &aSymbol) const |
bool | operator!= (const SCH_SYMBOL &aSymbol) const |
SCH_SYMBOL & | operator= (const SCH_SYMBOL &aItem) |
bool | IsReplaceable () const override |
Override this method in any derived object that supports test find and replace. | |
VECTOR2I | GetPosition () const override |
void | SetPosition (const VECTOR2I &aPosition) override |
int | GetX () const |
void | SetX (int aX) |
int | GetY () const |
void | SetY (int aY) |
bool | HitTest (const VECTOR2I &aPosition, int aAccuracy=0) const override |
Test if aPosition is inside or on the boundary of this item. | |
bool | HitTest (const BOX2I &aRect, bool aContained, int aAccuracy=0) const override |
Test if aRect intersects this item. | |
bool | HitTest (const SHAPE_LINE_CHAIN &aPoly, bool aContained) const override |
Test if aPoly intersects this item. | |
void | Plot (PLOTTER *aPlotter, bool aBackground, const SCH_PLOT_OPTS &aPlotOpts, int aUnit, int aBodyStyle, const VECTOR2I &aOffset, bool aDimmed) override |
Plot the item to aPlotter. | |
void | PlotPins (PLOTTER *aPlotter) const |
Plot just the symbol pins. | |
void | PlotDNP (PLOTTER *aPlotter) const |
Plot the red 'X' over the symbol. | |
EDA_ITEM * | Clone () const override |
Create a duplicate of this item with linked list members set to NULL. | |
void | ClearBrightenedPins () |
bool | HasBrightenedPins () |
bool | IsPointClickableAnchor (const VECTOR2I &aPos) const override |
bool | IsSymbolLikePowerGlobalLabel () const |
bool | IsSymbolLikePowerLocalLabel () const |
bool | IsGlobalPower () const override |
bool | IsLocalPower () const override |
bool | IsPower () const override |
bool | IsNormal () const override |
bool | GetShowPinNames () const override |
void | SetShowPinNames (bool aShow) override |
Set or clear the pin name visibility flag. | |
bool | GetShowPinNumbers () const override |
void | SetShowPinNumbers (bool aShow) override |
Set or clear the pin number visibility flag. | |
double | Similarity (const SCH_ITEM &aOther) const override |
Return a measure of how likely the other object is to represent the same object. | |
std::unordered_set< wxString > | GetComponentClassNames (const SCH_SHEET_PATH *aPath) const |
Return the component classes this symbol belongs in. | |
bool | operator== (const SCH_ITEM &aOther) const override |
void | SetPinNameOffset (int aOffset) |
Set the offset in mils of the pin name text from the pin symbol. | |
int | GetPinNameOffset () const |
void | SetExcludedFromSim (bool aExcludeFromSim) override |
Set or clear the exclude from simulation flag. | |
bool | GetExcludedFromSim () const override |
void | SetExcludedFromBOM (bool aExcludeFromBOM) override |
Set or clear the exclude from schematic bill of materials flag. | |
bool | GetExcludedFromBOM () const override |
void | SetExcludedFromBoard (bool aExcludeFromBoard) override |
Set or clear exclude from board netlist flag. | |
bool | GetExcludedFromBoard () const override |
bool | GetDNP () const override |
Set or clear the 'Do Not Populate' flag. | |
void | SetDNP (bool aDNP) override |
const TRANSFORM & | GetTransform () const |
TRANSFORM & | GetTransform () |
void | SetTransform (const TRANSFORM &aTransform) |
void | SetPreviewUnit (int aUnit) |
void | SetPreviewBodyStyle (int aBodyStyle) |
std::vector< int > | ViewGetLayers () const override |
Return the layers the item is drawn on (which may be more than its "home" layer) | |
bool | IsType (const std::vector< KICAD_T > &aScanTypes) const override |
Check whether the item is one of the listed types. | |
bool | IsGroupableType () const |
void | SwapItemData (SCH_ITEM *aImage) |
Swap data between aItem and aImage. | |
void | SwapFlags (SCH_ITEM *aItem) |
Swap the non-temp and non-edit flags. | |
SCH_ITEM * | Duplicate (bool addToParentGroup, SCH_COMMIT *aCommit=nullptr, bool doClone=false) const |
Routine to create a new copy of given item. | |
virtual void | SetUnit (int aUnit) |
int | GetUnit () const |
int | GetBodyStyle () const |
void | SetPrivate (bool aPrivate) |
bool | IsPrivate () const |
bool | ResolveExcludedFromSim () const |
bool | ResolveExcludedFromBOM () const |
bool | ResolveExcludedFromBoard () const |
bool | ResolveDNP () const |
VECTOR2I & | GetStoredPos () |
void | SetStoredPos (const VECTOR2I &aPos) |
SCHEMATIC * | Schematic () const |
Search the item hierarchy to find a SCHEMATIC. | |
const SYMBOL * | GetParentSymbol () const |
SYMBOL * | GetParentSymbol () |
virtual bool | IsHypertext () const |
Allow items to support hypertext actions when hovered/clicked. | |
virtual void | DoHypertextAction (EDA_DRAW_FRAME *aFrame) const |
SCH_LAYER_ID | GetLayer () const |
Return the layer this item is on. | |
void | SetLayer (SCH_LAYER_ID aLayer) |
virtual int | GetPenWidth () const |
int | GetEffectivePenWidth (const SCH_RENDER_SETTINGS *aSettings) const |
const wxString & | GetDefaultFont (const RENDER_SETTINGS *aSettings) const |
const KIFONT::METRICS & | GetFontMetrics () const |
bool | RenderAsBitmap (double aWorldScale) const override |
double | SimilarityBase (const SCH_ITEM &aItem) const |
Calculate the boilerplate similarity for all LIB_ITEMs without preventing the use above of a pure virtual function that catches at compile time when a new object has not been fully implemented. | |
virtual void | BeginEdit (const VECTOR2I &aPosition) |
Begin drawing a symbol library draw item at aPosition. | |
virtual bool | ContinueEdit (const VECTOR2I &aPosition) |
Continue an edit in progress at aPosition. | |
virtual void | EndEdit (bool aClosed=false) |
End an object editing action. | |
virtual void | CalcEdit (const VECTOR2I &aPosition) |
Calculate the attributes of an item at aPosition when it is being edited. | |
virtual bool | IsEndPoint (const VECTOR2I &aPt) const |
Test if aPt is an end point of this schematic object. | |
virtual bool | IsDangling () const |
bool | IsConnected (const VECTOR2I &aPoint) const |
Test the item to see if it is connected to aPoint. | |
SCH_CONNECTION * | Connection (const SCH_SHEET_PATH *aSheet=nullptr) const |
Retrieve the connection associated with this object in the given sheet. | |
const SCH_ITEM_VEC & | ConnectedItems (const SCH_SHEET_PATH &aPath) |
Retrieve the set of items connected to this item on the given sheet. | |
void | AddConnectionTo (const SCH_SHEET_PATH &aPath, SCH_ITEM *aItem) |
Add a connection link between this item and another. | |
void | ClearConnectedItems (const SCH_SHEET_PATH &aPath) |
Clear all connections to this item. | |
SCH_CONNECTION * | InitializeConnection (const SCH_SHEET_PATH &aPath, CONNECTION_GRAPH *aGraph) |
Create a new connection object associated with this object. | |
SCH_CONNECTION * | GetOrInitConnection (const SCH_SHEET_PATH &aPath, CONNECTION_GRAPH *aGraph) |
virtual bool | ConnectionPropagatesTo (const EDA_ITEM *aItem) const |
Return true if this item should propagate connection info to aItem. | |
bool | IsConnectivityDirty () const |
void | SetConnectivityDirty (bool aDirty=true) |
void | SetConnectionGraph (CONNECTION_GRAPH *aGraph) |
Update the connection graph for all connections in this item. | |
virtual bool | HasCachedDriverName () const |
virtual const wxString & | GetCachedDriverName () const |
virtual void | SetLastResolvedState (const SCH_ITEM *aItem) |
std::shared_ptr< NETCLASS > | GetEffectiveNetClass (const SCH_SHEET_PATH *aSheet=nullptr) const |
AUTOPLACE_ALGO | GetFieldsAutoplaced () const |
Return whether the fields have been automatically placed. | |
void | SetFieldsAutoplaced (AUTOPLACE_ALGO aAlgo) |
virtual void | ClearCaches () |
virtual bool | HasLineStroke () const |
Check if this schematic item has line stoke properties. | |
virtual STROKE_PARAMS | GetStroke () const |
virtual void | SetStroke (const STROKE_PARAMS &aStroke) |
void | ClearRuleAreasCache () |
Reset the cache of rule areas (called prior to schematic connectivity computation) | |
void | AddRuleAreaToCache (SCH_RULE_AREA *aRuleArea) |
Add a rule area to the item's cache. | |
const std::unordered_set< SCH_RULE_AREA * > & | GetRuleAreaCache () const |
Get the cache of rule areas enclosing this item. | |
const std::vector< wxString > * | GetEmbeddedFonts () override |
bool | operator< (const EDA_ITEM &aItem) const |
Test if another item is less than this object. | |
KICAD_T | Type () const |
Returns the type of object. | |
EDA_ITEM * | GetParent () const |
virtual void | SetParent (EDA_ITEM *aParent) |
virtual void | SetParentGroup (EDA_GROUP *aGroup) |
virtual EDA_GROUP * | GetParentGroup () const |
KIID | GetParentGroupId () const |
virtual bool | IsLocked () const |
virtual void | SetLocked (bool aLocked) |
bool | IsModified () const |
bool | IsNew () const |
bool | IsMoving () const |
bool | IsSelected () const |
bool | IsEntered () const |
bool | IsBrightened () const |
bool | IsRollover () const |
void | SetIsRollover (bool aIsRollover) |
void | SetSelected () |
void | SetBrightened () |
void | ClearSelected () |
void | ClearBrightened () |
void | SetModified () |
void | SetFlags (EDA_ITEM_FLAGS aMask) |
void | XorFlags (EDA_ITEM_FLAGS aMask) |
void | ClearFlags (EDA_ITEM_FLAGS aMask=EDA_ITEM_ALL_FLAGS) |
EDA_ITEM_FLAGS | GetFlags () const |
bool | HasFlag (EDA_ITEM_FLAGS aFlag) const |
EDA_ITEM_FLAGS | GetEditFlags () const |
virtual void | ClearEditFlags () |
EDA_ITEM_FLAGS | GetTempFlags () const |
virtual void | ClearTempFlags () |
void | SetIsShownAsBitmap (bool aBitmap) |
bool | IsShownAsBitmap () const |
void | SetForceVisible (bool aEnable) |
Set and clear force visible flag used to force the item to be drawn even if it's draw attribute is set to not visible. | |
bool | IsForceVisible () const |
virtual wxString | GetFriendlyName () const |
virtual const VECTOR2I | GetFocusPosition () const |
Similar to GetPosition() but allows items to return their visual center rather than their anchor. | |
virtual VECTOR2I | GetSortPosition () const |
Return the coordinates that should be used for sorting this element visually compared to other elements. | |
wxString | GetTypeDesc () const |
Return a translated description of the type for this EDA_ITEM for display in user facing messages. | |
virtual bool | Replace (const EDA_SEARCH_DATA &aSearchData, void *aAuxData=nullptr) |
Perform a text replace using the find and replace criteria in aSearchData on items that support text find and replace. | |
virtual const BOX2I | ViewBBox () const override |
Return the bounding box of the item covering all its layers. | |
bool | IsSCH_ITEM () const |
bool | IsBOARD_ITEM () const |
virtual void | ViewDraw (int aLayer, VIEW *aView) const |
Draw the parts of the object belonging to layer aLayer. | |
virtual double | ViewGetLOD (int aLayer, const VIEW *aView) const |
Return the level of detail (LOD) of the item. | |
VIEW_ITEM_DATA * | viewPrivData () const |
void | SetForcedTransparency (double aForcedTransparency) |
double | GetForcedTransparency () const |
bool | Set (PROPERTY_BASE *aProperty, wxAny &aValue, bool aNotify=true) |
template<typename T> | |
bool | Set (PROPERTY_BASE *aProperty, T aValue, bool aNotify=true) |
bool | Set (PROPERTY_BASE *aProperty, wxVariant aValue, bool aNotify=true) |
template<typename T> | |
bool | Set (const wxString &aProperty, T aValue, bool aNotify=true) |
wxAny | Get (PROPERTY_BASE *aProperty) const |
template<typename T> | |
T | Get (PROPERTY_BASE *aProperty) const |
template<typename T> | |
std::optional< T > | Get (const wxString &aProperty) const |
virtual void | Serialize (google::protobuf::Any &aContainer) const |
Serializes this object to the given Any message. | |
virtual bool | Deserialize (const google::protobuf::Any &aContainer) |
Deserializes the given protobuf message into this object. | |
Static Public Member Functions | |
static bool | ClassOf (const EDA_ITEM *aItem) |
template<class T> | |
static INSPECT_RESULT | IterateForward (std::deque< T > &aList, INSPECTOR inspector, void *testData, const std::vector< KICAD_T > &scanTypes) |
This changes first parameter to avoid the DList and use the main queue instead. | |
template<class T> | |
static INSPECT_RESULT | IterateForward (std::vector< T > &aList, INSPECTOR inspector, void *testData, const std::vector< KICAD_T > &scanTypes) |
Change first parameter to avoid the DList and use std::vector instead. | |
static bool | Replace (const EDA_SEARCH_DATA &aSearchData, wxString &aText) |
Perform a text replace on aText using the find and replace criteria in aSearchData on items that support text find and replace. | |
static bool | Sort (const EDA_ITEM *aLeft, const EDA_ITEM *aRight) |
Helper function to be used by the C++ STL sort algorithm for sorting a STL container of EDA_ITEM pointers. | |
Public Attributes | |
const KIID | m_Uuid |
Protected Member Functions | |
void | swapData (SCH_ITEM *aItem) override |
Swap the internal data structures aItem with the schematic item. | |
SCH_RENDER_SETTINGS * | getRenderSettings (PLOTTER *aPlotter) const |
virtual int | compare (const SCH_ITEM &aOther, int aCompareFlags=0) const |
Provide the draw object specific comparison called by the == and < operators. | |
bool | Matches (const wxString &aText, const EDA_SEARCH_DATA &aSearchData) const |
Compare aText against search criteria in aSearchData. | |
EDA_ITEM * | findParent (KICAD_T aType) const |
Static Protected Member Functions | |
static double | lodScaleForThreshold (const KIGFX::VIEW *aView, int aWhatIu, int aThresholdIu) |
Get the scale at which aWhatIu would be drawn at the same size as aThresholdIu on screen. | |
Protected Attributes | |
TRANSFORM | m_transform |
The rotation/mirror transformation. | |
int | m_pinNameOffset |
The offset in mils to draw the pin name. | |
bool | m_showPinNames |
bool | m_showPinNumbers |
bool | m_excludedFromSim |
bool | m_excludedFromBOM |
bool | m_excludedFromBoard |
bool | m_DNP |
True if symbol is set to 'Do Not Populate'. | |
int | m_previewUnit = 1 |
int | m_previewBodyStyle = 1 |
SCH_LAYER_ID | m_layer |
int | m_unit |
int | m_bodyStyle |
bool | m_private |
AUTOPLACE_ALGO | m_fieldsAutoplaced |
VECTOR2I | m_storedPos |
std::map< SCH_SHEET_PATH, SCH_ITEM_VEC, SHEET_PATH_CMP > | m_connected_items |
Store pointers to other items that are connected to this one, per sheet. | |
std::unordered_map< SCH_SHEET_PATH, SCH_CONNECTION * > | m_connection_map |
Store connectivity information, per sheet. | |
bool | m_connectivity_dirty |
std::unordered_set< SCH_RULE_AREA * > | m_rule_areas_cache |
Store pointers to rule areas which this item is contained within. | |
EDA_ITEM_FLAGS | m_flags |
EDA_ITEM * | m_parent |
Owner. | |
EDA_GROUP * | m_group |
The group this item belongs to, if any. No ownership implied. | |
bool | m_forceVisible |
bool | m_isRollover |
Static Protected Attributes | |
static constexpr double | LOD_HIDE = std::numeric_limits<double>::max() |
Return this constant from ViewGetLOD() to hide the item unconditionally. | |
static constexpr double | LOD_SHOW = 0.0 |
Return this constant from ViewGetLOD() to show the item unconditionally. | |
Private Member Functions | |
BOX2I | doGetBoundingBox (bool aIncludePins, bool aIncludeFields) const |
bool | doIsConnected (const VECTOR2I &aPosition) const override |
Provide the object specific test to see if it is connected to aPosition. | |
void | Init (const VECTOR2I &pos=VECTOR2I(0, 0)) |
Private Attributes | |
VECTOR2I | m_pos |
LIB_ID | m_lib_id |
Name and library the symbol was loaded from, i.e. 74xx:74LS00. | |
wxString | m_prefix |
C, R, U, Q etc - the first character(s) which typically indicate what the symbol is. | |
wxString | m_schLibSymbolName |
The name used to look up a symbol in the symbol library embedded in a schematic. | |
std::vector< SCH_FIELD > | m_fields |
Variable length list of fields. | |
std::unique_ptr< LIB_SYMBOL > | m_part |
A flattened copy of the LIB_SYMBOL from the PROJECT object's libraries. | |
bool | m_isInNetlist |
True if the symbol should appear in netlist. | |
std::vector< std::unique_ptr< SCH_PIN > > | m_pins |
A SCH_PIN for every #LIB_PIN. | |
std::unordered_map< SCH_PIN *, SCH_PIN * > | m_pinMap |
Library pin pointer : SCH_PIN indices. | |
std::vector< SCH_SYMBOL_INSTANCE > | m_instanceReferences |
Define the hierarchical path and reference of the symbol. | |
KICAD_T | m_structType |
Run time identification, keep private so it can never be changed after a ctor sets it. | |
bool | m_isSCH_ITEM |
bool | m_isBOARD_ITEM |
VIEW_ITEM_DATA * | m_viewPrivData |
double | m_forcedTransparency |
Additional transparency for diff'ing items. | |
Static Private Attributes | |
static std::unordered_map< TRANSFORM, int > | s_transformToOrientationCache |
Schematic symbol object.
Definition at line 74 of file sch_symbol.h.
|
inherited |
The list of flags used by the compare function.
UNIT This flag relaxes unit, body-style and pin-number constraints. It is used for SCH_ITEM object unit comparisons.
EQUALITY This flag relaxes ordering constraints so that fields, etc. don't have to appear in the same order to be considered equal.
ERC This flag relaxes constraints on data that is settable in the schematic editor. It compares only symbol-editor-only data.
SKIP_TST_POS This flag relaxes comparisons on position (mainly for fields) for ERC.
Enumerator | |
---|---|
UNIT | |
EQUALITY | |
ERC | |
SKIP_TST_POS |
Definition at line 666 of file sch_item.h.
SCH_SYMBOL::SCH_SYMBOL | ( | ) |
Definition at line 71 of file sch_symbol.cpp.
References Init(), SCH_SYMBOL_T, and SYMBOL::SYMBOL().
Referenced by Clone(), GetOrientation(), HasConnectivityChanges(), operator!=(), operator<(), operator=(), operator==(), operator==(), ResolveTextVar(), SCH_SYMBOL(), SCH_SYMBOL(), Similarity(), swapData(), and SyncOtherUnits().
SCH_SYMBOL::SCH_SYMBOL | ( | const LIB_SYMBOL & | aSymbol, |
const LIB_ID & | aLibId, | ||
const SCH_SHEET_PATH * | aSheet, | ||
int | aUnit, | ||
int | aBodyStyle = 0, | ||
const VECTOR2I & | aPosition = VECTOR2I( 0, 0 ), | ||
EDA_ITEM * | aParent = nullptr ) |
Create schematic symbol from library symbol object.
aSymbol | is the library symbol to create schematic symbol from. |
aLibId | is the LIB_ID of alias to create. |
aSheet | is the schematic sheet the symbol is place into. |
aUnit | is unit for symbols that have multiple parts per package. |
aBodyStyle | is the alternate body style for the schematic symbols. |
aPosition | is the position of the symbol. |
Definition at line 78 of file sch_symbol.cpp.
References EDA_ITEM::EDA_ITEM(), LIB_SYMBOL::Flatten(), UTIL::GetRefDesPrefix(), UTIL::GetRefDesUnannotated(), Init(), SCH_ITEM::LIB_SYMBOL, SCH_ITEM::m_bodyStyle, SYMBOL::m_excludedFromBoard, SYMBOL::m_excludedFromBOM, SYMBOL::m_excludedFromSim, m_lib_id, m_part, m_prefix, SCH_ITEM::m_unit, SCH_SYMBOL_T, SetLibSymbol(), LIB_SYMBOL::SetParent(), SetRef(), SYMBOL::SYMBOL(), and UpdateFields().
SCH_SYMBOL::SCH_SYMBOL | ( | const LIB_SYMBOL & | aSymbol, |
const SCH_SHEET_PATH * | aSheet, | ||
const PICKED_SYMBOL & | aSel, | ||
const VECTOR2I & | aPosition = VECTOR2I( 0, 0 ), | ||
EDA_ITEM * | aParent = nullptr ) |
Definition at line 116 of file sch_symbol.cpp.
References Convert(), EDA_ITEM::EDA_ITEM(), PICKED_SYMBOL::Fields, SCH_ITEM::LIB_SYMBOL, and SCH_SYMBOL().
SCH_SYMBOL::SCH_SYMBOL | ( | const SCH_SYMBOL & | aSymbol | ) |
Clone aSymbol into a new schematic symbol object.
All fields are copied as is except for the linked list management pointers which are set to NULL, and the SCH_FIELD's m_Parent pointers which are set to the new object.
aSymbol | is the schematic symbol to clone. |
Definition at line 131 of file sch_symbol.cpp.
References SCH_ITEM::LIB_SYMBOL, SCH_ITEM::m_bodyStyle, SYMBOL::m_DNP, m_fields, SCH_ITEM::m_fieldsAutoplaced, m_instanceReferences, m_isInNetlist, m_lib_id, EDA_ITEM::m_parent, m_part, m_pins, m_pos, m_prefix, m_schLibSymbolName, SYMBOL::m_transform, SCH_ITEM::m_unit, EDA_ITEM::m_Uuid, pin, SCH_SYMBOL(), SetLibSymbol(), and SYMBOL::SYMBOL().
SCH_SYMBOL::~SCH_SYMBOL | ( | ) |
Definition at line 170 of file sch_symbol.cpp.
|
inherited |
Add a connection link between this item and another.
Definition at line 388 of file sch_item.cpp.
References m_connected_items, and SCH_ITEM().
Referenced by SCH_LABEL_BASE::UpdateDanglingState(), and CONNECTION_GRAPH::updateItemConnectivity().
Add a field to the symbol.
aField | is the field to add to this symbol. |
Definition at line 864 of file sch_symbol.cpp.
References m_fields.
Referenced by BACK_ANNOTATE::applyChangelist(), FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), SCH_IO_LTSPICE_PARSER::CreateFields(), CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), SCH_IO_ALTIUM::ParseParameter(), SCH_SYMBOL_FIELD_PROPERTY::setter(), and UpdateFields().
void SCH_SYMBOL::AddHierarchicalReference | ( | const KIID_PATH & | aPath, |
const wxString & | aRef, | ||
int | aUnit ) |
Add a full hierarchical reference to this symbol.
aPath | is the hierarchical path (/<sheet timestamp>/<symbol timestamp> like /05678E50/A23EF560). |
aRef | is the local reference like C45, R56. |
aUnit | is the unit selection used for symbols with multiple units per package. |
aValue | is the value used for this instance. |
aFootprint | is the footprint used for this instance (which might have different hole spacing or other board-specific changes from other instances). |
Definition at line 569 of file sch_symbol.cpp.
References AddHierarchicalReference(), SCH_SYMBOL_INSTANCE::m_Path, SCH_SYMBOL_INSTANCE::m_Reference, and SCH_SYMBOL_INSTANCE::m_Unit.
Referenced by AddHierarchicalReference(), SCH_SHEET_PATH::AddNewSymbolInstances(), AddSheetPathReferenceEntryIfMissing(), SCH_SHEET_PATH::CheckForMissingSymbolInstances(), SCH_IO_EAGLE::loadModuleInstance(), SCH_SCREEN::SetLegacySymbolInstanceData(), SetRef(), SetUnitSelection(), SCH_EDITOR_CONTROL::updatePastedSymbol(), and SCH_SHEET_LIST::UpdateSymbolInstanceData().
void SCH_SYMBOL::AddHierarchicalReference | ( | const SCH_SYMBOL_INSTANCE & | aInstance | ) |
Definition at line 580 of file sch_symbol.cpp.
References KIID_PATH::AsString(), GetField(), m_instanceReferences, SCH_SYMBOL_INSTANCE::m_Path, SCH_SYMBOL_INSTANCE::m_Reference, SCH_SYMBOL_INSTANCE::m_Unit, SCH_ITEM::m_unit, EDA_ITEM::m_Uuid, REFERENCE, RemoveInstance(), SCH_FIELD::SetText(), and traceSchSheetPaths.
|
inlineinherited |
Add a rule area to the item's cache.
Definition at line 640 of file sch_item.h.
References m_rule_areas_cache.
Referenced by SCH_RULE_AREA::addContainedItem().
bool SCH_SYMBOL::AddSheetPathReferenceEntryIfMissing | ( | const KIID_PATH & | aSheetPath | ) |
Add an instance to the alternate references list (m_instanceReferences), if this entry does not already exist.
Do nothing if already exists. In symbol lists shared by more than one sheet path, an entry for each sheet path must exist to manage references.
aSheetPath | is the candidate sheet path of the sheet containing the symbol not the full symbol sheet path. |
Definition at line 1598 of file sch_symbol.cpp.
References AddHierarchicalReference(), GetField(), m_instanceReferences, SCH_ITEM::m_unit, and REFERENCE.
Referenced by SCH_SCREEN::EnsureAlternateReferencesExist().
|
overridevirtual |
Automatically orient all the fields in the symbol.
aScreen | is the SCH_SCREEN associated with the current instance of the symbol. Required when aAlgo is AUTOPLACE_MANUAL; optional otherwise. |
Reimplemented from SCH_ITEM.
Definition at line 724 of file autoplace_fields.cpp.
References AUTOPLACE_AUTO, AUTOPLACE_MANUAL, AUTOPLACER::DoAutoplace(), and SCH_ITEM::m_fieldsAutoplaced.
Referenced by SYMBOL_EDITOR_CONTROL::AddSymbolToSchematic(), SCH_EDIT_TOOL::Properties(), SCH_EDIT_TOOL::Rotate(), and SCH_EDIT_FRAME::SelectUnit().
|
inlinevirtualinherited |
Begin drawing a symbol library draw item at aPosition.
It typically would be called on a left click when a draw tool is selected in the symbol library editor and one of the graphics tools is selected.
aPosition | The position in drawing coordinates where the drawing was started. May or may not be required depending on the item being drawn. |
Reimplemented in SCH_FIELD, SCH_SHAPE, and SCH_TEXT.
Definition at line 403 of file sch_item.h.
|
inlinevirtualinherited |
Calculate the attributes of an item at aPosition when it is being edited.
This method gets called by the Draw() method when the item is being edited. This probably should be a pure virtual method but bezier curves are not yet editable in the symbol library editor. Therefore, the default method does nothing.
aPosition | The current mouse position in drawing coordinates. |
Reimplemented in SCH_FIELD, SCH_PIN, SCH_SHAPE, and SCH_TEXT.
Definition at line 433 of file sch_item.h.
|
inlineoverridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 716 of file sch_symbol.h.
References SCH_ITEM::GetLayer(), LAYER_WIRE, SCH_DIRECTIVE_LABEL_T, SCH_GLOBAL_LABEL_T, SCH_HIER_LABEL_T, SCH_ITEM::SCH_ITEM(), SCH_JUNCTION_T, SCH_LABEL_T, SCH_LINE_T, SCH_NO_CONNECT_T, SCH_SYMBOL_T, and EDA_ITEM::Type().
|
inlinestatic |
Definition at line 109 of file sch_symbol.h.
References EDA_ITEM::EDA_ITEM(), SCH_SYMBOL_T, and EDA_ITEM::Type().
void SCH_SYMBOL::ClearAnnotation | ( | const SCH_SHEET_PATH * | aSheetPath, |
bool | aResetPrefix ) |
Clear exiting symbol annotation.
For example, IC23 would be changed to IC? and unit number would be reset.
aSheetPath | is the hierarchical path of the symbol to clear or remove all annotations for this symbol if NULL. | |
[in] | aResetPrefix | The annotation prefix ('R', 'U', etc.) should be reset to the symbol library prefix. |
Definition at line 1554 of file sch_symbol.cpp.
References GetField(), UTIL::GetRefDesUnannotated(), EDA_TEXT::GetText(), m_instanceReferences, m_pins, m_prefix, SCH_SHEET_PATH::Path(), path, pin, REFERENCE, and SCH_FIELD::SetText().
Referenced by SCH_SCREEN::ClearAnnotation(), SCH_EDIT_FRAME::DeleteAnnotation(), and SCH_EDITOR_CONTROL::updatePastedSymbol().
|
inlineinherited |
Definition at line 138 of file eda_item.h.
References BRIGHTENED, and ClearFlags().
Referenced by FOOTPRINT_DIFF_WIDGET::DisplayDiff(), SCH_EDIT_FRAME::FocusOnItem(), SYMBOL_EDIT_FRAME::FocusOnItem(), PL_SELECTION_TOOL::unhighlight(), SCH_SELECTION_TOOL::unhighlight(), PCB_SELECTION_TOOL::unhighlightInternal(), PCB_TEST_SELECTION_TOOL::unhighlightInternal(), and SCH_EDITOR_CONTROL::UpdateNetHighlighting().
void SCH_SYMBOL::ClearBrightenedPins | ( | ) |
Definition at line 2691 of file sch_symbol.cpp.
|
virtualinherited |
Reimplemented in SCH_FIELD.
Definition at line 497 of file sch_item.cpp.
References NO_RECURSE, RunOnChildren(), SCH_ITEM(), and text.
|
inherited |
Clear all connections to this item.
Definition at line 373 of file sch_item.cpp.
References m_connected_items.
Referenced by CONNECTION_GRAPH::updateGenericItemConnectivity(), CONNECTION_GRAPH::updatePinConnectivity(), and CONNECTION_GRAPH::updateSymbolConnectivity().
|
inlinevirtualinherited |
Reimplemented in LIB_SYMBOL.
Definition at line 156 of file eda_item.h.
References ClearFlags(), and GetEditFlags().
Referenced by BOARD::Add(), FOOTPRINT::Add(), LIB_SYMBOL::ClearEditFlags(), SYMBOL_EDITOR_DRAWING_TOOLS::doDrawShape(), SCH_DRAWING_TOOLS::DrawShape(), PL_DRAWING_TOOLS::PlaceItem(), BOARD_COMMIT::Push(), SCH_EDIT_FRAME::PutDataInPreviousState(), BOARD_COMMIT::Revert(), SCH_ITEM::SwapFlags(), and SYMBOL_EDITOR_DRAWING_TOOLS::TwoClickPlace().
|
inlineinherited |
Definition at line 144 of file eda_item.h.
References EDA_ITEM_ALL_FLAGS, and m_flags.
Referenced by FOOTPRINT_VIEWER_FRAME::AddFootprintToPCB(), PNS_KICAD_IFACE::AddItem(), PNS_KICAD_IFACE_GENERATOR::AddItem(), SCH_MOVE_TOOL::AlignToGrid(), PCB_CONTROL::ApplyDesignBlockLayout(), SCH_DRAWING_TOOLS::AutoPlaceAllSheetPins(), SCH_EDIT_TOOL::BreakWire(), FOOTPRINT::BuildCourtyardCaches(), ClearBrightened(), ClearEditFlags(), ClearSelected(), ClearTempFlags(), SYMBOL_EDITOR_EDIT_TOOL::Copy(), FOOTPRINT_EDITOR_CONTROL::CreateFootprint(), SYMBOL_EDITOR_PIN_TOOL::CreateImagePins(), SCH_EDIT_TOOL::DoDelete(), PCB_TOOL_BASE::doInteractiveItemPlacement(), SCH_MOVE_TOOL::doMoveSelection(), KIGFX::SCH_PAINTER::draw(), SCH_ITEM::Duplicate(), PCB_TUNING_PATTERN::EditCancel(), PCB_TUNING_PATTERN::EditFinish(), PCB_EDIT_FRAME::ExchangeFootprint(), SCH_IO_KICAD_SEXPR::Format(), SYMBOL_EDIT_FRAME::GetSymbolFromRedoList(), SYMBOL_EDIT_FRAME::GetSymbolFromUndoList(), SCH_SELECTION_TOOL::GuessSelectionCandidates(), SCH_COLLECTOR::Inspect(), FOOTPRINT_EDIT_FRAME::LoadFootprintFromBoard(), FOOTPRINT_EDIT_FRAME::LoadFootprintFromLibrary(), FOOTPRINT_EDITOR_CONTROL::NewFootprint(), FOOTPRINT_EDIT_FRAME::OpenProjectFiles(), SCH_EASYEDAPRO_PARSER::ParseSchematic(), PCB_BASE_FRAME::PlaceFootprint(), SYMBOL_EDITOR_PIN_TOOL::PlacePin(), SCH_COMMIT::pushSchEdit(), PCB_BASE_EDIT_FRAME::PutDataInPreviousState(), PCB_SELECTION_TOOL::RebuildSelection(), PAD::Recombine(), GERBVIEW_FRAME::RemapLayers(), FOOTPRINT_EDIT_FRAME::SaveFootprintToBoard(), SCH_IO_KICAD_SEXPR_LIB_CACHE::savePin(), SCH_SELECTION_TOOL::SelectMultiple(), SetIsShownAsBitmap(), SCH_DRAWING_TOOLS::TwoClickPlace(), SCH_SELECTION_TOOL::unhighlight(), and SCOPED_FLAGS_CLEANER::~SCOPED_FLAGS_CLEANER().
|
inlineinherited |
Reset the cache of rule areas (called prior to schematic connectivity computation)
Definition at line 635 of file sch_item.h.
References m_rule_areas_cache.
|
inlineinherited |
Definition at line 137 of file eda_item.h.
References ClearFlags(), and SELECTED.
Referenced by PCB_POINT_EDITOR::addCorner(), FOOTPRINT_DIFF_WIDGET::DisplayDiff(), EDIT_TOOL::Duplicate(), LIB_SYMBOL::LIB_SYMBOL(), ARRAY_TOOL::onDialogClosed(), SCH_COMMIT::Revert(), SCH_TOOL_BASE< T >::saveCopyInUndoList(), SCH_COMMIT::Stage(), DIALOG_FOOTPRINT_PROPERTIES::TransferDataFromWindow(), DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR::TransferDataFromWindow(), PL_SELECTION_TOOL::unhighlight(), SCH_SELECTION_TOOL::unhighlight(), PCB_SELECTION_TOOL::unhighlightInternal(), PCB_TEST_SELECTION_TOOL::unhighlightInternal(), and GERBVIEW_SELECTION_TOOL::unselectVisually().
|
inlinevirtualinherited |
Reimplemented in LIB_SYMBOL.
Definition at line 169 of file eda_item.h.
References ClearFlags(), and GetTempFlags().
Referenced by LIB_SYMBOL::ClearTempFlags(), SCH_EDIT_FRAME::PutDataInPreviousState(), and SCH_ITEM::SwapFlags().
|
overridevirtual |
Create a duplicate of this item with linked list members set to NULL.
The default version will return NULL in release builds and likely crash the program. In debug builds, a warning message indicating the derived class has not implemented cloning. This really should be a pure virtual function. Due to the fact that there are so many objects derived from EDA_ITEM, the decision was made to return NULL until all the objects derived from EDA_ITEM implement cloning. Once that happens, this function should be made pure.
Reimplemented from EDA_ITEM.
Definition at line 205 of file sch_symbol.cpp.
References EDA_ITEM::EDA_ITEM(), and SCH_SYMBOL().
|
protectedvirtualinherited |
Provide the draw object specific comparison called by the == and < operators.
The base object sort order which always proceeds the derived object sort order is as follows:
aOther | A reference to the other SCH_ITEM to compare the arc against. |
aCompareFlags | The flags used to perform the comparison. |
Reimplemented in LIB_SYMBOL, SCH_FIELD, SCH_PIN, SCH_SHAPE, SCH_TEXT, and SCH_TEXTBOX.
Definition at line 541 of file sch_item.cpp.
References EQUALITY, ERC, EDA_ITEM::GetPosition(), IsPrivate(), m_bodyStyle, m_unit, EDA_ITEM::m_Uuid, SCH_ITEM(), SKIP_TST_POS, EDA_ITEM::Type(), UNIT, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by SCH_FIELD::compare(), SCH_PIN::compare(), SCH_SHAPE::compare(), SCH_TEXT::compare(), SCH_ITEM::cmp_items::operator()(), operator<(), and operator==().
|
inherited |
Retrieve the set of items connected to this item on the given sheet.
Definition at line 382 of file sch_item.cpp.
References m_connected_items.
Referenced by addConnections(), BOOST_FIXTURE_TEST_CASE(), CONNECTION_GRAPH::boost_test_update_symbol_connectivity, and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem().
|
inherited |
Retrieve the connection associated with this object in the given sheet.
Definition at line 323 of file sch_item.cpp.
References SCHEMATIC::CurrentSheet(), IsConnectable(), m_connection_map, and Schematic().
Referenced by CONNECTION_SUBGRAPH::Absorb(), CONNECTION_SUBGRAPH::AddItem(), CONNECTION_GRAPH::boost_test_update_generic_connectivity, CONNECTION_GRAPH::boost_test_update_symbol_connectivity, CONNECTION_GRAPH::buildConnectionGraph(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), CONNECTION_GRAPH::ercCheckBusToBusConflicts(), CONNECTION_GRAPH::ercCheckBusToBusEntryConflicts(), CONNECTION_SUBGRAPH::ExchangeItem(), SCH_DRAWING_TOOLS::findWireLabelDriverName(), CONNECTION_GRAPH::GetBusesNeedingMigration(), GetEffectiveNetClass(), SCH_BUS_ENTRY_BASE::GetMsgPanelInfo(), SCH_JUNCTION::GetMsgPanelInfo(), SCH_LABEL_BASE::GetMsgPanelInfo(), SCH_LINE::GetMsgPanelInfo(), SCH_PIN::GetMsgPanelInfo(), GetOrInitConnection(), highlightNet(), InitializeConnection(), SCH_LABEL_BASE::Matches(), SCH_PIN::Matches(), SCH_LABEL_BASE::Plot(), SCH_LINE::Plot(), SCH_TEXT::Plot(), NETLIST_EXPORTER_SPICE_MODEL::readPorts(), SCH_EDIT_FRAME::RecalculateConnections(), CONNECTION_SUBGRAPH::ResolveDrivers(), SCH_LABEL_BASE::ResolveTextVar(), SCH_TOOL_BASE< T >::saveCopyInUndoList(), SCH_EDITOR_CONTROL::SimProbe(), BUS_UNFOLD_MENU::update(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem().
|
inlinevirtualinherited |
Return true if this item should propagate connection info to aItem.
Reimplemented in SCH_BUS_WIRE_ENTRY, SCH_LINE, and SCH_PIN.
Definition at line 552 of file sch_item.h.
References EDA_ITEM::EDA_ITEM().
|
inlinevirtualinherited |
Continue an edit in progress at aPosition.
This is used to perform the next action while drawing an item. This would be called for each additional left click when the mouse is captured while the item is being drawn.
aPosition | The position of the mouse left click in drawing coordinates. |
Reimplemented in SCH_SHAPE.
Definition at line 415 of file sch_item.h.
|
virtualinherited |
Deserializes the given protobuf message into this object.
aContainer | is an Any which should have a concrete type matching this object |
Reimplemented in BOARD_STACKUP, EDA_SHAPE, EDA_TEXT, FOOTPRINT, NETCLASS, PAD, PADSTACK, PCB_ARC, PCB_DIM_ALIGNED, PCB_DIM_CENTER, PCB_DIM_LEADER, PCB_DIM_ORTHOGONAL, PCB_DIM_RADIAL, PCB_DIMENSION_BASE, PCB_FIELD, PCB_GROUP, PCB_SHAPE, PCB_TEXT, PCB_TEXTBOX, PCB_TRACK, PCB_VIA, SCH_DIRECTIVE_LABEL, SCH_GLOBALLABEL, SCH_HIERLABEL, SCH_LABEL, SCH_LINE, and ZONE.
Definition at line 30 of file serializable.cpp.
Referenced by ~SERIALIZABLE().
|
private |
Definition at line 1849 of file sch_symbol.cpp.
References LIB_SYMBOL::GetBodyBoundingBox(), LIB_SYMBOL::GetDummy(), SCH_ITEM::m_bodyStyle, m_fields, m_part, m_pos, SYMBOL::m_transform, SCH_ITEM::m_unit, BOX2< Vec >::Merge(), BOX2< Vec >::Normalize(), and BOX2< Vec >::Offset().
Referenced by GetBodyAndPinsBoundingBox(), GetBodyBoundingBox(), and GetBoundingBox().
|
inlinevirtualinherited |
Reimplemented in SCH_FIELD, SCH_TEXT, and SCH_TEXTBOX.
Definition at line 304 of file sch_item.h.
|
overrideprivatevirtual |
Provide the object specific test to see if it is connected to aPosition.
aPosition | is a reference to a VECTOR2I object containing the test position. |
Reimplemented from SCH_ITEM.
Definition at line 2489 of file sch_symbol.cpp.
References SCH_ITEM::GetBodyStyle(), SCH_ITEM::GetUnit(), m_pins, m_pos, SYMBOL::m_transform, pin, and PT_NC.
|
inherited |
Routine to create a new copy of given item.
The new object is not put in draw list (not linked).
addToParentGroup | Indicates whether or not the new item is added to the group (if any) containing the old item. If true, aCommit must be provided. |
aDoClone | (default = false) indicates unique values (such as timestamp and sheet name) should be duplicated. Use only for undo/redo operations. |
Definition at line 137 of file sch_item.cpp.
References BRIGHTENED, EDA_ITEM::ClearFlags(), EDA_ITEM::Clone(), EDA_ITEM::GetParentGroup(), group, EDA_ITEM::m_Uuid, COMMIT::Modify(), NO_RECURSE, RunOnChildren(), SCH_ITEM(), and SELECTED.
Referenced by SCH_EDIT_FRAME::AddCopyForRepeatItem(), SCH_LINE::BreakAt(), SYMBOL_EDITOR_PIN_TOOL::CreateImagePins(), SCH_GROUP::DeepDuplicate(), SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), CADSTAR_SCH_ARCHIVE_LOADER::loadItemOntoKiCadSheet(), SCH_IO_EAGLE::loadSchematic(), SCH_LINE::NonGroupAware_BreakAt(), SYMBOL_EDITOR_EDIT_TOOL::Paste(), SYMBOL_EDITOR_PIN_TOOL::RepeatPin(), SCH_EDIT_FRAME::SaveCopyInUndoList(), SCH_EDIT_FRAME::SaveCopyInUndoList(), and SCH_LINE_WIRE_BUS_TOOL::startSegments().
|
inlinevirtualinherited |
End an object editing action.
This is used to end or abort an edit action in progress initiated by BeginEdit().
Reimplemented in SCH_SHAPE.
Definition at line 422 of file sch_item.h.
SCH_FIELD * SCH_SYMBOL::FindFieldCaseInsensitive | ( | const wxString & | aFieldName | ) |
Search for a SCH_FIELD with aFieldName.
aFieldName | is the name of the field to find. |
Definition at line 887 of file sch_symbol.cpp.
References m_fields.
Referenced by NETLIST_EXPORTER_ALLEGRO::getGroupField().
Definition at line 75 of file eda_item.cpp.
References EDA_ITEM(), GetParent(), and Type().
Referenced by BOARD_ITEM::GetBoard(), BOARD_ITEM::GetBoard(), BOARD_ITEM::GetParentFootprint(), SCH_ITEM::GetParentSymbol(), SCH_ITEM::GetParentSymbol(), and SCH_ITEM::Schematic().
|
inlineinherited |
Definition at line 141 of file inspectable.h.
References PROPERTY_BASE::get(), PROPERTY_MANAGER::GetProperty(), PROPERTY_MANAGER::Instance(), PROPERTY_BASE::OwnerHash(), T, TYPE_HASH, and PROPERTY_MANAGER::TypeCast().
|
inlineinherited |
Definition at line 121 of file inspectable.h.
References PROPERTY_BASE::getter(), PROPERTY_MANAGER::Instance(), PROPERTY_BASE::OwnerHash(), TYPE_HASH, and PROPERTY_MANAGER::TypeCast().
Referenced by BOOST_AUTO_TEST_CASE(), CLASS_D_DESC::CLASS_D_DESC(), PROPERTIES_PANEL::getItemValue(), PCBEXPR_VAR_REF::GetValue(), and SCHEMATIC::SCHEMATIC().
|
inlineinherited |
Definition at line 129 of file inspectable.h.
References PROPERTY_BASE::get(), PROPERTY_MANAGER::Instance(), PROPERTY_BASE::OwnerHash(), T, TYPE_HASH, and PROPERTY_MANAGER::TypeCast().
std::vector< SCH_PIN * > SCH_SYMBOL::GetAllLibPins | ( | ) | const |
Definition at line 1137 of file sch_symbol.cpp.
References m_part.
Referenced by LEGACY_POWER_SYMBOLS_TEST_FIXTURE::CheckSymbols(), SIM_LIB_MGR::CreateModel(), SCH_SCREEN::FixLegacyPowerSymbolMismatches(), IsSymbolLikePowerGlobalLabel(), and IsSymbolLikePowerLocalLabel().
|
overridevirtual |
Return a bounding box for the symbol body and pins but not the fields.
Implements SYMBOL.
Definition at line 1891 of file sch_symbol.cpp.
References doGetBoundingBox().
Referenced by KIGFX::SCH_PAINTER::draw(), CADSTAR_SCH_ARCHIVE_LOADER::Load(), operator<(), SCH_EASYEDAPRO_PARSER::ParseSchematic(), and PlotDNP().
|
overridevirtual |
Return a bounding box for the symbol body but not the pins or fields.
Implements SYMBOL.
Definition at line 1877 of file sch_symbol.cpp.
References doGetBoundingBox().
Referenced by KIGFX::SCH_PAINTER::draw(), SCH_SELECTION_TOOL::GuessSelectionCandidates(), HitTest(), HitTest(), HitTest(), SCH_EASYEDA_PARSER::ParseSchematic(), and PlotDNP().
|
inlineinherited |
Definition at line 244 of file sch_item.h.
References m_bodyStyle.
Referenced by BOOST_AUTO_TEST_CASE(), SCH_PIN::Clone(), SCH_EDIT_TOOL::CycleBodyStyle(), SCH_INSPECTION_TOOL::DiffSymbol(), SYMBOL_EDITOR_EDIT_TOOL::DoDelete(), SCH_SYMBOL::doIsConnected(), SCH_MOVE_TOOL::doMoveSelection(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), SYMBOL_EDITOR_PIN_TOOL::EditPinProperties(), SCH_EDITOR_CONTROL::EditWithSymbolEditor(), PIN_INFO_FORMATTER::Format(), SCH_SYMBOL::GetBodyStyleProp(), SCH_SYMBOL::GetConnectionPoints(), GetMsgPanelInfo(), SCH_SYMBOL::GetPin(), SCH_COLLECTOR::Inspect(), SCH_SYMBOL::IsPointClickableAnchor(), KIGFX::SCH_PAINTER::isUnitAndConversionShown(), SYMBOL_EDIT_FRAME::LoadSymbolFromSchematic(), SCH_SELECTION_TOOL::Main(), SCH_SYMBOL::operator==(), SYMBOL_EDITOR_EDIT_TOOL::Paste(), SYMBOL_EDITOR_PIN_TOOL::PlacePin(), SCH_SYMBOL::Plot(), SCH_SYMBOL::PlotPins(), SCH_EDIT_TOOL::Properties(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveArc(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveBezier(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveCircle(), SCH_IO_KICAD_LEGACY_LIB_CACHE::savePin(), SCH_IO_KICAD_LEGACY_LIB_CACHE::savePolyLine(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveRectangle(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveText(), SCH_SELECTION_TOOL::Selectable(), SCH_EDIT_FRAME::SelectBodyStyle(), sort_by_pin_number(), ERC_TESTER::TestMissingUnits(), BODY_STYLE_MENU::update(), and SCH_SYMBOL::Visit().
|
overridevirtual |
Return the number of body styles of the symbol.
Implements SYMBOL.
Definition at line 479 of file sch_symbol.cpp.
References m_part.
Referenced by SCH_EDIT_TOOL::CycleBodyStyle(), IsMultiBodyStyle(), SetBodyStyleProp(), and BODY_STYLE_MENU::update().
|
overridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 508 of file sch_symbol.cpp.
References m_part.
Referenced by GetBodyStyleProp(), SetBodyStyleProp(), and BODY_STYLE_MENU::update().
|
inlineoverridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 511 of file sch_symbol.h.
References SCH_ITEM::GetBodyStyle(), and GetBodyStyleDescription().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
overridevirtual |
Return the orthogonal bounding box of this object for display purposes.
This box should be an enclosing perimeter for visible components of this object, and the units should be in the pcb or schematic coordinate system. It is OK to overestimate the size by a few counts.
Reimplemented from EDA_ITEM.
Definition at line 1897 of file sch_symbol.cpp.
References doGetBoundingBox().
Referenced by SCH_EDITOR_CONTROL::FindSymbolAndItem(), Plot(), and SCH_RULE_AREA::RefreshContainedItemsAndDirectives().
|
virtualinherited |
Reimplemented in SCH_LABEL_BASE.
Definition at line 443 of file sch_item.cpp.
Referenced by CONNECTION_SUBGRAPH::GetNameForDriver().
|
inlineoverridevirtual |
Return the class name.
Reimplemented from SCH_ITEM.
Definition at line 114 of file sch_symbol.h.
Referenced by operator=().
std::unordered_set< wxString > SCH_SYMBOL::GetComponentClassNames | ( | const SCH_SHEET_PATH * | aPath | ) | const |
Return the component classes this symbol belongs in.
Definition at line 2820 of file sch_symbol.cpp.
References m_fields, and SCH_ITEM::m_rule_areas_cache.
Referenced by NETLIST_EXPORTER_XML::getComponentClassNamesForAllSymbolUnits().
|
overridevirtual |
Add all the connection points for this item to aPoints.
Not all schematic items have connection points so the default method does nothing.
aPoints | is the list of connection points to add to. |
Reimplemented from SCH_ITEM.
Definition at line 2248 of file sch_symbol.cpp.
References SCH_ITEM::GetBodyStyle(), SCH_ITEM::GetUnit(), m_pins, m_pos, SYMBOL::m_transform, and pin.
void SCH_SYMBOL::GetContextualTextVars | ( | wxArrayString * | aVars | ) | const |
Return the list of system text vars & fields for this symbol.
Definition at line 1246 of file sch_symbol.cpp.
References m_fields.
Referenced by DIALOG_TABLE_PROPERTIES::getContextualTextVars(), DIALOG_TABLECELL_PROPERTIES::getContextualTextVars(), DIALOG_TEXT_PROPERTIES::getContextualTextVars(), and SCH_FIELD::OnScintillaCharAdded().
wxString SCH_SYMBOL::GetDatasheet | ( | ) | const |
Return the documentation text for the given part alias.
Definition at line 286 of file sch_symbol.cpp.
References m_part.
Referenced by UpdateFields().
|
inherited |
Definition at line 580 of file sch_item.cpp.
References GetAppSettings(), KIGFX::RENDER_SETTINGS::GetDefaultFont(), and KICAD_FONT_NAME.
Referenced by SCH_FIELD::GetDrawFont(), SCH_TEXT::GetDrawFont(), and SCH_TEXTBOX::GetDrawFont().
|
overridevirtual |
Implements SYMBOL.
Definition at line 268 of file sch_symbol.cpp.
References m_part.
Referenced by SYMBOL_SEARCH_HANDLER::getResultCell(), NETLIST_EXPORTER_XML::makeSymbols(), Matches(), ResolveTextVar(), and SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inlineoverridevirtualinherited |
Set or clear the 'Do Not Populate' flag.
Reimplemented from SCH_ITEM.
Definition at line 197 of file symbol.h.
References m_DNP.
Referenced by BACK_ANNOTATE::applyChangelist(), KIGFX::SCH_PAINTER::draw(), FIELDS_EDITOR_GRID_DATA_MODEL::getAttributeValue(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::getAttributeValue(), SCH_SYMBOL::GetMsgPanelInfo(), SCH_SYMBOL::Plot(), SCH_SYMBOL::PlotPins(), FIELDS_EDITOR_GRID_DATA_MODEL::RebuildRows(), LIB_SYMBOL::ResolveTextVar(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), and FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue().
SCH_ITEM * SCH_SYMBOL::GetDrawItem | ( | const VECTOR2I & | aPosition, |
KICAD_T | aType = TYPE_NOT_INIT ) |
Return the symbol library item at aPosition that is part of this symbol.
aPosition | is the schematic position of the symbol library object. |
aType | is the type of symbol library object to find or any if set to TYPE_NOT_INIT. |
Definition at line 2274 of file sch_symbol.cpp.
References SCH_ITEM::m_bodyStyle, m_part, m_pos, SYMBOL::m_transform, SCH_ITEM::m_unit, and SCH_ITEM::SCH_ITEM().
Referenced by SCH_SCREEN::GetPin().
|
inlineinherited |
Definition at line 148 of file eda_item.h.
References IS_BROKEN, IS_CHANGED, IS_MOVING, IS_NEW, IS_PASTED, m_flags, and STRUCT_DELETED.
Referenced by SCH_EDIT_TOOL::ChangeTextType(), ClearEditFlags(), SCH_EDIT_FRAME::DeleteJunction(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), SCH_EDIT_TOOL::editFieldText(), SYMBOL_EDITOR_PIN_TOOL::EditPinProperties(), SCH_EDITOR_CONTROL::EditWithSymbolEditor(), SCH_DRAWING_TOOLS::findWire(), SCH_SYMBOL::GetMsgPanelInfo(), SELECTION_CONDITIONS::IdleSelection(), SYMBOL_EDITOR_EDIT_TOOL::Properties(), SCH_EDIT_FRAME::SelectUnit(), SYMBOL_EDITOR_EDIT_TOOL::Swap(), and SCH_ITEM::SwapFlags().
|
inherited |
Definition at line 352 of file sch_item.cpp.
References Connection(), PROJECT::GetProjectFile(), PROJECT_FILE::m_NetSettings, SCH_CONNECTION::Name(), SCHEMATIC::Project(), and Schematic().
Referenced by BOOST_AUTO_TEST_CASE(), SCH_BUS_ENTRY_BASE::GetBusEntryColor(), SCH_BUS_ENTRY_BASE::GetEffectiveLineStyle(), SCH_LINE::GetEffectiveLineStyle(), SCH_JUNCTION::getEffectiveShape(), SCH_FIELD::GetFieldColor(), SCH_JUNCTION::GetJunctionColor(), SCH_LABEL_BASE::GetLabelColor(), SCH_LINE::GetLineColor(), SCH_BUS_ENTRY_BASE::GetMsgPanelInfo(), SCH_JUNCTION::GetMsgPanelInfo(), SCH_LABEL_BASE::GetMsgPanelInfo(), SCH_LINE::GetMsgPanelInfo(), SCH_BUS_BUS_ENTRY::GetPenWidth(), SCH_BUS_WIRE_ENTRY::GetPenWidth(), SCH_LINE::GetPenWidth(), SCH_FIELD::Plot(), SCH_LABEL_BASE::Plot(), SCH_LINE::Plot(), and SCH_LABEL_BASE::ResolveTextVar().
|
inherited |
Definition at line 602 of file sch_item.cpp.
References KIGFX::RENDER_SETTINGS::GetDefaultPenWidth(), KIGFX::RENDER_SETTINGS::GetMinPenWidth(), EDA_ITEM::GetParent(), GetPenWidth(), LIB_SYMBOL_T, SCH_RENDER_SETTINGS::m_SymbolLineWidth, and EDA_ITEM::Type().
Referenced by KIGFX::SCH_PAINTER::getLineWidth(), SCH_LINE::Plot(), SCH_NO_CONNECT::Plot(), SCH_RULE_AREA::Plot(), SCH_SHAPE::Plot(), SCH_SHEET::Plot(), SCH_TEXTBOX::Plot(), and SCH_PIN::PlotPinType().
|
overridevirtual |
SCH_SYMBOLs don't currently support embedded files, but their LIB_SYMBOL counterparts do.
Reimplemented from EDA_ITEM.
Definition at line 2027 of file sch_symbol.cpp.
References LIB_SYMBOL::GetEmbeddedFiles(), and GetLibSymbolRef().
Referenced by SCH_EDIT_FRAME::RefreshOperatingPointDisplay(), SCH_EDITOR_CONTROL::SimProbe(), and SIMULATOR_FRAME_UI::UpdateTunerValue().
|
overridevirtualinherited |
Reimplemented from EDA_ITEM.
Definition at line 655 of file sch_item.cpp.
References GetParentSymbol(), and Schematic().
|
overridevirtual |
Add the schematic item end points to aItemList if the item has end points.
The default version doesn't do anything since many of the schematic object cannot be tested for dangling ends. If you add a new schematic item that can have a dangling end ( no connect ), override this method to provide the correct end points.
aItemList | is the list of DANGLING_END_ITEMS to add to. |
Reimplemented from SCH_ITEM.
Definition at line 2118 of file sch_symbol.cpp.
References GetPinPhysicalPosition(), SCH_ITEM::GetUnit(), m_pins, SCH_ITEM::m_unit, pin, and PIN_END.
|
inlineoverridevirtualinherited |
Reimplemented from SCH_ITEM.
Definition at line 192 of file symbol.h.
References m_excludedFromBoard.
Referenced by BACK_ANNOTATE::checkForUnusedSymbols(), NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), LIB_SYMBOL::Flatten(), FIELDS_EDITOR_GRID_DATA_MODEL::getAttributeValue(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::getAttributeValue(), CONNECTION_SUBGRAPH::GetDriverPriority(), SCH_SYMBOL::GetMsgPanelInfo(), LIB_SYMBOL::ResolveTextVar(), SCH_IO_KICAD_SEXPR_LIB_CACHE::SaveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue(), NETLIST_EXPORTER_CADSTAR::WriteNetlist(), NETLIST_EXPORTER_ORCADPCB2::WriteNetlist(), and NETLIST_EXPORTER_PADS::WriteNetlist().
|
inlineoverridevirtualinherited |
Reimplemented from SCH_ITEM.
Definition at line 186 of file symbol.h.
References m_excludedFromBOM.
Referenced by BACK_ANNOTATE::applyChangelist(), LIB_SYMBOL::Flatten(), FIELDS_EDITOR_GRID_DATA_MODEL::getAttributeValue(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::getAttributeValue(), SCH_SYMBOL::GetMsgPanelInfo(), FIELDS_EDITOR_GRID_DATA_MODEL::RebuildRows(), LIB_SYMBOL::ResolveTextVar(), SCH_IO_KICAD_SEXPR_LIB_CACHE::SaveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), and FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue().
|
inlineoverridevirtualinherited |
Reimplemented from SCH_ITEM.
Definition at line 180 of file symbol.h.
References m_excludedFromSim.
Referenced by KIGFX::SCH_PAINTER::draw(), LIB_SYMBOL::Flatten(), FIELDS_EDITOR_GRID_DATA_MODEL::getAttributeValue(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::getAttributeValue(), SCH_SYMBOL::GetMsgPanelInfo(), LIB_SYMBOL::ResolveTextVar(), SCH_IO_KICAD_SEXPR_LIB_CACHE::SaveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), and FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue().
SCH_FIELD * SCH_SYMBOL::GetField | ( | const wxString & | aFieldName | ) |
Return a field in this symbol.
Both versions return nullptr if the field is not found.
Definition at line 825 of file sch_symbol.cpp.
References FindField(), and m_fields.
const SCH_FIELD * SCH_SYMBOL::GetField | ( | const wxString & | aFieldName | ) | const |
Definition at line 831 of file sch_symbol.cpp.
References FindField(), and m_fields.
Definition at line 819 of file sch_symbol.cpp.
References FindField(), and m_fields.
Return a mandatory field in this symbol.
The const version will return nullptr if the field is not found; non-const version will create the field.
Definition at line 809 of file sch_symbol.cpp.
References FindField(), and m_fields.
Referenced by AddHierarchicalReference(), SCH_IO_EAGLE::addImplicitConnections(), SCH_SHEET_PATH::AddNewSymbolInstances(), AddSheetPathReferenceEntryIfMissing(), NETLIST_EXPORTER_XML::addSymbolFields(), BACK_ANNOTATE::applyChangelist(), FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), SCH_EDITOR_CONTROL::AssignFootprints(), SCH_SHEET_PATH::CheckForMissingSymbolInstances(), LEGACY_POWER_SYMBOLS_TEST_FIXTURE::CheckSymbols(), ClearAnnotation(), SCH_IO_LTSPICE_PARSER::CreateFields(), SCH_IO_LTSPICE_PARSER::CreatePowerSymbol(), SCH_INSPECTION_TOOL::DiffSymbol(), SCH_EDIT_TOOL::EditField(), FIELDS_EDITOR_GRID_DATA_MODEL::getFieldShownText(), GetFootprintFieldText(), SCH_PIN::GetItemDescription(), GetItemDescription(), GetMsgPanelInfo(), GetRef(), POWER_SEARCH_HANDLER::getResultCell(), SYMBOL_SEARCH_HANDLER::getResultCell(), SCH_SYMBOL_FIELD_PROPERTY::getter(), GetValue(), DIALOG_CHANGE_SYMBOLS::isMatch(), SCH_IO_EAGLE::loadSchematic(), CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbolInstances(), SCH_IO_ALTIUM::ParseComponent(), SCH_IO_ALTIUM::ParseDesignator(), SCH_IO_ALTIUM::ParseParameter(), SCH_IO_ALTIUM::ParsePowerPort(), SCH_EDITOR_CONTROL::processCmpToFootprintLinkFile(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_EDIT_FRAME::SendSelectItemsToPcb(), SetFootprintFieldText(), SetRef(), SCH_SYMBOL_FIELD_PROPERTY::setter(), SetValueFieldText(), SCH_INSPECTION_TOOL::ShowDatasheet(), SCH_BASE_FRAME::ShowFindReplaceDialog(), SyncOtherUnits(), DIALOG_LABEL_PROPERTIES::TransferDataToWindow(), SCH_SHEET_PATH::UpdateAllScreenReferences(), FIELDS_EDITOR_GRID_DATA_MODEL::updateDataStoreSymbolField(), UpdateFields(), SCH_EDITOR_CONTROL::UpdateNetHighlighting(), SCH_EDITOR_CONTROL::updatePastedSymbol(), UpdatePrefix(), SCH_SHEET_LIST::UpdateSymbolInstanceData(), Visit(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem().
|
inline |
Return a reference to the vector holding the symbol's fields.
Definition at line 432 of file sch_symbol.h.
References m_fields.
Referenced by operator==(), operator==(), and Plot().
|
inline |
Definition at line 433 of file sch_symbol.h.
References m_fields.
|
overridevirtual |
Populate a std::vector with SCH_FIELDs, sorted in ordinal order.
aVector | is the vector to populate. |
aVisibleOnly | is used to add only the fields that are visible and contain text. |
Implements SYMBOL.
Definition at line 837 of file sch_symbol.cpp.
References m_fields.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::AddReferences(), NETLIST_EXPORTER_XML::addSymbolFields(), BACK_ANNOTATE::applyChangelist(), FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), SIM_LIB_MGR::CreateModel(), SCH_INSPECTION_TOOL::DiffSymbol(), KIGFX::SCH_PAINTER::draw(), SCH_SCREEN::HasSymbolFieldNamesWithWhiteSpace(), EESCHEMA_JOBS_HANDLER::JobExportBom(), CADSTAR_SCH_ARCHIVE_LOADER::Load(), DIALOG_SYMBOL_FIELDS_TABLE::LoadFieldNames(), SYMBOL_EDIT_FRAME::LoadSymbolFromSchematic(), NETLIST_EXPORTER_XML::makeSymbols(), SCH_FIND_REPLACE_TOOL::nextMatch(), DIALOG_SYMBOL_FIELDS_TABLE::OnSchItemsAdded(), DIALOG_SYMBOL_FIELDS_TABLE::OnSchItemsChanged(), operator==(), operator==(), SCH_IO_ALTIUM::ParseComponent(), NETLIST_EXPORTER_SPICE::ReadSchematicAndLibraries(), SCH_PROPERTIES_PANEL::rebuildProperties(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), POWER_SEARCH_HANDLER::Search(), SYMBOL_SEARCH_HANDLER::Search(), ERC_TESTER::TestTextVars(), DIALOG_CHANGE_SYMBOLS::updateFieldsList(), SIMULATOR_FRAME_UI::UpdateTunerValue(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem().
|
inlineinherited |
Return whether the fields have been automatically placed.
Definition at line 592 of file sch_item.h.
References m_fieldsAutoplaced.
Referenced by SCH_EDIT_TOOL::editFieldText(), SCH_EDIT_TOOL::Properties(), SCH_EDIT_TOOL::Rotate(), SCH_IO_KICAD_SEXPR::saveSheet(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_IO_KICAD_SEXPR::saveText(), and SCH_EDIT_FRAME::SelectUnit().
|
inlineinherited |
Definition at line 145 of file eda_item.h.
References m_flags.
Referenced by BuildBoardPolygonOutlines(), collidesWithArea(), PCB_TABLE::DeleteMarkedCells(), SCH_TABLE::DeleteMarkedCells(), PL_EDIT_TOOL::DoDelete(), PCB_TOOL_BASE::doInteractiveItemPlacement(), KIGFX::SCH_PAINTER::draw(), PCB_TUNING_PATTERN::EditCancel(), PCB_TUNING_PATTERN::EditFinish(), enclosedByAreaFunc(), DRC_ENGINE::EvalRules(), PCB_SELECTION_TOOL::FilterCollectorForHierarchy(), SCH_SELECTION_TOOL::filterCollectorForHierarchy(), findNext(), intersectsAreaFunc(), intersectsBackCourtyardFunc(), intersectsCourtyardFunc(), intersectsFrontCourtyardFunc(), LIB_SYMBOL::LIB_SYMBOL(), CONVERT_TOOL::makePolysFromChainedSegs(), DIALOG_DRC::OnDRCItemSelected(), DIALOG_FOOTPRINT_CHECKER::OnSelectItem(), LIB_SYMBOL::operator=(), BOARD_COMMIT::Push(), PAD::Recombine(), SCH_EDIT_FRAME::SaveCopyInUndoList(), SCH_IO_KICAD_SEXPR::saveTable(), DS_DATA_ITEM::SyncDrawItems(), DS_DATA_ITEM_BITMAP::SyncDrawItems(), DS_DATA_ITEM_POLYGONS::SyncDrawItems(), CONNECTIVITY_DATA::TestTrackEndpointDangling(), and PCB_TUNING_PATTERN::Update().
|
inlinevirtualinherited |
Similar to GetPosition() but allows items to return their visual center rather than their anchor.
Reimplemented in BOARD, PCB_ARC, PCB_SHAPE, and PCB_TRACK.
Definition at line 279 of file eda_item.h.
References GetPosition().
Referenced by SCH_EDIT_FRAME::FocusOnItem(), SYMBOL_EDIT_FRAME::FocusOnItem(), and test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run().
|
inherited |
Definition at line 593 of file sch_item.cpp.
References KIFONT::METRICS::Default(), and Schematic().
Referenced by KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), SCH_FIELD::getFontMetrics(), SCH_TEXT::getFontMetrics(), SCH_TEXTBOX::getFontMetrics(), SCH_FIELD::GetRenderCache(), SCH_FIELD::Plot(), SCH_LABEL_BASE::Plot(), SCH_TEXT::Plot(), SCH_TEXTBOX::Plot(), SCH_PIN::PlotPinTexts(), and SCH_PIN::validateExtentsCache().
const wxString SCH_SYMBOL::GetFootprintFieldText | ( | bool | aResolve, |
const SCH_SHEET_PATH * | aPath, | ||
bool | aAllowExtraText ) const |
Definition at line 793 of file sch_symbol.cpp.
References FOOTPRINT, GetField(), SCH_FIELD::GetShownText(), and EDA_TEXT::GetText().
Referenced by NETLIST_EXPORTER_XML::addSymbolFields(), ResolveTextVar(), SCH_REFERENCE::SCH_REFERENCE(), ERC_TESTER::TestFootprintFilters(), ERC_TESTER::TestFootprintLinkIssues(), NETLIST_EXPORTER_ALLEGRO::toAllegroPackages(), NETLIST_EXPORTER_CADSTAR::WriteNetlist(), NETLIST_EXPORTER_ORCADPCB2::WriteNetlist(), and NETLIST_EXPORTER_PADS::WriteNetlist().
|
inlineinherited |
Definition at line 171 of file view_item.h.
References m_forcedTransparency.
Referenced by KIGFX::SCH_PAINTER::draw(), EDA_ITEM::EDA_ITEM(), KIGFX::PCB_RENDER_SETTINGS::GetColor(), KIGFX::SCH_PAINTER::getRenderColor(), and EDA_ITEM::operator=().
|
virtualinherited |
Reimplemented in PCB_SHAPE, PCB_TABLECELL, PCB_TEXTBOX, PCB_TRACK, PCB_TUNING_PATTERN, SCH_FIELD, SCH_LINE, SCH_PIN, SCH_RULE_AREA, SCH_TEXT, and ZONE.
Definition at line 401 of file eda_item.cpp.
References GetTypeDesc().
Referenced by API_HANDLER_PCB::createItemForType(), API_HANDLER_SCH::createItemForType(), DIALOG_SHAPE_PROPERTIES::DIALOG_SHAPE_PROPERTIES(), SYMBOL_EDITOR_DRAWING_TOOLS::doDrawShape(), SCH_DRAWING_TOOLS::DrawShape(), and PROPERTIES_PANEL::rebuildProperties().
size_t SCH_SYMBOL::GetFullPinCount | ( | ) | const |
Definition at line 1146 of file sch_symbol.cpp.
References m_part.
bool SCH_SYMBOL::GetInstance | ( | SCH_SYMBOL_INSTANCE & | aInstance, |
const KIID_PATH & | aSheetPath, | ||
bool | aTestFromEnd = false ) const |
Definition at line 517 of file sch_symbol.cpp.
References m_instanceReferences.
Referenced by SCH_SHEET_PATH::AddNewSymbolInstances(), SCH_SHEET_PATH::CheckForMissingSymbolInstances(), and SCH_IO_KICAD_SEXPR::saveSymbol().
|
inline |
Definition at line 134 of file sch_symbol.h.
References m_instanceReferences.
Referenced by SCH_SHEET_PATH::AddNewSymbolInstances(), SCHEMATIC::GetSchematicsSharedByMultipleProjects(), DIALOG_CHANGE_SYMBOLS::getSymbolReferences(), SCH_SCREEN::HasInstanceDataFromOtherProjects(), SCH_IO_EAGLE::loadModuleInstance(), SCH_EDITOR_CONTROL::Paste(), SCH_SCREEN::PruneOrphanedSymbolInstances(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_SCREEN::SetLegacySymbolInstanceData(), SCH_EDITOR_CONTROL::setPastedSymbolInstances(), and SCH_EDITOR_CONTROL::updatePastedSymbol().
|
overridevirtual |
Return a user-visible description string of this item.
This description is used in disambiguation menus, the message panel, ERC/DRC reports, etc.
The default version of this function raises an assertion in the debug mode and returns a string to indicate that it was not overridden to provide the object specific text.
aLong | indicates a long string is acceptable |
Reimplemented from EDA_ITEM.
Definition at line 2288 of file sch_symbol.cpp.
References _, KIUI::EllipsizeMenuText(), GetField(), GetLibId(), and REFERENCE.
|
overridevirtual |
Implements SYMBOL.
Definition at line 277 of file sch_symbol.cpp.
References m_part.
Referenced by Matches(), ResolveTextVar(), and SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inlineinherited |
Return the layer this item is on.
Definition at line 309 of file sch_item.h.
References m_layer.
Referenced by JUNCTION_HELPERS::AnalyzePoint(), SCH_BUS_BUS_ENTRY::CanConnect(), SCH_BUS_WIRE_ENTRY::CanConnect(), CanConnect(), SCH_LABEL_BASE::CanConnect(), SCH_LINE::CanConnect(), SCH_NO_CONNECT::CanConnect(), SCH_SHEET::CanConnect(), SCH_SYMBOL::CanConnect(), SCH_BUS_WIRE_ENTRY::ConnectionPropagatesTo(), SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), CONNECTION_GRAPH::ercCheckBusToNetConflicts(), CONNECTION_GRAPH::ercCheckDanglingWireEndpoints(), CONNECTION_GRAPH::ercCheckFloatingWires(), SCH_LINE::GetFriendlyName(), SCH_BUS_ENTRY_BASE::GetMsgPanelInfo(), SCH_LINE::GetMsgPanelInfo(), GetNetNavigatorItemText(), SCH_LINE::IsBus(), SCH_LINE::IsGraphicLine(), SCH_LINE::IsWire(), SCH_SCREEN::MarkConnections(), SCH_LINE::MergeOverlap(), SCH_BUS_ENTRY_BASE::operator<(), SCH_JUNCTION::operator<(), SCH_LINE::operator<(), SCH_TEXT::operator<(), SCH_TEXTBOX::operator<(), SCH_BUS_ENTRY_BASE::operator==(), SCH_LINE::operator==(), SCH_TEXT::operator==(), SCH_BITMAP::Plot(), SCH_FIELD::Plot(), SCH_JUNCTION::Plot(), SCH_LINE::Plot(), SCH_SCREEN::Plot(), SCH_IO_KICAD_LEGACY::saveBusEntry(), SCH_IO_KICAD_LEGACY::saveLine(), SCH_IO_KICAD_SEXPR::saveLine(), SCH_IO_KICAD_LEGACY::saveText(), SCH_LINE::Serialize(), SCH_BUS_ENTRY_BASE::Similarity(), SCH_LINE::Similarity(), SCH_TEXT::Similarity(), SCH_EDIT_FRAME::TrimWire(), CONNECTION_GRAPH::updateGenericItemConnectivity(), CONNECTION_GRAPH::updateItemConnectivity(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem().
|
inlineoverridevirtual |
Implements SYMBOL.
Definition at line 164 of file sch_symbol.h.
References m_lib_id.
Referenced by SCH_SCREEN::Append(), SCH_SCREENS::ChangeSymbolLibNickname(), CollectOtherUnits(), SCH_EDIT_TOOL::collectUnits(), SCH_REFERENCE::CompareLibName(), SCH_EDIT_FRAME::CreateArchiveLibrary(), SCH_INSPECTION_TOOL::DiffSymbol(), SCH_EDITOR_CONTROL::EditWithSymbolEditor(), SCH_IO_KICAD_SEXPR::Format(), GetItemDescription(), SCH_SCREENS::GetLibNicknames(), SCH_SCREEN::getLibSymbolNameMatches(), GetMsgPanelInfo(), SYMBOL_SEARCH_HANDLER::getResultCell(), DIALOG_CHANGE_SYMBOLS::getSymbolReferences(), HasConnectivityChanges(), SCH_SCREENS::HasNoFullyDefinedLibIds(), DIALOG_CHANGE_SYMBOLS::isMatch(), SCH_IO_CADSTAR_ARCHIVE::LoadSchematicFile(), SYMBOL_EDIT_FRAME::LoadSymbolFromSchematic(), NETLIST_EXPORTER_XML::makeSymbols(), operator==(), SCH_DRAWING_TOOLS::PlaceSymbol(), DIALOG_CHANGE_SYMBOLS::processMatchingSymbols(), SCH_EDIT_TOOL::Properties(), DIALOG_SYMBOL_REMAP::remapSymbolsToLibTable(), DIALOG_SYMBOL_REMAP::remapSymbolToLibTable(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCHEMATIC::SCHEMATIC(), SCH_EDIT_FRAME::SelectUnit(), Similarity(), sort_by_libid(), sort_by_libid(), ERC_TESTER::TestLibSymbolIssues(), DIALOG_FIELD_PROPERTIES::UpdateField(), and DIALOG_CHANGE_SYMBOLS::updateFieldsList().
std::vector< SCH_PIN * > SCH_SYMBOL::GetLibPins | ( | ) | const |
Populate a vector with all the pins from the library object that match the current unit and bodyStyle.
aPinsList | is the list to populate with all of the pins. |
Definition at line 1128 of file sch_symbol.cpp.
References SCH_ITEM::m_bodyStyle, m_part, and SCH_ITEM::m_unit.
Referenced by NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), and SCH_SCREEN::GetPin().
|
inline |
Definition at line 183 of file sch_symbol.h.
References m_part.
Referenced by SCH_IO_EAGLE::addImplicitConnections(), SCH_SHEET_LIST::AnnotatePowerSymbols(), SCH_SCREEN::Append(), SCH_SHEET_PATH::AppendMultiUnitSymbol(), SCH_SHEET_PATH::AppendSymbol(), LEGACY_POWER_SYMBOLS_TEST_FIXTURE::CheckSymbols(), NETLIST_EXPORTER_BASE::CreatePinList(), DIALOG_FIELD_PROPERTIES::DIALOG_FIELD_PROPERTIES(), SCH_INSPECTION_TOOL::DiffSymbol(), KIGFX::SCH_PAINTER::draw(), SCH_EDITOR_CONTROL::ExportSymbolsToLibrary(), SCH_SCREEN::FixLegacyPowerSymbolMismatches(), CONNECTION_SUBGRAPH::GetDriverPriority(), GetEmbeddedFiles(), NETLIST_EXPORTER_ALLEGRO::getGroupField(), SCH_SCREEN::GetPin(), highlightNet(), IsSymbolLikePowerGlobalLabel(), IsSymbolLikePowerLocalLabel(), CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbol(), SYMBOL_EDIT_FRAME::LoadSymbolFromSchematic(), NETLIST_EXPORTER_XML::makeSymbols(), Matches(), netList(), SCH_EDIT_FRAME::SelectBodyStyle(), SCH_INSPECTION_TOOL::ShowDatasheet(), ERC_TESTER::TestFootprintFilters(), ERC_TESTER::TestLibSymbolIssues(), ERC_TESTER::TestTextVars(), NETLIST_EXPORTER_ALLEGRO::toAllegroPackages(), SYMBOL_UNIT_MENU::update(), CONNECTION_GRAPH::updateSymbolConnectivity(), and NETLIST_EXPORTER_ORCADPCB2::WriteNetlist().
|
inline |
Definition at line 184 of file sch_symbol.h.
References m_part.
|
overridevirtual |
Return a pointer to an image to be used in menus.
The default version returns the right arrow image. Override this function to provide object specific menu images.
Reimplemented from EDA_ITEM.
Definition at line 2021 of file sch_symbol.cpp.
References add_component.
|
inline |
Definition at line 331 of file sch_symbol.h.
References GetOrientation(), and SYM_MIRROR_X.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inline |
Definition at line 348 of file sch_symbol.h.
References GetOrientation(), and SYM_MIRROR_Y.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
overridevirtual |
Populate aList of MSG_PANEL_ITEM objects with it's internal state for display purposes.
aFrame | is the EDA_DRAW_FRAME that displays the message panel |
aList | is the list to populate. |
Reimplemented from SCH_ITEM.
Definition at line 1903 of file sch_symbol.cpp.
References _, DESCRIPTION, KIUI::EllipsizeStatusText(), FOOTPRINT, SCH_EDIT_FRAME::GetCurrentSheet(), SYMBOL::GetDNP(), LIB_SYMBOL::GetDummy(), EDA_ITEM::GetEditFlags(), SYMBOL::GetExcludedFromBoard(), SYMBOL::GetExcludedFromBOM(), SYMBOL::GetExcludedFromSim(), GetField(), GetLibId(), LIB_ID::GetLibNickname(), LIB_SYMBOL::GetName(), GetRef(), m_lib_id, m_part, UnescapeString(), and VALUE.
int SCH_SYMBOL::GetNextFieldOrdinal | ( | ) | const |
Return the next ordinal for a user field for this symbol.
Definition at line 858 of file sch_symbol.cpp.
References m_fields, and NextFieldOrdinal().
|
overridevirtual |
Get the display symbol orientation.
Because there are different ways to have a given orientation/mirror, the orientation/mirror is not necessary what the user does. For example: a mirrorV then a mirrorH returns no mirror but a rotate. This function finds a rotation and a mirror value SYM_MIRROR_X because this is the first mirror option tested. This can differs from the orientation made by an user. A SYM_MIRROR_Y is returned as a SYM_MIRROR_X with an orientation 180 because they are equivalent.
Reimplemented from SYMBOL.
Definition at line 1769 of file sch_symbol.cpp.
References SYMBOL::GetTransform(), SYMBOL::m_transform, s_transformToOrientationCache, SCH_SYMBOL(), SetOrientation(), EDA_ITEM::SetParentGroup(), SYM_MIRROR_X, SYM_MIRROR_Y, SYM_NORMAL, SYM_ORIENT_0, SYM_ORIENT_180, SYM_ORIENT_270, and SYM_ORIENT_90.
Referenced by KIGFX::SCH_PAINTER::draw(), GetMirrorX(), GetMirrorY(), GetOrientationProp(), GetPinSpinStyle(), SYMBOL_EDIT_FRAME::LoadSymbolFromSchematic(), SCH_SELECTION_TOOL::Main(), orientLabel(), SCH_IO_KICAD_SEXPR::saveSymbol(), SetMirrorX(), SetMirrorY(), SetOrientationProp(), and SCH_EDIT_TOOL::Swap().
|
inline |
Definition at line 302 of file sch_symbol.h.
References GetOrientation(), SYM_MIRROR_X, SYM_MIRROR_Y, SYM_NORMAL, SYM_ORIENT_0, SYM_ORIENT_180, SYM_ORIENT_270, SYM_ORIENT_90, SYMBOL_ANGLE_0, SYMBOL_ANGLE_180, SYMBOL_ANGLE_270, and SYMBOL_ANGLE_90.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inherited |
Definition at line 428 of file sch_item.cpp.
References Connection(), CONNECTION_GRAPH, InitializeConnection(), and IsConnectable().
Referenced by BOOST_AUTO_TEST_CASE(), CONNECTION_SUBGRAPH::ExchangeItem(), and RESOLVE_DRIVERS_FIXTURE::MakeLabel().
|
inlineinherited |
Definition at line 112 of file eda_item.h.
References EDA_ITEM(), and m_parent.
Referenced by SCH_EDIT_TOOL::AutoplaceFields(), DIALOG_FIELD_PROPERTIES::DIALOG_FIELD_PROPERTIES(), EDIT_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), SCH_EDIT_TOOL::EditField(), SCH_EDIT_TOOL::editFieldText(), findParent(), SCH_IO_KICAD_SEXPR::Format(), getClosestGroup(), SCH_TABLECELL::GetColumn(), SCH_TABLECELL::GetColumnWidth(), SCH_ITEM::GetEffectivePenWidth(), SCH_FIELD::GetFieldColor(), getInferredSymbols(), SCH_TABLECELL::GetParentGroup(), SCH_TABLECELL::GetRow(), SCH_TABLECELL::GetRowHeight(), SCH_SELECTION_TOOL::GuessSelectionCandidates(), SCH_SELECTION_TOOL::highlight(), highlightNet(), SCH_FIELD::HitTest(), SCH_FIELD::HitTest(), SCH_FIELD::HitTest(), SCH_PIN::IsStacked(), SCH_EDIT_TOOL::JustifyText(), CADSTAR_SCH_ARCHIVE_LOADER::loadNets(), SCH_SELECTION_TOOL::Main(), SCH_EDIT_TOOL::Mirror(), SCH_MOVE_TOOL::moveItem(), SCH_EDIT_FRAME::onNetNavigatorSelection(), SCH_FIELD::OnScintillaCharAdded(), SCH_IO_KICAD_SEXPR_PARSER::ParseSchematic(), PCB_GROUP_TOOL::PickNewMember(), SCH_GROUP_TOOL::PickNewMember(), DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::processItem(), SCH_EDIT_TOOL::Properties(), SYMBOL_EDITOR_EDIT_TOOL::Properties(), SCH_EDIT_FRAME::PutDataInPreviousState(), PCB_SELECTION_TOOL::RebuildSelection(), SCH_BASE_FRAME::RefreshZoomDependentItems(), SCH_SELECTION_TOOL::RequestSelection(), SCH_COMMIT::Revert(), SCH_EDIT_TOOL::Rotate(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCHEMATIC::SCHEMATIC(), SCH_SCREEN::Schematic(), SCH_SHEET::SearchHierarchy(), PCB_SELECTION_TOOL::select(), SCH_MARKER::SerializeToString(), SCH_TABLECELL::SetColumnWidth(), SCH_LABEL_BASE::SetLabelShape(), SCH_TABLECELL::SetRowHeight(), SYMBOL_EDITOR_EDIT_TOOL::Swap(), SCH_ITEM::SwapItemData(), DIALOG_SYMBOL_FIELDS_TABLE::TransferDataToWindow(), BOARD_COMMIT::undoLevelItem(), SCH_COMMIT::undoLevelItem(), SCH_SELECTION_TOOL::unhighlight(), KIGFX::SCH_VIEW::Update(), DIALOG_FIELD_PROPERTIES::UpdateField(), SCH_BASE_FRAME::UpdateItem(), SCH_PROPERTIES_PANEL::valueChanged(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem().
|
inlinevirtualinherited |
Reimplemented in PCB_TABLECELL, and SCH_TABLECELL.
Definition at line 116 of file eda_item.h.
References m_group.
Referenced by EDA_GROUP::AddItem(), DIALOG_CLEANUP_TRACKS_AND_VIAS::doCleanup(), SCH_MOVE_TOOL::doMoveSelection(), BOARD_ITEM::Duplicate(), SCH_ITEM::Duplicate(), PCB_EDIT_FRAME::ExchangeFootprint(), PCB_EDIT_FRAME::ExportFootprintsToLibrary(), GENERATOR_TOOL::GENERATOR_TOOL(), getClosestGroup(), getClosestGroup(), PCB_TABLECELL::GetParentGroup(), SCH_TABLECELL::GetParentGroup(), GetParentGroupId(), BOARD_ITEM::IsLocked(), memberOfGroupFunc(), BOARD_EDITOR_CONTROL::modifyLockSelected(), BOARD::Move(), PCB_CONTROL::Paste(), SCH_EDITOR_CONTROL::Paste(), BOARD_COMMIT::Push(), SCH_COMMIT::pushSchEdit(), PNS_KICAD_IFACE::RemoveItem(), PCB_SELECTION_TOOL::Selectable(), PCB_SELECTION_TOOL::selectAllConnectedTracks(), COMMIT::Stage(), PNS_KICAD_IFACE_BASE::syncArc(), PNS_KICAD_IFACE_BASE::syncTrack(), PNS_KICAD_IFACE_BASE::syncVia(), DIALOG_GROUP_PROPERTIES::TransferDataFromWindow(), BOARD_NETLIST_UPDATER::updateFootprintGroup(), DIALOG_GLOBAL_EDIT_TEARDROPS::visitItem(), DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem(), DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::visitItem(), PCB_GROUP::WithinScope(), and SCH_GROUP::WithinScope().
|
inherited |
Definition at line 91 of file eda_item.cpp.
References GetParentGroup(), group, and niluuid.
Referenced by ITEM_PICKER::SetItem(), and ITEM_PICKER::SetLink().
|
inherited |
Definition at line 235 of file sch_item.cpp.
References EDA_ITEM::findParent(), LIB_SYMBOL, LIB_SYMBOL_T, and SCH_SYMBOL_T.
|
inherited |
Definition at line 223 of file sch_item.cpp.
References EDA_ITEM::findParent(), LIB_SYMBOL, LIB_SYMBOL_T, and SCH_SYMBOL_T.
Referenced by BOOST_AUTO_TEST_CASE(), SCH_PIN::compare(), SYMBOL_EDITOR_PIN_TOOL::CreateImagePins(), DIALOG_FIELD_PROPERTIES::DIALOG_FIELD_PROPERTIES(), DIALOG_PIN_PROPERTIES::DIALOG_PIN_PROPERTIES(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), SCH_EDIT_TOOL::EditField(), SYMBOL_EDITOR_PIN_TOOL::EditPinProperties(), CONNECTION_GRAPH::ercCheckNoConnects(), NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), SCH_SELECTION_TOOL::filterCollectorForHierarchy(), GetBodyStyleDescription(), SCH_PIN::GetDefaultNetName(), CONNECTION_SUBGRAPH::GetDriverPriority(), GetEmbeddedFonts(), SCH_FIELD::GetFullText(), SCH_PIN::GetItemDescription(), GetMsgPanelInfo(), SCH_PIN::GetMsgPanelInfo(), SCH_PIN::GetPinRoot(), SCH_PIN::GetPosition(), KIGFX::SCH_PAINTER::getRenderColor(), GetUnitDisplayName(), SCH_PIN::IsGlobalPower(), SCH_PIN::IsLocalPower(), SCH_PIN::MirrorHorizontally(), SCH_PIN::MirrorVertically(), NETLIST_EXPORTER_ALLEGRO::NET_NODE::operator<(), SCH_FIELD::operator==(), orientLabel(), SCH_PIN::Plot(), SCH_PIN::Replace(), CONNECTION_SUBGRAPH::ResolveDrivers(), SCH_PIN::Rotate(), SCH_ITEM_DESC::SCH_ITEM_DESC(), SetBodyStyleProp(), SCH_SHAPE::SetFilled(), and SCH_EDITOR_CONTROL::SimProbe().
|
inlinevirtualinherited |
Reimplemented in SCH_BUS_BUS_ENTRY, SCH_BUS_ENTRY_BASE, SCH_BUS_WIRE_ENTRY, SCH_DIRECTIVE_LABEL, SCH_FIELD, SCH_LINE, SCH_NO_CONNECT, SCH_PIN, SCH_SHAPE, SCH_SHEET, SCH_SHEET_PIN, and SCH_TEXT.
Definition at line 320 of file sch_item.h.
Referenced by EE_RTREE::contains(), GetEffectivePenWidth(), EE_RTREE::insert(), and EE_RTREE::remove().
Return the SCH_PIN object found at aPosition.
aPosition | is the position of the pin to fetch. |
Definition at line 1105 of file sch_symbol.cpp.
References SCH_ITEM::GetBodyStyle(), SCH_ITEM::GetUnit(), m_pins, and pin.
SCH_PIN * SCH_SYMBOL::GetPin | ( | const wxString & | number | ) | const |
Find a symbol pin by number.
number | is the number of the pin to find. |
Definition at line 1093 of file sch_symbol.cpp.
Referenced by BACK_ANNOTATE::applyChangelist(), SCH_SELECTION_TOOL::autostartEvent(), KIGFX::SCH_PAINTER::draw(), CONNECTION_GRAPH::ercCheckNoConnects(), SCH_EDITOR_CONTROL::FindSymbolAndItem(), Plot(), PlotPins(), SCH_EDIT_FRAME::RefreshOperatingPointDisplay(), ResolveTextVar(), and CONNECTION_GRAPH::updateSymbolConnectivity().
Definition at line 1152 of file sch_symbol.cpp.
References m_pinMap.
|
inlineinherited |
Definition at line 158 of file symbol.h.
References m_pinNameOffset.
Referenced by BOOST_AUTO_TEST_CASE(), SCH_PIN::Plot(), SCH_IO_KICAD_LEGACY_LIB_CACHE::SaveSymbol(), and SCH_IO_KICAD_SEXPR_LIB_CACHE::SaveSymbol().
Definition at line 2187 of file sch_symbol.cpp.
References SCH_PIN::GetPosition(), m_pos, SYMBOL::m_transform, SCH_PIN_T, and EDA_ITEM::Type().
Referenced by SCH_IO_EAGLE::addImplicitConnections(), SCH_IO_EAGLE::checkConnections(), GetEndPoints(), and SCH_SCREEN::GetPin().
|
overridevirtual |
Implements SYMBOL.
Definition at line 1190 of file sch_symbol.cpp.
References GetPins().
Referenced by GetPins(), and ResolveTextVar().
std::vector< SCH_PIN * > SCH_SYMBOL::GetPins | ( | const SCH_SHEET_PATH * | aSheet | ) | const |
Retrieve a list of the SCH_PINs for the given sheet path.
Since a symbol can have a different unit on a different instance of a sheet, this list returns the subset of pins that exist on a given sheet.
Definition at line 1164 of file sch_symbol.cpp.
References SCHEMATIC::CurrentSheet(), GetUnitSelection(), m_pins, SCH_ITEM::m_unit, and SCH_ITEM::Schematic().
Referenced by BOOST_FIXTURE_TEST_CASE(), CONNECTION_GRAPH::boost_test_update_generic_connectivity, CONNECTION_GRAPH::boost_test_update_symbol_connectivity, NETLIST_EXPORTER_BASE::CreatePinList(), CONNECTION_GRAPH::ExchangeItem(), CONNECTION_GRAPH::ExtractAffectedItems(), NETLIST_EXPORTER_BASE::findAllUnitsOfSymbol(), findSymbolsAndPins(), SCH_PIN::GetDefaultNetName(), SCH_SCREEN::GetLabelOrientationForPoint(), highlightNet(), RESOLVE_DRIVERS_FIXTURE::MakePin(), SCH_FIND_REPLACE_TOOL::nextMatch(), SCH_EDITOR_CONTROL::Paste(), SCH_EDIT_FRAME::PutDataInPreviousState(), CONNECTION_GRAPH::Recalculate(), SCHEMATIC::RecalculateConnections(), SCH_RULE_AREA::RefreshContainedItemsAndDirectives(), SCH_EDIT_FRAME::RefreshOperatingPointDisplay(), SCH_COMMIT::Revert(), SCH_EDIT_FRAME::SaveSymbolToSchematic(), SCH_SELECTION_TOOL::SelectMultiple(), ERC_TESTER::TestFourWayJunction(), ERC_TESTER::TestGroundPins(), ERC_TESTER::TestNoConnectPins(), ERC_TESTER::TestOffGridEndpoints(), ERC_TESTER::TestStackedPinNotation(), SCH_EDITOR_CONTROL::UpdateNetHighlighting(), SCH_EDITOR_CONTROL::updatePastedSheet(), and CONNECTION_GRAPH::updateSymbolConnectivity().
|
inlineoverridevirtual |
Reimplemented from EDA_ITEM.
Definition at line 760 of file sch_symbol.h.
References m_pos.
Referenced by BACK_ANNOTATE::applyChangelist(), FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), SCH_INSPECTION_TOOL::DiffSymbol(), KIGFX::SCH_PAINTER::draw(), SCH_FIELD::GetPosition(), GetRelativePosition(), POWER_SEARCH_HANDLER::getResultCell(), SYMBOL_SEARCH_HANDLER::getResultCell(), GetX(), GetY(), HasConnectivityChanges(), SYMBOL_EDIT_FRAME::LoadSymbolFromSchematic(), DIALOG_ERC::OnRunERCClick(), operator==(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_REFERENCE::SCH_REFERENCE(), SCH_FIELD::SetPosition(), Similarity(), SyncOtherUnits(), ERC_TESTER::TestFootprintFilters(), ERC_TESTER::TestFootprintLinkIssues(), ERC_TESTER::TestLibSymbolIssues(), ERC_TESTER::TestMissingUnits(), ERC_TESTER::TestMultiunitFootprints(), ERC_TESTER::TestSimModelIssues(), and ERC_TESTER::TestTextVars().
|
inline |
Definition at line 235 of file sch_symbol.h.
References m_prefix.
Referenced by SCH_SHEET_PATH::CheckForMissingSymbolInstances(), SCH_IO_KICAD_LEGACY::saveSymbol(), and SCH_IO_KICAD_SEXPR::saveSymbol().
|
inline |
Definition at line 626 of file sch_symbol.h.
References m_pins.
Referenced by SCH_IO_KICAD_SEXPR::saveSymbol().
|
overridevirtual |
Implements SYMBOL.
Definition at line 607 of file sch_symbol.cpp.
References GetField(), UTIL::GetRefDesUnannotated(), EDA_TEXT::GetText(), GetUnitCount(), m_instanceReferences, m_prefix, SCH_SHEET_PATH::Path(), path, REFERENCE, and SubReference().
Referenced by NETLIST_EXPORTER_XML::addSymbolFields(), SIMULATOR_FRAME_UI::AddTuner(), SCH_EDIT_FRAME::AnnotateSymbols(), SCH_SHEET_PATH::AppendMultiUnitSymbol(), SCH_SHEET_PATH::AppendSymbol(), TEST_SCH_REFERENCE_LIST_FIXTURE::checkAnnotation(), SCH_EDIT_TOOL::collectUnits(), SCHEMATIC::ConvertKIIDsToRefs(), SCHEMATIC::ConvertRefsToKIIDs(), SIM_LIB_MGR::CreateModel(), NETLIST_EXPORTER_BASE::CreatePinList(), NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), NETLIST_EXPORTER_BASE::findAllUnitsOfSymbol(), NETLIST_EXPORTER_BASE::findNextSymbol(), SCH_EDITOR_CONTROL::FindSymbolAndItem(), NETLIST_EXPORTER_XML::getComponentClassNamesForAllSymbolUnits(), DIALOG_TABLE_PROPERTIES::getContextualTextVars(), DIALOG_TABLECELL_PROPERTIES::getContextualTextVars(), DIALOG_TEXT_PROPERTIES::getContextualTextVars(), SCH_PIN::GetDefaultNetName(), GetMsgPanelInfo(), GetRefProp(), POWER_SEARCH_HANDLER::getResultCell(), SYMBOL_SEARCH_HANDLER::getResultCell(), GetUnplacedUnitsForSymbol(), HasConnectivityChanges(), DIALOG_EDIT_SYMBOLS_LIBID::initDlg(), DIALOG_CHANGE_SYMBOLS::isMatch(), TEST_SCH_REFERENCE_LIST_FIXTURE::loadTestCase(), NETLIST_EXPORTER_XML::makeSymbols(), SCH_EDIT_FRAME::mapExistingAnnotation(), SCH_FIELD::Matches(), Plot(), NETLIST_EXPORTER_SPICE::readModel(), NETLIST_EXPORTER_SPICE::readRefName(), NETLIST_EXPORTER_SPICE::ReadSchematicAndLibraries(), SCH_REFERENCE_LIST::ReannotateByOptions(), SCH_EDIT_FRAME::RefreshOperatingPointDisplay(), SCH_FIELD::Replace(), SCHEMATIC::ResolveCrossReference(), ResolveTextVar(), SCH_EDIT_FRAME::SaveSymbolToSchematic(), SCH_REFERENCE::SCH_REFERENCE(), SCHEMATIC::SCHEMATIC(), SCH_EDIT_FRAME::SelectUnit(), SCH_EDITOR_CONTROL::SimProbe(), SyncOtherUnits(), ERC_TESTER::TestMultiunitFootprints(), ERC_TESTER::TestSimModelIssues(), SCH_SHEET_PATH::UpdateAllScreenReferences(), DIALOG_FIELD_PROPERTIES::UpdateField(), NETLIST_EXPORTER_CADSTAR::WriteNetlist(), NETLIST_EXPORTER_ORCADPCB2::WriteNetlist(), and NETLIST_EXPORTER_PADS::WriteNetlist().
|
inline |
Definition at line 483 of file sch_symbol.h.
References GetRef(), and SCH_ITEM::Schematic().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inlineprotectedinherited |
Definition at line 688 of file sch_item.h.
References PLOTTER::RenderSettings().
Referenced by LIB_SYMBOL::Plot(), SCH_BUS_ENTRY_BASE::Plot(), SCH_FIELD::Plot(), SCH_LINE::Plot(), SCH_NO_CONNECT::Plot(), SCH_PIN::Plot(), SCH_RULE_AREA::Plot(), SCH_SHAPE::Plot(), SCH_SHEET::Plot(), SCH_SYMBOL::Plot(), SCH_TEXT::Plot(), SCH_TEXTBOX::Plot(), SCH_SYMBOL::PlotDNP(), LIB_SYMBOL::PlotFields(), SCH_SYMBOL::PlotPins(), and SCH_PIN::PlotPinType().
|
inlineinherited |
Get the cache of rule areas enclosing this item.
Definition at line 645 of file sch_item.h.
References m_rule_areas_cache.
Referenced by CONNECTION_SUBGRAPH::GetNetclassesForDriver().
wxString SCH_SYMBOL::GetSchSymbolLibraryName | ( | ) | const |
Definition at line 244 of file sch_symbol.cpp.
References m_lib_id, and m_schLibSymbolName.
Referenced by SCH_SCREEN::Append(), BOOST_FIXTURE_TEST_CASE(), NETLIST_EXPORTER_BASE::findNextSymbol(), SCH_IO_KICAD_SEXPR::Format(), NETLIST_EXPORTER_XML::makeSymbols(), Matches(), SCH_EDITOR_CONTROL::Paste(), SCH_SCREEN::Remove(), and SCH_IO_KICAD_SEXPR::saveSymbol().
|
overridevirtual |
|
overridevirtual |
|
inlinevirtualinherited |
Return the coordinates that should be used for sorting this element visually compared to other elements.
For instance, for lines the midpoint might be a better sorting point than either end.
Reimplemented in SCH_LINE.
Definition at line 288 of file eda_item.h.
References GetPosition().
|
inlineinherited |
Definition at line 279 of file sch_item.h.
References m_storedPos.
|
inlinevirtualinherited |
Reimplemented in SCH_BUS_ENTRY_BASE, SCH_LINE, and SCH_SHAPE.
Definition at line 610 of file sch_item.h.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::processItem().
|
inline |
Definition at line 166 of file sch_symbol.h.
References m_lib_id.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inlineinherited |
Definition at line 161 of file eda_item.h.
References CANDIDATE, CONNECTIVITY_CANDIDATE, IS_LINKED, m_flags, SELECTED_BY_DRAG, SELECTION_CANDIDATE, and SKIP_STRUCT.
Referenced by ClearTempFlags(), and SCH_ITEM::SwapFlags().
|
inlineinherited |
Definition at line 203 of file symbol.h.
References m_transform.
|
inlineinherited |
Definition at line 202 of file symbol.h.
References m_transform.
Referenced by KIGFX::SCH_PAINTER::draw(), SCH_FIELD::GetDrawRotation(), SCH_SYMBOL::GetOrientation(), SCH_FIELD::GetPosition(), GetRelativePosition(), SCH_SELECTION_TOOL::GuessSelectionCandidates(), SCH_MOVE_TOOL::moveItem(), SCH_SYMBOL::operator==(), SCH_SYMBOL::Plot(), SCH_SYMBOL::PlotPins(), DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::processItem(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_FIELD::SetPosition(), and ERC_TESTER::TestTextVars().
|
inherited |
Return a translated description of the type for this EDA_ITEM for display in user facing messages.
Definition at line 392 of file eda_item.cpp.
References ENUM_MAP< T >::Instance(), and Type().
Referenced by EDIT_TOOL::doMoveSelection(), and GetFriendlyName().
|
inlineinherited |
Definition at line 238 of file sch_item.h.
References m_unit.
Referenced by SCH_IO_EAGLE::addImplicitConnections(), SCH_SHEET_PATH::AddNewSymbolInstances(), SCH_EDIT_FRAME::AnnotateSymbols(), BOOST_AUTO_TEST_CASE(), SCH_SHEET_PATH::CheckForMissingSymbolInstances(), SCH_PIN::Clone(), SCH_EDIT_TOOL::collectUnits(), SYMBOL_EDITOR_PIN_TOOL::CreateImagePins(), SCH_EDIT_FRAME::DeleteAnnotation(), SCH_INSPECTION_TOOL::DiffSymbol(), SYMBOL_EDITOR_EDIT_TOOL::DoDelete(), SCH_SYMBOL::doIsConnected(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), SYMBOL_EDITOR_PIN_TOOL::EditPinProperties(), SCH_EDITOR_CONTROL::EditWithSymbolEditor(), RESCUE_CACHE_CANDIDATE::FindRescues(), RESCUE_SYMBOL_LIB_TABLE_CANDIDATE::FindRescues(), SCH_EDITOR_CONTROL::FindSymbolAndItem(), CADSTAR_SCH_ARCHIVE_LOADER::fixUpLibraryPins(), PIN_INFO_FORMATTER::Format(), SCH_SYMBOL::GetConnectionPoints(), SCH_SYMBOL::GetEndPoints(), GetMsgPanelInfo(), SCH_SYMBOL::GetPin(), SCH_COLLECTOR::Inspect(), SCH_SYMBOL::IsPointClickableAnchor(), KIGFX::SCH_PAINTER::isUnitAndConversionShown(), SYMBOL_EDIT_FRAME::LoadSymbolFromSchematic(), DIALOG_LIB_EDIT_PIN_TABLE::OnAddRow(), SCH_SYMBOL::operator==(), SYMBOL_EDITOR_EDIT_TOOL::Paste(), SCH_SYMBOL::Plot(), SCH_SYMBOL::PlotPins(), DIALOG_CHANGE_SYMBOLS::processSymbols(), SCH_EDIT_TOOL::Properties(), CONNECTION_GRAPH::Recalculate(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveArc(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveBezier(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveCircle(), SCH_IO_KICAD_LEGACY_LIB_CACHE::savePin(), SCH_IO_KICAD_LEGACY_LIB_CACHE::savePolyLine(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveRectangle(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveText(), SCH_ITEM_DESC::SCH_ITEM_DESC(), SCHEMATIC::SCHEMATIC(), SCH_SELECTION_TOOL::Selectable(), SCH_EDIT_FRAME::SelectUnit(), PIN_TABLE_DATA_MODEL::SetValue(), sort_by_pin_number(), DIALOG_FIELD_PROPERTIES::TransferDataToWindow(), SYMBOL_UNIT_MENU::update(), DIALOG_FIELD_PROPERTIES::UpdateField(), SCH_EDITOR_CONTROL::updatePastedSymbol(), and SCH_SYMBOL::Visit().
|
overridevirtual |
Return the number of units per package of the symbol.
Implements SYMBOL.
Definition at line 470 of file sch_symbol.cpp.
References m_part.
Referenced by NETLIST_EXPORTER_XML::addSymbolFields(), SCH_EDIT_FRAME::AnnotateSymbols(), SCH_EDIT_FRAME::DeleteAnnotation(), NETLIST_EXPORTER_XML::getComponentClassNamesForAllSymbolUnits(), GetRef(), SCH_FIELD::GetShownText(), GetUnplacedUnitsForSymbol(), DIALOG_EDIT_SYMBOLS_LIBID::initDlg(), IsMultiUnit(), SCH_FIELD::Matches(), SyncOtherUnits(), and DIALOG_FIELD_PROPERTIES::TransferDataToWindow().
|
overridevirtual |
Return the display name for a given unit aUnit.
Reimplemented from SCH_ITEM.
Definition at line 497 of file sch_symbol.cpp.
References _, m_part, and SubReference().
Referenced by DIALOG_FIELD_PROPERTIES::TransferDataToWindow(), and SYMBOL_UNIT_MENU::update().
|
inline |
Definition at line 500 of file sch_symbol.h.
References GetUnitSelection(), and SCH_ITEM::Schematic().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
int SCH_SYMBOL::GetUnitSelection | ( | const SCH_SHEET_PATH * | aSheet | ) | const |
Return the instance-specific unit selection for the given sheet path.
Definition at line 735 of file sch_symbol.cpp.
References m_instanceReferences, SCH_ITEM::m_unit, SCH_SHEET_PATH::Path(), and path.
Referenced by NETLIST_EXPORTER_XML::addSymbolFields(), SCH_EDIT_FRAME::AnnotateSymbols(), KIGFX::SCH_PAINTER::draw(), NETLIST_EXPORTER_XML::getComponentClassNamesForAllSymbolUnits(), GetPins(), SCH_FIELD::GetShownText(), GetUnitProp(), HasConnectivityChanges(), SCH_FIELD::Matches(), CONNECTION_GRAPH::Recalculate(), ResolveTextVar(), SCH_REFERENCE::SCH_REFERENCE(), and SCH_SHEET_PATH::UpdateAllScreenReferences().
|
overridevirtual |
Implements SYMBOL.
Definition at line 777 of file sch_symbol.cpp.
References GetField(), SCH_FIELD::GetShownText(), EDA_TEXT::GetText(), and VALUE.
Referenced by NETLIST_EXPORTER_XML::addSymbolFields(), SCH_EDIT_FRAME::AnnotateSymbols(), SCH_EDIT_FRAME::DeleteAnnotation(), SCH_PIN::GetDefaultNetName(), GetValueProp(), HasConnectivityChanges(), SCH_REFERENCE::SCH_REFERENCE(), ERC_TESTER::TestSimilarLabels(), NETLIST_EXPORTER_ALLEGRO::toAllegroPackages(), NETLIST_EXPORTER_CADSTAR::WriteNetlist(), NETLIST_EXPORTER_ORCADPCB2::WriteNetlist(), and NETLIST_EXPORTER_PADS::WriteNetlist().
|
inline |
Definition at line 490 of file sch_symbol.h.
References GetValue(), and SCH_ITEM::Schematic().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inline |
Definition at line 763 of file sch_symbol.h.
References GetPosition(), and VECTOR2< T >::x.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), and SetY().
|
inline |
Definition at line 766 of file sch_symbol.h.
References GetPosition(), and VECTOR2< T >::y.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), and SetX().
bool SCH_SYMBOL::HasBrightenedPins | ( | ) |
Definition at line 2679 of file sch_symbol.cpp.
|
inlinevirtualinherited |
Reimplemented in SCH_LABEL_BASE.
Definition at line 582 of file sch_item.h.
Referenced by CONNECTION_SUBGRAPH::GetNameForDriver().
|
overridevirtual |
Check if aItem has connectivity changes against this object.
This provides granular per object connectivity change testing to prevent the need to rebuild the CONNECTION_GRAPH when object properties that have nothing to do with the schematic connectivity changes i.e. color, thickness, fill type. etc.
aItem | is the item to test for connectivity changes. |
aInstance | is the instance to test for connectivity changes. This parameter is only meaningful for SCH_SYMBOL objects. |
Reimplemented from SCH_ITEM.
Definition at line 2196 of file sch_symbol.cpp.
References GetLibId(), GetPosition(), GetRef(), GetUnitSelection(), GetValue(), HasConnectivityChanges(), IsPower(), m_pins, pin, SCH_ITEM::SCH_ITEM(), and SCH_SYMBOL().
Referenced by HasConnectivityChanges().
|
overridevirtual |
Implements SYMBOL.
Definition at line 488 of file sch_symbol.cpp.
References m_part.
Referenced by BODY_STYLE_MENU::update().
|
inlineinherited |
Definition at line 146 of file eda_item.h.
References m_flags.
Referenced by PCB_CONTROL::ApplyDesignBlockLayout(), BOARD::BulkRemoveStaleTeardrops(), GRAPHICS_CLEANER::cleanupShapes(), PCB_BASE_EDIT_FRAME::ClearListAndDeleteItems(), SCH_EDIT_TOOL::DoDelete(), SCH_MOVE_TOOL::doMoveSelection(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), PCB_TUNING_PATTERN::Flip(), SCH_MOVE_TOOL::getConnectedDragItems(), SCH_MOVE_TOOL::getConnectedItems(), FOOTPRINT::IsConflicting(), ZONE::IsConflicting(), SCH_SCREEN::MarkConnections(), PCB_TUNING_PATTERN::Mirror(), PCB_TUNING_PATTERN::Move(), SCH_MOVE_TOOL::moveItem(), SCH_MOVE_TOOL::orthoLineDrag(), SYMBOL_EDITOR_PIN_TOOL::PlacePin(), GERBVIEW_FRAME::RemapLayers(), PCB_TUNING_PATTERN::Rotate(), SCH_EDIT_TOOL::Rotate(), SCH_TOOL_BASE< T >::saveCopyInUndoList(), PCB_SELECTION_TOOL::selectAllConnectedShapes(), SCH_SELECTION_TOOL::SelectMultiple(), SCH_COMMIT::Stage(), TRACKS_CLEANER::testTrackEndpointIsNode(), and PCB_TUNING_PATTERN::ViewDraw().
|
inlinevirtualinherited |
Check if this schematic item has line stoke properties.
Reimplemented in SCH_BUS_ENTRY_BASE, SCH_LINE, and SCH_SHAPE.
Definition at line 608 of file sch_item.h.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::processItem().
|
overridevirtual |
Test if aRect intersects this item.
aRect | A reference to a BOX2I object containing the rectangle to test. |
aContained | Set to true to test for containment instead of an intersection. |
aAccuracy | Increase aRect by this amount. |
Reimplemented from EDA_ITEM.
Definition at line 2464 of file sch_symbol.cpp.
References BOX2< Vec >::Contains(), GetBodyBoundingBox(), BOX2< Vec >::Inflate(), BOX2< Vec >::Intersects(), EDA_ITEM::m_flags, SKIP_STRUCT, and STRUCT_DELETED.
|
overridevirtual |
Test if aPoly intersects this item.
aPoly | A reference to a SHAPE_LINE_CHAIN object containing the polygon or polyline to test. |
aContained | Set to true to test for containment instead of an intersection. |
Reimplemented from EDA_ITEM.
Definition at line 2480 of file sch_symbol.cpp.
References KIGEOM::BoxHitTest(), GetBodyBoundingBox(), EDA_ITEM::m_flags, SKIP_STRUCT, and STRUCT_DELETED.
|
overridevirtual |
Test if aPosition is inside or on the boundary of this item.
aPosition | A reference to a VECTOR2I object containing the coordinates to test. |
aAccuracy | Increase the item bounding box by this amount. |
Reimplemented from EDA_ITEM.
Definition at line 2452 of file sch_symbol.cpp.
References BOX2< Vec >::Contains(), GetBodyBoundingBox(), and BOX2< Vec >::Inflate().
Definition at line 175 of file sch_symbol.cpp.
References BASE, DATASHEET, DESCRIPTION, FOOTPRINT, GetCanonicalFieldName(), LAYER_DEVICE, LAYER_FIELDS, LAYER_REFERENCEPART, LAYER_VALUEPART, SCH_ITEM::m_bodyStyle, m_fields, m_isInNetlist, SCH_ITEM::m_layer, m_pos, m_prefix, SYMBOL::m_transform, SCH_ITEM::m_unit, REFERENCE, and VALUE.
Referenced by SCH_SYMBOL(), and SCH_SYMBOL().
|
inherited |
Create a new connection object associated with this object.
aPath | is the sheet path to initialize. |
Definition at line 404 of file sch_item.cpp.
References Connection(), CONNECTION_GRAPH, m_connection_map, SCH_CONNECTION::Reset(), SCH_CONNECTION::SetGraph(), and SCH_CONNECTION::SetSheet().
Referenced by GetOrInitConnection(), and CONNECTION_GRAPH::updateGenericItemConnectivity().
bool SCH_SYMBOL::IsAnnotated | ( | const SCH_SHEET_PATH * | aSheet | ) | const |
Check if the symbol has a valid annotation (reference) for the given sheet path.
aSheet | is the sheet path to test. |
Definition at line 685 of file sch_symbol.cpp.
References m_instanceReferences, SCH_SHEET_PATH::Path(), and path.
Referenced by SCH_EDIT_TOOL::collectUnits(), SCH_EDIT_FRAME::DeleteAnnotation(), SCH_EDIT_FRAME::mapExistingAnnotation(), SCH_EDIT_FRAME::SaveSymbolToSchematic(), SyncOtherUnits(), and DIALOG_FIELD_PROPERTIES::UpdateField().
|
inlineinherited |
Definition at line 102 of file view_item.h.
References m_isBOARD_ITEM.
Referenced by KIGFX::PCB_VIEW::Add(), PCB_GRID_HELPER::BestSnapAnchor(), EDIT_TOOL::doMoveSelection(), KIGFX::PCB_PAINTER::Draw(), EDA_ITEM::EDA_ITEM(), MULTICHANNEL_TOOL::findOtherItemsInRuleArea(), PCB_BASE_FRAME::FocusOnItem(), PCB_SELECTION_TOOL::highlightInternal(), PCB_TEST_SELECTION_TOOL::highlightInternal(), GENERAL_COLLECTOR::Inspect(), BOARD::Move(), PCB_GRID_HELPER::nearestAnchor(), PCB_CONTROL::Paste(), DRAWING_TOOL::PlaceImportedGraphics(), BOARD_COMMIT::Push(), PCB_BASE_EDIT_FRAME::PutDataInPreviousState(), KIGFX::PCB_VIEW::Remove(), PCB_SELECTION_TOOL::select(), PCB_SELECTION_TOOL::SelectAll(), PCB_EDIT_FRAME::SetActiveLayer(), PCB_BASE_FRAME::SetPlotSettings(), PCB_EDIT_FRAME::ShowBoardSetupDialog(), EDIT_TOOL::Swap(), BOARD_COMMIT::undoLevelItem(), PCB_SELECTION_TOOL::unhighlightInternal(), PCB_TEST_SELECTION_TOOL::unhighlightInternal(), PCB_SELECTION_TOOL::UnselectAll(), KIGFX::PCB_VIEW::Update(), KIGFX::PCB_VIEW::UpdateCollidingItems(), EDIT_TOOL::updateModificationPoint(), and DIALOG_POSITION_RELATIVE::UpdatePickedItem().
|
inlineinherited |
Definition at line 129 of file eda_item.h.
References BRIGHTENED, and m_flags.
Referenced by KIGFX::GERBVIEW_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), SCH_FIND_REPLACE_TOOL::FindNext(), SCH_EDIT_FRAME::FocusOnItem(), SYMBOL_EDIT_FRAME::FocusOnItem(), KIGFX::DS_RENDER_SETTINGS::GetColor(), KIGFX::PCB_RENDER_SETTINGS::GetColor(), KIGFX::SCH_PAINTER::getLineWidth(), KIGFX::SCH_PAINTER::getRenderColor(), SCH_FIND_REPLACE_TOOL::UpdateFind(), and SCH_EDITOR_CONTROL::UpdateNetHighlighting().
|
inlineoverridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 711 of file sch_symbol.h.
|
inherited |
Test the item to see if it is connected to aPoint.
aPoint | is a reference to a VECTOR2I object containing the coordinates to test. |
Definition at line 314 of file sch_item.cpp.
References doIsConnected(), EDA_ITEM::m_flags, SKIP_STRUCT, and STRUCT_DELETED.
Referenced by JUNCTION_HELPERS::AnalyzePoint(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), SCH_MOVE_TOOL::getConnectedItems(), SCH_SCREEN::IsTerminalPoint(), and SCH_SCREEN::MarkConnections().
|
inlineinherited |
Definition at line 554 of file sch_item.h.
References m_connectivity_dirty.
Referenced by KIGFX::SCH_PAINTER::draw(), SCH_BUS_ENTRY_BASE::GetBusEntryColor(), SCH_BUS_ENTRY_BASE::GetEffectiveLineStyle(), SCH_LINE::GetEffectiveLineStyle(), SCH_JUNCTION::getEffectiveShape(), SCH_FIELD::GetFieldColor(), SCH_JUNCTION::GetJunctionColor(), SCH_LABEL_BASE::GetLabelColor(), SCH_LINE::GetLineColor(), SCH_BUS_ENTRY_BASE::GetMsgPanelInfo(), SCH_JUNCTION::GetMsgPanelInfo(), SCH_LABEL_BASE::GetMsgPanelInfo(), SCH_LINE::GetMsgPanelInfo(), SCH_PIN::GetMsgPanelInfo(), SCH_BUS_BUS_ENTRY::GetPenWidth(), SCH_BUS_WIRE_ENTRY::GetPenWidth(), SCH_LINE::GetPenWidth(), highlightNet(), and SCH_TOOL_BASE< T >::saveCopyInUndoList().
|
inlinevirtualinherited |
Reimplemented in SCH_BUS_ENTRY_BASE, SCH_DIRECTIVE_LABEL, SCH_LABEL_BASE, SCH_LINE, and SCH_PIN.
Definition at line 486 of file sch_item.h.
|
inlinevirtualinherited |
Test if aPt is an end point of this schematic object.
aPt | is the coordinate to test for an end point. |
true | if aPt is an end point. |
false | if aPt is not an end point. |
Reimplemented in SCH_LINE, and SCH_SHAPE.
Definition at line 484 of file sch_item.h.
Referenced by SCH_SCREEN::MarkConnections().
|
inlineinherited |
Definition at line 128 of file eda_item.h.
References ENTERED, and m_flags.
Referenced by KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), and KIGFX::SCH_PAINTER::draw().
|
inlineinherited |
Definition at line 211 of file eda_item.h.
References m_forceVisible.
Referenced by KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), SCH_FIELD::Plot(), and SCH_FIND_REPLACE_TOOL::UpdateFind().
|
overridevirtual |
Implements SYMBOL.
Definition at line 2797 of file sch_symbol.cpp.
References m_part.
Referenced by IsPower(), and IsSymbolLikePowerGlobalLabel().
|
inherited |
Definition at line 105 of file sch_item.cpp.
References SCH_BITMAP_T, SCH_BUS_BUS_ENTRY_T, SCH_BUS_WIRE_ENTRY_T, SCH_DIRECTIVE_LABEL_T, SCH_FIELD_T, SCH_GLOBAL_LABEL_T, SCH_GROUP_T, SCH_HIER_LABEL_T, SCH_JUNCTION_T, SCH_LABEL_T, SCH_LINE_T, SCH_NO_CONNECT_T, SCH_PIN_T, SCH_RULE_AREA_T, SCH_SHAPE_T, SCH_SHEET_PIN_T, SCH_SHEET_T, SCH_SYMBOL_T, SCH_TABLE_T, SCH_TEXT_T, SCH_TEXTBOX_T, and EDA_ITEM::Type().
Referenced by SCH_MOVE_TOOL::doMoveSelection(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), SCH_GROUP_TOOL::Group(), SCH_COMMIT::pushSchEdit(), and SCH_EDIT_TOOL::RepeatDrawItem().
|
inlinevirtualinherited |
Allow items to support hypertext actions when hovered/clicked.
Reimplemented in SCH_FIELD, SCH_TEXT, and SCH_TEXTBOX.
Definition at line 302 of file sch_item.h.
Referenced by RenderAsBitmap().
bool SCH_SYMBOL::IsInNetlist | ( | ) | const |
Definition at line 2519 of file sch_symbol.cpp.
References m_isInNetlist.
Referenced by CONNECTION_SUBGRAPH::ResolveDrivers().
|
overridevirtual |
Implements SYMBOL.
Definition at line 2788 of file sch_symbol.cpp.
References m_part.
Referenced by IsPower(), and IsSymbolLikePowerLocalLabel().
|
inlinevirtualinherited |
Reimplemented in BOARD_ITEM, FOOTPRINT, and PAD.
Definition at line 120 of file eda_item.h.
Referenced by DIALOG_GROUP_PROPERTIES::DIALOG_GROUP_PROPERTIES(), SCH_IO_KICAD_SEXPR::saveGroup(), and SCH_ITEM_DESC::SCH_ITEM_DESC().
bool SCH_SYMBOL::IsMissingLibSymbol | ( | ) | const |
Check to see if the library symbol is set to the dummy library symbol.
When the library symbol is missing (which technically should not happen now that the library symbols are cached in the schematic file), a dummy library symbol is substituted for the missing symbol as an indicator that something is amiss. The dummy symbol cannot be edited so a check for this symbol must be performed before attempting to edit the library symbol with the library editor or it will crash KiCad.
Definition at line 211 of file sch_symbol.cpp.
References m_part.
Referenced by SCH_EDITOR_CONTROL::EditWithSymbolEditor(), DIALOG_SYMBOL_FIELDS_TABLE::OnSchItemsAdded(), DIALOG_SYMBOL_FIELDS_TABLE::OnSchItemsChanged(), SCH_EDIT_TOOL::Properties(), POWER_SEARCH_HANDLER::Search(), and SYMBOL_SEARCH_HANDLER::Search().
|
inlineinherited |
Definition at line 123 of file eda_item.h.
References IS_CHANGED, and m_flags.
Referenced by PCB_EDIT_FRAME::OpenProjectFiles().
|
overridevirtual |
Return true for items which are moved with the anchor point at mouse cursor and false for items moved with no reference to anchor.
Usually return true for small items (labels, junctions) and false for items which can be large (hierarchical sheets, symbols).
Reimplemented from SCH_ITEM.
Definition at line 217 of file sch_symbol.cpp.
References m_pins, m_pos, pin, and schIUScale.
|
inlineinherited |
Definition at line 125 of file eda_item.h.
References IS_MOVING, and m_flags.
Referenced by SCH_EDIT_TOOL::AutoplaceFields(), SCH_PIN::CalcEdit(), PCB_GRID_HELPER::computeAnchors(), EDIT_TOOL::doMoveSelection(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), PCB_SHAPE::isMoving(), SCH_SHAPE::isMoving(), SCH_EDIT_TOOL::JustifyText(), SCH_EDIT_TOOL::Mirror(), SYMBOL_EDITOR_EDIT_TOOL::Mirror(), PCB_BASE_FRAME::PlaceFootprint(), SCH_EDIT_TOOL::Rotate(), SYMBOL_EDITOR_EDIT_TOOL::Rotate(), SCH_EDIT_TOOL::Swap(), and SYMBOL_EDITOR_EDIT_TOOL::Swap().
|
inlineoverridevirtual |
Implements SYMBOL.
Definition at line 261 of file sch_symbol.h.
References GetBodyStyleCount().
Referenced by BODY_STYLE_MENU::update().
|
inlineoverridevirtual |
Implements SYMBOL.
Definition at line 252 of file sch_symbol.h.
References GetUnitCount().
|
inlineinherited |
Definition at line 124 of file eda_item.h.
References IS_NEW, and m_flags.
Referenced by SCH_EDIT_TOOL::CycleBodyStyle(), EDIT_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), KIGFX::SCH_PAINTER::draw(), SYMBOL_EDITOR_PIN_TOOL::EditPinProperties(), PCB_TUNING_PATTERN::EditStart(), SYMBOL_EDITOR_DRAWING_TOOLS::Init(), SCH_LINE_WIRE_BUS_TOOL::IsDrawingLineWireOrBus(), SCH_SCREEN::IsTerminalPoint(), PL_EDIT_TOOL::Main(), PL_POINT_EDITOR::Main(), SCH_POINT_EDITOR::Main(), PCB_BASE_FRAME::PlaceFootprint(), SYMBOL_EDITOR_PIN_TOOL::PlacePin(), SCH_SELECTION_TOOL::select(), COMMIT::Unstage(), and PCB_TUNING_PATTERN::ViewDraw().
|
overridevirtual |
|
overridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 2729 of file sch_symbol.cpp.
References SCH_ITEM::GetBodyStyle(), SCH_ITEM::GetUnit(), m_pins, and pin.
|
overridevirtual |
Implements SYMBOL.
Definition at line 2806 of file sch_symbol.cpp.
References IsGlobalPower(), and IsLocalPower().
Referenced by NETLIST_EXPORTER_BASE::CreatePinList(), SCH_EDIT_TOOL::EditField(), HasConnectivityChanges(), DIALOG_SYMBOL_FIELDS_TABLE::OnSchItemsAdded(), DIALOG_SYMBOL_FIELDS_TABLE::OnSchItemsChanged(), POWER_SEARCH_HANDLER::Search(), SYMBOL_SEARCH_HANDLER::Search(), SCH_SHEET::SymbolCount(), SCH_EDITOR_CONTROL::UpdateNetHighlighting(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem().
|
inlineinherited |
Definition at line 250 of file sch_item.h.
References m_private.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), compare(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), FIELDS_GRID_TABLE::getField(), FIELDS_EDITOR_GRID_DATA_MODEL::getFieldShownText(), GetMsgPanelInfo(), FIELDS_GRID_TABLE::GetValue(), FIELDS_GRID_TABLE::GetValueAsBool(), FIELDS_GRID_TABLE::getVisibleRowCount(), SCH_RULE_AREA::Plot(), SCH_SHAPE::Plot(), SCH_TEXT::Plot(), SCH_TEXTBOX::Plot(), DIALOG_CHANGE_SYMBOLS::processSymbols(), EE_GRID_HELPER::queryVisible(), SCH_IO_KICAD_SEXPR::saveField(), SCH_IO_KICAD_SEXPR_LIB_CACHE::saveField(), SCH_IO_KICAD_SEXPR_LIB_CACHE::saveSymbolDrawItem(), SCH_IO_KICAD_SEXPR_LIB_CACHE::saveText(), SCH_IO_KICAD_SEXPR_LIB_CACHE::saveTextBox(), SCH_ITEM_DESC::SCH_ITEM_DESC(), SCH_SHAPE::ViewGetLayers(), and SCH_TEXT::ViewGetLayers().
|
inlineoverridevirtual |
Override this method in any derived object that supports test find and replace.
Reimplemented from EDA_ITEM.
Definition at line 758 of file sch_symbol.h.
|
inlineinherited |
Definition at line 131 of file eda_item.h.
References m_isRollover.
Referenced by KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), and SCH_SELECTION_TOOL::Main().
|
inlineinherited |
Definition at line 101 of file view_item.h.
References m_isSCH_ITEM.
Referenced by EDA_ITEM::EDA_ITEM(), SCH_EDIT_FRAME::FocusOnItem(), SYMBOL_EDIT_FRAME::FocusOnItem(), SCH_TOOL_BASE< T >::saveCopyInUndoList(), and KIGFX::SCH_VIEW::Update().
|
inlineinherited |
Definition at line 127 of file eda_item.h.
References m_flags, and SELECTED.
Referenced by SCH_EDIT_TOOL::ChangeTextType(), DIALOG_CLEANUP_TRACKS_AND_VIAS::doCleanup(), EDIT_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), KIGFX::PCB_PAINTER::Draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::drawItemBoundingBox(), DS_PROXY_UNDO_ITEM::DS_PROXY_UNDO_ITEM(), RENDER_3D_OPENGL::get3dModelsFromFootprint(), KIGFX::DS_RENDER_SETTINGS::GetColor(), KIGFX::GERBVIEW_RENDER_SETTINGS::GetColor(), KIGFX::PCB_RENDER_SETTINGS::GetColor(), SCH_MOVE_TOOL::getConnectedDragItems(), KIGFX::SCH_PAINTER::getLineWidth(), KIGFX::SCH_PAINTER::getRenderColor(), DIALOG_CHANGE_SYMBOLS::isMatch(), DIALOG_EXCHANGE_FOOTPRINTS::isMatch(), SCH_LINE::MergeOverlap(), SCH_EDIT_TOOL::Mirror(), EDIT_TOOL::MoveExact(), SCH_MOVE_TOOL::moveItem(), KIGFX::SCH_PAINTER::nonCached(), SCH_MOVE_TOOL::orthoLineDrag(), DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::processItem(), BOARD_COMMIT::Push(), SCH_COMMIT::pushSchEdit(), PCB_SELECTION_TOOL::RebuildSelection(), SCH_SELECTION_TOOL::RebuildSelection(), SCH_FIND_REPLACE_TOOL::ReplaceAll(), SCH_COMMIT::Revert(), SCH_EDIT_TOOL::Rotate(), SCH_TOOL_BASE< T >::saveCopyInUndoList(), CLIPBOARD_IO::SaveSelection(), SCH_IO_KICAD_SEXPR::saveTable(), GERBVIEW_SELECTION_TOOL::select(), PCB_SELECTION_TOOL::select(), PCB_TEST_SELECTION_TOOL::select(), PCB_SELECTION_TOOL::selectAllConnectedTracks(), SCH_EDIT_FRAME::SelectBodyStyle(), PCB_SELECTION_TOOL::SelectColumns(), SCH_SELECTION_TOOL::SelectColumns(), PCB_SELECTION_TOOL::SelectMultiple(), SCH_SELECTION_TOOL::SelectMultiple(), GERBVIEW_SELECTION_TOOL::selectPoint(), PCB_SELECTION_TOOL::SelectRows(), SCH_SELECTION_TOOL::SelectRows(), SCH_COMMIT::Stage(), DIALOG_FOOTPRINT_PROPERTIES::TransferDataFromWindow(), DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR::TransferDataFromWindow(), DIALOG_TABLE_PROPERTIES::TransferDataToWindow(), GERBVIEW_SELECTION_TOOL::unselect(), SCH_FIND_REPLACE_TOOL::UpdateFind(), SCH_SYMBOL::UpdatePins(), PCB_TUNING_PATTERN::ViewDraw(), PCB_FIELD::ViewGetLOD(), DIALOG_GLOBAL_EDIT_TEARDROPS::visitItem(), DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::visitItem().
|
inlineinherited |
Definition at line 184 of file eda_item.h.
References IS_SHOWN_AS_BITMAP, and m_flags.
bool SCH_SYMBOL::IsSymbolLikePowerGlobalLabel | ( | ) | const |
Definition at line 2752 of file sch_symbol.cpp.
References GetAllLibPins(), GetLibSymbolRef(), IsGlobalPower(), and PT_POWER_IN.
Referenced by DIALOG_LABEL_PROPERTIES::TransferDataToWindow().
bool SCH_SYMBOL::IsSymbolLikePowerLocalLabel | ( | ) | const |
Definition at line 2770 of file sch_symbol.cpp.
References GetAllLibPins(), GetLibSymbolRef(), IsLocalPower(), and PT_POWER_IN.
Referenced by KIGFX::SCH_PAINTER::draw(), and DIALOG_LABEL_PROPERTIES::TransferDataToWindow().
|
inlineoverridevirtualinherited |
Check whether the item is one of the listed types.
aScanTypes | List of item types |
Reimplemented from EDA_ITEM.
Reimplemented in SCH_LABEL_BASE, and SCH_LINE.
Definition at line 182 of file sch_item.h.
References EDA_ITEM::IsType(), LAYER_BUS, LAYER_NOTES, LAYER_WIRE, m_layer, SCH_ITEM_LOCATE_BUS_T, SCH_ITEM_LOCATE_GRAPHIC_LINE_T, SCH_ITEM_LOCATE_WIRE_T, SCH_LINE_T, and EDA_ITEM::Type().
Referenced by SCH_EDIT_TOOL::AutoplaceFields(), SCH_DRAWING_TOOLS::findWireLabelDriverName(), KIGFX::SCH_PAINTER::getLineWidth(), KIGFX::SCH_PAINTER::getRenderColor(), SCH_FIELD::IsType(), SCH_LABEL_BASE::IsType(), SCH_LINE::IsType(), SCH_SELECTION_TOOL::RequestSelection(), GROUP_SEARCH_HANDLER::Search(), LABEL_SEARCH_HANDLER::Search(), SCH_MARKER::SerializeToString(), SCH_EDIT_FRAME::UpdateHopOveredWires(), and DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem().
|
inlinestaticinherited |
This changes first parameter to avoid the DList and use the main queue instead.
Definition at line 325 of file eda_item.h.
References CONTINUE, EDA_ITEM(), QUIT, and Visit().
Referenced by BOARD::Visit(), FOOTPRINT::Visit(), and GERBER_FILE_IMAGE::Visit().
|
inlinestaticinherited |
Change first parameter to avoid the DList and use std::vector instead.
Definition at line 345 of file eda_item.h.
References CONTINUE, EDA_ITEM(), QUIT, and Visit().
|
staticprotectedinherited |
Get the scale at which aWhatIu would be drawn at the same size as aThresholdIu on screen.
This is useful when a level-of-detail is defined in terms of a threshold size (i.e. 'only draw X when it will be bigger than Y size on screen').
E.g. if aWhatIu is 1000 and aThresholdIu is 100, then the item will be the same size as the threshold at 0.1 scale. Returning that 0.1 as the LoD will hide the item when the scale is less than 0.1 - i.e. smaller than the threshold.
Because even at zoom 1.0, 1mm in KiCad may not be exactly 1mm on a physical screen, the threshold may not be exact in practice.
Definition at line 39 of file view_item.cpp.
References KIGFX::VIEW::GetPainter(), KIGFX::PAINTER::GetSettings(), KIGFX::RENDER_SETTINGS::IsPrinting(), LOD_HIDE, LOD_SHOW, and VIEW.
Referenced by GERBER_DRAW_ITEM::ViewGetLOD(), PAD::ViewGetLOD(), PCB_TRACK::ViewGetLOD(), PCB_VIA::ViewGetLOD(), and SCH_LINE::ViewGetLOD().
|
protectedinherited |
Compare aText against search criteria in aSearchData.
This is a helper function for simplify derived class logic.
aText | A reference to a wxString object containing the string to test. |
aSearchData | The criteria to search against. |
Definition at line 158 of file eda_item.cpp.
References CTX_SEARCH, EDA_COMBINED_MATCHER::Find(), EDA_SEARCH_DATA::findString, flag, IsReplaceable(), isWordChar(), EDA_SEARCH_DATA::matchCase, EDA_SEARCH_DATA::matchMode, next(), PERMISSIVE, REGEX, EDA_SEARCH_DATA::regex, EDA_SEARCH_DATA::regex_string, EDA_SEARCH_DATA::searchAndReplace, text, WHOLEWORD, and WILDCARD.
|
overridevirtual |
Compare the item against the search criteria in aSearchData.
The base class returns false since many of the objects derived from EDA_ITEM do not have any text to search.
aSearchData | A reference to a wxFindReplaceData object containing the search criteria. |
aAuxData | A pointer to optional data required for the search or NULL if not used. |
Reimplemented from EDA_ITEM.
Definition at line 2093 of file sch_symbol.cpp.
References GetDescription(), GetKeyWords(), GetLibSymbolRef(), GetSchSymbolLibraryName(), EDA_ITEM::Matches(), SCH_ITEM::SCH_ITEM(), and EDA_SEARCH_DATA::searchMetadata.
Referenced by SCH_FIELD::Matches().
|
overridevirtual |
Mirror item horizontally about aCenter.
Reimplemented from SCH_ITEM.
Definition at line 2038 of file sch_symbol.cpp.
References m_fields, m_pos, MIRROR(), SetOrientation(), SYM_MIRROR_Y, and VECTOR2< T >::x.
|
overridevirtual |
Mirror item vertically about aCenter.
Reimplemented from SCH_ITEM.
Definition at line 2056 of file sch_symbol.cpp.
References m_fields, m_pos, MIRROR(), SetOrientation(), SYM_MIRROR_X, and VECTOR2< T >::y.
|
inlineoverridevirtual |
Move the item by aMoveVector to a new position.
Reimplemented from SCH_ITEM.
Definition at line 676 of file sch_symbol.h.
References m_fields, and m_pos.
Referenced by SCH_IO_LTSPICE_PARSER::CreateKicadSYMBOLs(), SCH_IO_LTSPICE_PARSER::CreatePowerSymbol(), and SetPosition().
bool SCH_SYMBOL::operator!= | ( | const SCH_SYMBOL & | aSymbol | ) | const |
Definition at line 2414 of file sch_symbol.cpp.
References SCH_SYMBOL().
|
inherited |
Test if another item is less than this object.
aItem | - Item to compare against. |
Definition at line 319 of file eda_item.cpp.
References EDA_ITEM(), and KIGFX::VIEW_ITEM::GetClass().
|
overridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 2369 of file sch_symbol.cpp.
References BOX2< Vec >::GetArea(), GetBodyAndPinsBoundingBox(), m_pos, EDA_ITEM::m_Uuid, SCH_ITEM::SCH_ITEM(), SCH_SYMBOL(), EDA_ITEM::Type(), VECTOR2< T >::x, and VECTOR2< T >::y.
SCH_SYMBOL & SCH_SYMBOL::operator= | ( | const SCH_SYMBOL & | aItem | ) |
Definition at line 2420 of file sch_symbol.cpp.
References GetClass(), SCH_ITEM::LIB_SYMBOL, SCH_ITEM::m_bodyStyle, m_fields, m_instanceReferences, m_lib_id, m_part, m_pos, SYMBOL::m_transform, SCH_ITEM::m_unit, SYMBOL::operator=(), SCH_SYMBOL(), EDA_ITEM::Type(), and UpdatePins().
|
overridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 2853 of file sch_symbol.cpp.
References SCH_ITEM::GetBodyStyle(), GetFields(), GetFields(), GetLibId(), GetPosition(), SYMBOL::GetTransform(), SCH_ITEM::GetUnit(), m_pins, SCH_ITEM::SCH_ITEM(), SCH_SYMBOL(), and EDA_ITEM::Type().
bool SCH_SYMBOL::operator== | ( | const SCH_SYMBOL & | aSymbol | ) | const |
Definition at line 2391 of file sch_symbol.cpp.
References GetFields(), GetFields(), REFERENCE, and SCH_SYMBOL().
|
overridevirtual |
Plot the item to aPlotter.
aBackground | a poor-man's Z-order. The routine will get called twice, first with aBackground true and then with aBackground false. |
aUnit | - which unit to print. |
aBodyStyle | - which body style to print. |
aOffset | relative offset. |
aDimmed | reduce brightness of item. |
Reimplemented from SCH_ITEM.
Definition at line 2525 of file sch_symbol.cpp.
References _, PLOTTER::Bookmark(), SCHEMATIC::CurrentSheet(), dummy, PLOTTER::EndBlock(), SCH_ITEM::GetBodyStyle(), GetBoundingBox(), SYMBOL::GetDNP(), LIB_SYMBOL::GetDrawItems(), GetFields(), LIB_SYMBOL::GetGraphicalPins(), GetPin(), GetRef(), SCH_ITEM::getRenderSettings(), SCH_PIN::GetShape(), SCH_PIN::GetShownName(), SYMBOL::GetTransform(), SCH_PIN::GetType(), SCH_ITEM::GetUnit(), PLOTTER::HyperlinkMenu(), IS_DANGLING, SCH_PIN::IsDangling(), SCH_ITEM::LIB_SYMBOL, SYMBOL::m_DNP, m_fields, m_part, SCH_PLOT_OPTS::m_PDFPropertyPopups, m_pos, SCH_RENDER_SETTINGS::m_Transform, LIB_SYMBOL::Plot(), PlotDNP(), SCH_ITEM::SCH_ITEM(), SCH_ITEM::Schematic(), EDA_ITEM::SetFlags(), SCH_PIN::SetName(), SCH_PIN::SetShape(), SCH_PIN::SetType(), PLOTTER::StartBlock(), text, and USER.
void SCH_SYMBOL::PlotDNP | ( | PLOTTER * | aPlotter | ) | const |
Plot the red 'X' over the symbol.
This is separated to allow it being used from the screen plot function, overlapping the pins
Definition at line 2622 of file sch_symbol.cpp.
References DEFAULT_LINE_WIDTH_MILS, GetBodyAndPinsBoundingBox(), GetBodyBoundingBox(), BOX2< Vec >::GetEnd(), BOX2< Vec >::GetHeight(), KIGFX::RENDER_SETTINGS::GetLayerColor(), BOX2< Vec >::GetOrigin(), SCH_ITEM::getRenderSettings(), BOX2< Vec >::GetWidth(), BOX2< Vec >::GetX(), BOX2< Vec >::GetY(), BOX2< Vec >::Inflate(), KiROUND(), LAYER_DNP_MARKER, schIUScale, PLOTTER::SetColor(), PLOTTER::ThickSegment(), VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by Plot().
void SCH_SYMBOL::PlotPins | ( | PLOTTER * | aPlotter | ) | const |
Plot just the symbol pins.
This is separated to match the GAL display order. The pins are ALSO plotted with the symbol group. This replotting allows us to ensure that they are shown above other elements in the schematic.
aPlotter | is the PLOTTER object used to plot pins. |
Definition at line 2647 of file sch_symbol.cpp.
References SCH_ITEM::GetBodyStyle(), SYMBOL::GetDNP(), LIB_SYMBOL::GetGraphicalPins(), GetPin(), SCH_ITEM::getRenderSettings(), SCH_PIN::GetShape(), SCH_PIN::GetShownName(), SYMBOL::GetTransform(), SCH_PIN::GetType(), SCH_ITEM::GetUnit(), SCH_ITEM::LIB_SYMBOL, m_part, m_pos, SCH_RENDER_SETTINGS::m_Transform, SCH_PIN::Plot(), SCH_PIN::SetName(), SCH_PIN::SetShape(), and SCH_PIN::SetType().
void SCH_SYMBOL::RemoveField | ( | const wxString & | aFieldName | ) |
Remove a user field from the symbol.
aFieldName | is the user fieldName to remove. |
Definition at line 871 of file sch_symbol.cpp.
References m_fields.
Referenced by BACK_ANNOTATE::applyChangelist().
|
inline |
Definition at line 451 of file sch_symbol.h.
References SCH_FIELD::GetName(), and RemoveField().
Referenced by RemoveField().
void SCH_SYMBOL::RemoveInstance | ( | const KIID_PATH & | aInstancePath | ) |
Definition at line 547 of file sch_symbol.cpp.
References KIID_PATH::AsString(), m_instanceReferences, EDA_ITEM::m_Uuid, and traceSchSheetPaths.
void SCH_SYMBOL::RemoveInstance | ( | const SCH_SHEET_PATH & | aInstancePath | ) |
Definition at line 541 of file sch_symbol.cpp.
References SCH_SHEET_PATH::Path(), and RemoveInstance().
Referenced by AddHierarchicalReference(), SCH_SCREEN::PruneOrphanedSymbolInstances(), RemoveInstance(), and SCH_SHEET_PATH::RemoveSymbolInstances().
|
overridevirtualinherited |
Reimplemented from EDA_ITEM.
Definition at line 625 of file sch_item.cpp.
References BITMAP_FONT_SIZE_THRESHOLD, IsHypertext(), and text.
Referenced by KIGFX::SCH_PAINTER::draw(), and KIGFX::SCH_PAINTER::draw().
|
inlinevirtualinherited |
Perform a text replace using the find and replace criteria in aSearchData on items that support text find and replace.
This function must be overridden for items that support text replace.
aSearchData | A reference to a wxFindReplaceData object containing the search and replace criteria. |
aAuxData | A pointer to optional data required for the search or NULL if not used. |
Reimplemented in SCH_FIELD, SCH_LABEL_BASE, SCH_PIN, SCH_SHEET_PIN, SCH_TEXT, and SCH_TEXTBOX.
Definition at line 428 of file eda_item.h.
|
staticinherited |
Perform a text replace on aText using the find and replace criteria in aSearchData on items that support text find and replace.
aSearchData | A reference to a wxFindReplaceData object containing the search and replace criteria. |
aText | A reference to a wxString object containing the text to be replaced. |
Definition at line 236 of file eda_item.cpp.
References EDA_SEARCH_DATA::findString, flag, isWordChar(), EDA_SEARCH_DATA::matchCase, EDA_SEARCH_DATA::matchMode, next(), REGEX, EDA_SEARCH_DATA::regex, EDA_SEARCH_DATA::regex_string, EDA_SEARCH_DATA::replaceString, result, text, and WHOLEWORD.
Referenced by EDA_TEXT::Replace(), SCH_FIELD::Replace(), SCH_PIN::Replace(), SCH_FIND_REPLACE_TOOL::ReplaceAll(), and SCH_FIND_REPLACE_TOOL::ReplaceAndFindNext().
|
inherited |
Definition at line 292 of file sch_item.cpp.
References GetDNP(), and m_rule_areas_cache.
Referenced by SYMBOL_SEARCH_HANDLER::getResultCell(), and NETLIST_EXPORTER_XML::makeSymbols().
|
inherited |
Definition at line 277 of file sch_item.cpp.
References GetExcludedFromBoard(), and m_rule_areas_cache.
Referenced by SYMBOL_SEARCH_HANDLER::getResultCell(), NETLIST_EXPORTER_XML::makeListOfNets(), and NETLIST_EXPORTER_XML::makeSymbols().
|
inherited |
Definition at line 262 of file sch_item.cpp.
References GetExcludedFromBOM(), and m_rule_areas_cache.
Referenced by SYMBOL_SEARCH_HANDLER::getResultCell(), NETLIST_EXPORTER_XML::makeListOfNets(), and NETLIST_EXPORTER_XML::makeSymbols().
|
inherited |
Definition at line 247 of file sch_item.cpp.
References GetExcludedFromSim(), and m_rule_areas_cache.
Referenced by SYMBOL_SEARCH_HANDLER::getResultCell(), NETLIST_EXPORTER_SPICE::ReadSchematicAndLibraries(), SCH_EDIT_FRAME::RefreshOperatingPointDisplay(), and ERC_TESTER::TestSimModelIssues().
bool SCH_SYMBOL::ResolveTextVar | ( | const SCH_SHEET_PATH * | aPath, |
wxString * | token, | ||
int | aDepth = 0 ) const |
Resolve any references to system tokens supported by the symbol.
aDepth | a counter to limit recursion and circular references. |
Definition at line 1279 of file sch_symbol.cpp.
References _, SIM_LIB_MGR::CreateModel(), GetDescription(), SCH_SHEET_PATH::GetDNP(), SCHEMATIC::GetEmbeddedFiles(), SCH_SHEET_PATH::GetExcludedFromBoard(), SCH_SHEET_PATH::GetExcludedFromBOM(), SCH_SHEET_PATH::GetExcludedFromSim(), GetFootprintFieldText(), GetKeyWords(), SCH_PIN::GetName(), SCH_PIN::GetNumber(), SCHEMATIC::GetOperatingPoint(), GetPin(), GetPins(), SIM_MODEL::GetPins(), GetRef(), TEMPLATES::GetTemplateFieldNames(), GetUnitSelection(), SPICE_GENERATOR::ItemName(), SCH_SHEET_PATH::Last(), SCH_CONNECTION::LocalName(), m_fields, m_lib_id, m_part, SCHEMATIC_SETTINGS::m_TemplateFieldNames, SCH_CONNECTION::Name(), pin, SCHEMATIC::Project(), REFERENCE, SPICE_ITEM::refName, SCHEMATIC::ResolveCrossReference(), SCH_SHEET::ResolveTextVar(), SCH_SYMBOL(), SCH_ITEM::Schematic(), SIM_LIB_MGR::SetFilesStack(), SCHEMATIC::Settings(), SIM_MODEL::SpiceGenerator(), and SubReference().
Referenced by KIGFX::SCH_PAINTER::expandLibItemTextVars(), FIELDS_EDITOR_GRID_DATA_MODEL::getFieldShownText(), SCH_FIELD::GetShownText(), FIELDS_EDITOR_GRID_DATA_MODEL::GetValue(), and SCHEMATIC::ResolveCrossReference().
|
overridevirtual |
Rotate the item around aCenter 90 degrees in the clockwise direction.
Reimplemented from SCH_ITEM.
Definition at line 2074 of file sch_symbol.cpp.
References ANGLE_270, ANGLE_90, m_fields, m_pos, RotatePoint(), SetOrientation(), SYM_ROTATE_CLOCKWISE, SYM_ROTATE_COUNTERCLOCKWISE, VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by SCH_EDIT_TOOL::Rotate().
|
overridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 1083 of file sch_symbol.cpp.
References m_fields, m_pins, pin, and SCH_ITEM::SCH_ITEM().
Referenced by SCH_MARKER::DeserializeFromString().
|
inherited |
Search the item hierarchy to find a SCHEMATIC.
Every SCH_ITEM that lives on a SCH_SCREEN should be parented to either that screen or another SCH_ITEM on the same screen (for example, pins to their symbols).
Every SCH_SCREEN should be parented to the SCHEMATIC.
Definition at line 217 of file sch_item.cpp.
References EDA_ITEM::findParent(), and SCHEMATIC_T.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::AddReferences(), FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), SCH_SELECTION_TOOL::autostartEvent(), SCH_EDIT_TOOL::ChangeTextType(), Connection(), SCH_DRAWING_TOOLS::createNewSheetPin(), DIALOG_FIELD_PROPERTIES::DIALOG_FIELD_PROPERTIES(), DIALOG_SIM_MODEL< T >::DIALOG_SIM_MODEL(), SCH_FIELD::DoHypertextAction(), KIGFX::SCH_PAINTER::draw(), FIELDS_GRID_TABLE::FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE::FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE::FIELDS_GRID_TABLE(), SCH_SHEET::findSelf(), SCH_MARKER::GetColorLayer(), SCH_SHEET::GetContextualTextVars(), GetEffectiveNetClass(), SCH_JUNCTION::getEffectiveShape(), SCH_SHAPE::GetEffectiveWidth(), GetEmbeddedFonts(), GetFontMetrics(), SCH_LABEL_BASE::GetIntersheetRefs(), SCH_LABEL_BASE::GetLabelBoxExpansion(), SCH_SHAPE::getMaxError(), SCH_DIRECTIVE_LABEL::GetPenWidth(), SCH_LINE::GetPenWidth(), SCH_NO_CONNECT::GetPenWidth(), SCH_SHEET::GetPenWidth(), SCH_SHEET_PIN::GetPenWidth(), SCH_SYMBOL::GetPins(), SCH_SYMBOL::GetRefProp(), SCH_MARKER::GetSeverity(), SCH_FIELD::GetShownText(), SCH_FIELD::GetShownText(), SCH_LABEL_BASE::GetShownText(), SCH_TEXT::GetShownText(), SCH_TEXT::GetShownText(), SCH_TEXTBOX::GetShownText(), SCH_TEXT::GetTextOffset(), SCH_SYMBOL::GetUnitProp(), GetUnplacedUnitsForSymbol(), SCH_SYMBOL::GetValueProp(), SCH_PIN::HitTest(), SCH_SHEET::IsRootSheet(), SCH_LABEL_BASE::IsType(), SCH_POINT_EDITOR::makePointsAndBehavior(), SIM_MODEL::MigrateSimModel(), SCH_FIELD::OnScintillaCharAdded(), PIN_LAYOUT_CACHE::PIN_LAYOUT_CACHE(), SCH_FIELD::Plot(), SCH_LABEL_BASE::Plot(), SCH_SCREEN::Plot(), SCH_SYMBOL::Plot(), SCH_TABLE::Plot(), SCH_TEXT::Plot(), SCH_TEXTBOX::Plot(), SCH_COMMIT::pushSchEdit(), SCH_GLOBALLABEL::ResolveTextVar(), SCH_LABEL_BASE::ResolveTextVar(), SCH_SHEET::ResolveTextVar(), SCH_SYMBOL::ResolveTextVar(), SCH_COMMIT::Revert(), SCH_FIELD::SCH_FIELD(), SCH_EDIT_FRAME::SelectUnit(), SCH_MARKER::SerializeToString(), SCH_SYMBOL::SetRef(), SCH_SYMBOL::SetRefProp(), SCH_SYMBOL::SetUnitProp(), SCH_INSPECTION_TOOL::ShowDatasheet(), SCH_EDITOR_CONTROL::SimTune(), SCH_SYMBOL::SubReference(), SCH_SYMBOL::SyncOtherUnits(), DIALOG_TABLE_PROPERTIES::TransferDataFromWindow(), DIALOG_TABLE_PROPERTIES::TransferDataToWindow(), SCH_SHEET_PATH::UpdateAllScreenReferences(), FIELDS_EDITOR_GRID_DATA_MODEL::updateDataStoreSymbolField(), DIALOG_FIELD_PROPERTIES::UpdateField(), SCH_MARKER::ViewGetLayers(), and ~SCH_ITEM().
|
virtualinherited |
Serializes this object to the given Any message.
The Any message's concrete type will be specific to the object in question.
aContainer | will be filled with a message describing this object |
Reimplemented in BOARD_STACKUP, EDA_SHAPE, EDA_TEXT, FOOTPRINT, NETCLASS, PAD, PADSTACK, PCB_ARC, PCB_DIM_ALIGNED, PCB_DIM_CENTER, PCB_DIM_LEADER, PCB_DIM_ORTHOGONAL, PCB_DIM_RADIAL, PCB_DIMENSION_BASE, PCB_FIELD, PCB_GROUP, PCB_SHAPE, PCB_TEXT, PCB_TEXTBOX, PCB_TRACK, PCB_VIA, SCH_DIRECTIVE_LABEL, SCH_GLOBALLABEL, SCH_HIERLABEL, SCH_LABEL, SCH_LINE, and ZONE.
Definition at line 24 of file serializable.cpp.
Referenced by API_HANDLER_PCB::handleCreateUpdateItemsInternal(), and ~SERIALIZABLE().
|
inlineinherited |
Definition at line 98 of file inspectable.h.
References PROPERTY_MANAGER::GetProperty(), PROPERTY_MANAGER::Instance(), PROPERTY_BASE::OwnerHash(), PROPERTY_MANAGER::PropertyChanged(), PROPERTY_BASE::set(), T, TYPE_HASH, and PROPERTY_MANAGER::TypeCast().
|
inlineinherited |
Definition at line 60 of file inspectable.h.
References PROPERTY_MANAGER::Instance(), PROPERTY_BASE::OwnerHash(), PROPERTY_MANAGER::PropertyChanged(), PROPERTY_BASE::set(), T, TYPE_HASH, and PROPERTY_MANAGER::TypeCast().
|
inlineinherited |
Definition at line 43 of file inspectable.h.
References PROPERTY_MANAGER::Instance(), PROPERTY_BASE::OwnerHash(), PROPERTY_MANAGER::PropertyChanged(), PROPERTY_BASE::setter(), TYPE_HASH, and PROPERTY_MANAGER::TypeCast().
Referenced by PCB_PROPERTIES_PANEL::valueChanged(), and SCH_PROPERTIES_PANEL::valueChanged().
|
inlineinherited |
Definition at line 76 of file inspectable.h.
References PROPERTY_BASE::GetChoices(), PROPERTY_MANAGER::Instance(), PROPERTY_BASE::OwnerHash(), PROPERTY_MANAGER::PropertyChanged(), PROPERTY_BASE::set(), TYPE_HASH, and PROPERTY_MANAGER::TypeCast().
|
overridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 458 of file sch_symbol.cpp.
References SCH_ITEM::m_bodyStyle, and UpdatePins().
Referenced by SCH_EDIT_FRAME::SelectBodyStyle(), and SetBodyStyleProp().
|
inlineoverridevirtual |
Reimplemented from SCH_ITEM.
Definition at line 516 of file sch_symbol.h.
References GetBodyStyleCount(), GetBodyStyleDescription(), and SetBodyStyle().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inlineinherited |
Definition at line 135 of file eda_item.h.
References BRIGHTENED, and SetFlags().
Referenced by KIGFX::SCH_PAINTER::draw(), SCH_EDIT_FRAME::FocusOnItem(), SYMBOL_EDIT_FRAME::FocusOnItem(), PCB_BASE_FRAME::FocusOnItems(), PL_SELECTION_TOOL::highlight(), SCH_SELECTION_TOOL::highlight(), PCB_SELECTION_TOOL::highlightInternal(), PCB_TEST_SELECTION_TOOL::highlightInternal(), and SCH_EDITOR_CONTROL::UpdateNetHighlighting().
|
inherited |
Update the connection graph for all connections in this item.
Definition at line 340 of file sch_item.cpp.
References CONNECTION_GRAPH, m_connection_map, and path.
Referenced by CONNECTION_GRAPH::Merge().
|
inlineinherited |
Definition at line 556 of file sch_item.h.
References m_connectivity_dirty.
Referenced by SCH_LINE::BreakAt(), SCH_EDIT_TOOL::editFieldText(), SCH_MOVE_TOOL::getConnectedDragItems(), SCH_LINE::MergeOverlap(), SCH_LINE::NonGroupAware_BreakAt(), SCH_MOVE_TOOL::orthoLineDrag(), SCH_EDITOR_CONTROL::Paste(), SCH_COMMIT::Revert(), and SCH_TOOL_BASE< T >::saveCopyInUndoList().
|
inlineoverridevirtualinherited |
Reimplemented from SCH_ITEM.
Definition at line 198 of file symbol.h.
References m_DNP.
Referenced by BACK_ANNOTATE::applyChangelist(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue(), and LIB_FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue().
|
inlineoverridevirtualinherited |
Set or clear exclude from board netlist flag.
Reimplemented from SCH_ITEM.
Definition at line 191 of file symbol.h.
References m_excludedFromBoard.
Referenced by BOOST_AUTO_TEST_CASE(), LIB_SYMBOL::Flatten(), SCH_IO_HTTP_LIB::loadSymbolFromPart(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue(), and LIB_FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue().
|
inlineoverridevirtualinherited |
Set or clear the exclude from schematic bill of materials flag.
Reimplemented from SCH_ITEM.
Definition at line 185 of file symbol.h.
References m_excludedFromBOM.
Referenced by BACK_ANNOTATE::applyChangelist(), BOOST_AUTO_TEST_CASE(), LIB_SYMBOL::Flatten(), SCH_IO_HTTP_LIB::loadSymbolFromPart(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue(), and LIB_FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue().
|
inlineoverridevirtualinherited |
Set or clear the exclude from simulation flag.
Reimplemented from SCH_ITEM.
Definition at line 175 of file symbol.h.
References m_excludedFromSim.
Referenced by LIB_SYMBOL::Flatten(), SCH_IO_HTTP_LIB::loadSymbolFromPart(), SCH_SYMBOL_DESC::SCH_SYMBOL_DESC(), FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue(), and LIB_FIELDS_EDITOR_GRID_DATA_MODEL::setAttributeValue().
|
inlineinherited |
Definition at line 593 of file sch_item.h.
References m_fieldsAutoplaced.
Referenced by BOOST_AUTO_TEST_CASE(), SCH_EDIT_TOOL::JustifyText(), SCH_EDIT_TOOL::Mirror(), SCH_MOVE_TOOL::moveItem(), SCH_IO_KICAD_SEXPR_PARSER::parseSchText(), SCH_EDIT_TOOL::Rotate(), and DIALOG_FIELD_PROPERTIES::UpdateField().
|
inlineinherited |
Definition at line 142 of file eda_item.h.
References m_flags.
Referenced by SCH_IO_EAGLE::addBusEntries(), PCB_BASE_FRAME::AddFootprintToBoard(), FOOTPRINT_VIEWER_FRAME::AddFootprintToPCB(), SCH_IO_ALTIUM::AddTextBox(), SCH_MOVE_TOOL::AlignToGrid(), PCB_CONTROL::ApplyDesignBlockLayout(), SCH_DRAWING_TOOLS::AutoPlaceAllSheetPins(), BOARD_BOUNDING_BOX::BOARD_BOUNDING_BOX(), BOARD_BOUNDING_BOX::BOARD_BOUNDING_BOX(), BOOST_AUTO_TEST_CASE(), SCH_LINE_WIRE_BUS_TOOL::BreakSegment(), SCH_EDIT_TOOL::BreakWire(), FOOTPRINT::BuildCourtyardCaches(), SCH_EDIT_TOOL::ChangeTextType(), GRAPHICS_CLEANER::cleanupShapes(), ConnectBoardShapes(), SCH_IO_ALTIUM::CreateAliases(), PCB_TUNING_PATTERN::CreateNew(), SCH_DRAWING_TOOLS::createNewLabel(), SCH_DRAWING_TOOLS::createNewText(), SCH_EDIT_FRAME::DeleteJunction(), doConvertOutlineToPolygon(), SCH_EDIT_TOOL::DoDelete(), SCH_LINE_WIRE_BUS_TOOL::doDrawSegments(), SYMBOL_EDITOR_DRAWING_TOOLS::doDrawShape(), PCBNEW_JOBS_HANDLER::doFpExportSvg(), PCB_TOOL_BASE::doInteractiveItemPlacement(), EDIT_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), EDIT_TOOL::DragArcTrack(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), DRAWING_TOOL::DrawArc(), DRAWING_TOOL::DrawLine(), DRAWING_TOOL::DrawRectangle(), SCH_DRAWING_TOOLS::DrawShape(), SCH_DRAWING_TOOLS::DrawSheet(), PCB_TUNING_PATTERN::EditStart(), SCH_SELECTION_TOOL::EnterGroup(), PAD_TOOL::explodePad(), SCH_MOVE_TOOL::getConnectedDragItems(), SYMBOL_EDIT_FRAME::GetSymbolFromRedoList(), SYMBOL_EDIT_FRAME::GetSymbolFromUndoList(), SCH_SELECTION_TOOL::GuessSelectionCandidates(), SCH_DRAWING_TOOLS::ImportSheet(), SCH_COLLECTOR::Inspect(), BOARD_COMMIT::MakeImage(), CONVERT_TOOL::makePolysFromChainedSegs(), CONVERT_TOOL::makePolysFromClosedGraphics(), CONVERT_TOOL::makePolysFromOpenGraphics(), SCH_SCREEN::MarkConnections(), TRACKS_CLEANER::mergeCollinearSegments(), SCH_MOVE_TOOL::moveItem(), SYMBOL_EDITOR_MOVE_TOOL::moveItem(), KIGFX::ORIGIN_VIEWITEM::ORIGIN_VIEWITEM(), SCH_MOVE_TOOL::orthoLineDrag(), SCH_IO_ALTIUM::ParseBezier(), SCH_IO_ALTIUM::ParseBus(), SCH_IO_ALTIUM::ParseBusEntry(), SCH_IO_ALTIUM::ParseHarnessEntry(), SCH_IO_ALTIUM::ParseJunction(), SCH_IO_ALTIUM::ParseLabel(), SCH_IO_ALTIUM::ParseLine(), SCH_IO_ALTIUM::ParseNetLabel(), SCH_IO_ALTIUM::ParseNoERC(), SCH_IO_ALTIUM::ParsePieChart(), SCH_IO_ALTIUM::ParsePolygon(), SCH_IO_ALTIUM::ParsePolyline(), SCH_IO_ALTIUM::ParsePortHelper(), SCH_IO_ALTIUM::ParseRectangle(), SCH_IO_ALTIUM::ParseRoundRectangle(), SCH_EASYEDAPRO_PARSER::ParseSchematic(), SCH_IO_ALTIUM::ParseSheetSymbol(), SCH_IO_ALTIUM::ParseSignalHarness(), SCH_IO_ALTIUM::ParseWire(), SYMBOL_EDITOR_EDIT_TOOL::Paste(), PCB_BOARD_OUTLINE::PCB_BOARD_OUTLINE(), BOARD_EDITOR_CONTROL::PlaceFootprint(), PL_DRAWING_TOOLS::PlaceItem(), SCH_SYMBOL::Plot(), BACK_ANNOTATE::processNetNameChange(), BOARD_COMMIT::Push(), SYMBOL_EDIT_FRAME::PushSymbolToUndoList(), PCB_BASE_EDIT_FRAME::PutDataInPreviousState(), SCH_EDIT_FRAME::PutDataInPreviousState(), PCB_SELECTION_TOOL::RebuildSelection(), GERBVIEW_FRAME::RemapLayers(), BOARD::Remove(), FOOTPRINT::Remove(), PCB_TUNING_PATTERN::Remove(), SCH_EDIT_TOOL::RepeatDrawItem(), SCH_EDIT_TOOL::Rotate(), SCH_EDIT_FRAME::SaveCopyInUndoList(), CLIPBOARD_IO::SaveSelection(), SCH_IO_KICAD_SEXPR::saveTable(), PCB_SELECTION_TOOL::selectAllConnectedShapes(), SCH_SELECTION_TOOL::SelectMultiple(), SetBrightened(), SetIsShownAsBitmap(), SetModified(), SetSelected(), SCH_DRAWING_TOOLS::SingleClickPlace(), SCH_LINE_WIRE_BUS_TOOL::startSegments(), SCH_ITEM::SwapFlags(), DS_DATA_ITEM::SyncDrawItems(), DS_DATA_ITEM_BITMAP::SyncDrawItems(), SCH_DRAWING_TOOLS::TwoClickPlace(), SYMBOL_EDITOR_DRAWING_TOOLS::TwoClickPlace(), and ROUTER_TOOL::updateSizesAfterRouterEvent().
void SCH_SYMBOL::SetFootprintFieldText | ( | const wxString & | aFootprint | ) |
Definition at line 803 of file sch_symbol.cpp.
References FOOTPRINT, GetField(), and SCH_FIELD::SetText().
Referenced by BACK_ANNOTATE::applyChangelist(), SCH_IO_ALTIUM::ParseImplementation(), SCH_EDITOR_CONTROL::processCmpToFootprintLinkFile(), and SCH_SHEET_LIST::UpdateSymbolInstanceData().
|
inlineinherited |
Definition at line 166 of file view_item.h.
References m_forcedTransparency.
Referenced by EDA_ITEM::EDA_ITEM(), FOOTPRINT_DIFF_WIDGET::onSlider(), and EDA_ITEM::operator=().
|
inlineinherited |
Set and clear force visible flag used to force the item to be drawn even if it's draw attribute is set to not visible.
aEnable | True forces the item to be drawn. False uses the item's visibility setting to determine if the item is to be drawn. |
Definition at line 210 of file eda_item.h.
References m_forceVisible.
Referenced by SCH_FIND_REPLACE_TOOL::FindNext(), and SCH_FIND_REPLACE_TOOL::UpdateFind().
|
inlineinherited |
Definition at line 132 of file eda_item.h.
References m_isRollover.
Referenced by SCH_SELECTION_TOOL::Main().
|
inlineinherited |
Definition at line 176 of file eda_item.h.
References ClearFlags(), IS_SHOWN_AS_BITMAP, and SetFlags().
|
inlinevirtualinherited |
Reimplemented in SCH_BUS_ENTRY_BASE, SCH_FIELD, SCH_JUNCTION, SCH_LABEL_BASE, and SCH_LINE.
Definition at line 585 of file sch_item.h.
References SCH_ITEM().
Referenced by SCH_EDITOR_CONTROL::Paste().
|
inlineinherited |
Definition at line 310 of file sch_item.h.
References m_layer.
Referenced by PANEL_EESCHEMA_COLOR_SETTINGS::createPreviewItems(), SCH_IO_LTSPICE_PARSER::CreateWire(), SCH_LINE::Deserialize(), SCH_MOVE_TOOL::getConnectedDragItems(), CADSTAR_SCH_ARCHIVE_LOADER::loadBusses(), CADSTAR_SCH_ARCHIVE_LOADER::loadNets(), CADSTAR_SCH_ARCHIVE_LOADER::loadShapeVertices(), SCH_NO_CONNECT::SCH_NO_CONNECT(), SCH_RULE_AREA::SCH_RULE_AREA(), SCH_SHAPE::SCH_SHAPE(), SCH_TABLE::SCH_TABLE(), and SCH_FIELD::setId().
void SCH_SYMBOL::SetLibId | ( | const LIB_ID & | aName | ) |
Definition at line 238 of file sch_symbol.cpp.
References m_lib_id.
Referenced by SCH_SCREENS::ChangeSymbolLibNickname(), SCH_IO_CADSTAR_ARCHIVE::LoadSchematicFile(), SCH_IO_ALTIUM::ParseComponent(), SCH_IO_ALTIUM::ParsePowerPort(), and DIALOG_SYMBOL_REMAP::remapSymbolToLibTable().
void SCH_SYMBOL::SetLibSymbol | ( | LIB_SYMBOL * | aLibSymbol | ) |
Set this schematic symbol library symbol reference to aLibSymbol.
The schematic symbol object owns aLibSymbol and the pin list will be updated accordingly. The LIB_SYMBOL object can be null to clear the library symbol link as well as the pin map. If the LIB_SYMBOL object is not null, it must be a root symbol. Otherwise an assertion will be raised in debug builds and the library symbol will be cleared. The new file format will no longer require a cache library so all library symbols must be valid.
aLibSymbol | is the library symbol to associate with this schematic symbol. |
Definition at line 253 of file sch_symbol.cpp.
References LIB_SYMBOL::IsRoot(), SCH_ITEM::LIB_SYMBOL, m_part, m_pins, pin, and UpdatePins().
Referenced by SCH_SCREEN::Append(), SCH_IO_ALTIUM::ParsePowerPort(), SCH_EDITOR_CONTROL::Paste(), SCH_SYMBOL(), and SCH_SYMBOL().
|
inlinevirtualinherited |
Reimplemented in BOARD_ITEM, FOOTPRINT, and PCB_GROUP.
Definition at line 121 of file eda_item.h.
Referenced by SCH_ITEM_DESC::SCH_ITEM_DESC().
|
inline |
Definition at line 319 of file sch_symbol.h.
References GetOrientation(), SetOrientation(), and SYM_MIRROR_X.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inline |
Definition at line 336 of file sch_symbol.h.
References GetOrientation(), SetOrientation(), and SYM_MIRROR_Y.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inherited |
Definition at line 100 of file eda_item.cpp.
References IS_CHANGED, m_parent, and SetFlags().
Referenced by PCB_EDIT_FRAME::OpenProjectFiles(), SCH_IO_ALTIUM::ParseASCIISchematic(), and SCH_IO_ALTIUM::ParseFileHeader().
void SCH_SYMBOL::SetOrientation | ( | int | aOrientation | ) |
Compute the new transform matrix based on aOrientation for the symbol which is applied to the current transform.
aOrientation | is the orientation to apply to the transform. |
Definition at line 1616 of file sch_symbol.cpp.
References SYMBOL::m_transform, SetOrientation(), SYM_MIRROR_X, SYM_MIRROR_Y, SYM_NORMAL, SYM_ORIENT_0, SYM_ORIENT_180, SYM_ORIENT_270, SYM_ORIENT_90, SYM_ROTATE_CLOCKWISE, SYM_ROTATE_COUNTERCLOCKWISE, TRANSFORM::x1, TRANSFORM::x2, TRANSFORM::y1, and TRANSFORM::y2.
Referenced by SCH_IO_LTSPICE_PARSER::CreatePowerSymbol(), GetOrientation(), CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbol(), SCH_EDIT_TOOL::Mirror(), MirrorHorizontally(), MirrorVertically(), SCH_IO_ALTIUM::ParsePowerPort(), Rotate(), SCH_IO_LTSPICE_PARSER::RotateMirror(), SetMirrorX(), SetMirrorY(), SetOrientation(), SetOrientationProp(), and SCH_EDIT_TOOL::Swap().
|
inline |
Orientation/mirroring access for property manager.
Definition at line 293 of file sch_symbol.h.
References GetOrientation(), SetOrientation(), SYM_MIRROR_X, and SYM_MIRROR_Y.
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inlinevirtualinherited |
Reimplemented in LIB_SYMBOL, and NETINFO_ITEM.
Definition at line 113 of file eda_item.h.
References EDA_ITEM(), and m_parent.
Referenced by BOARD::Add(), FOOTPRINT::Add(), PCB_TABLE::AddCell(), SCH_TABLE::AddCell(), LIB_SYMBOL::AddDrawItem(), FOOTPRINT_VIEWER_FRAME::AddFootprintToPCB(), BOARD_NETLIST_UPDATER::addNewFootprint(), SCH_SHEET::AddPin(), PAD::AddPrimitive(), PADSTACK::AddPrimitive(), PAD::AddPrimitivePoly(), PAD::AddPrimitivePoly(), SYMBOL_EDITOR_CONTROL::AddSymbolToSchematic(), SCH_SCREEN::Append(), BOOST_AUTO_TEST_CASE(), CADSTAR_SCH_ARCHIVE_LOADER::copySymbolItems(), SCH_DRAWING_TOOLS::createNewLabel(), SCH_DRAWING_TOOLS::createNewText(), PANEL_EESCHEMA_COLOR_SETTINGS::createPreviewItems(), LIB_SYMBOL_LIBRARY_MANAGER::CreateSymbol(), FIELDS_GRID_TABLE::DetachFields(), SYMBOL_EDITOR_DRAWING_TOOLS::doDrawShape(), PCBNEW_JOBS_HANDLER::doFpExportSvg(), SCH_DRAWING_TOOLS::DrawShape(), PCB_EDIT_FRAME::ExchangeFootprint(), PAD_TOOL::explodePad(), LIB_SYMBOL::Flatten(), FOOTPRINT::FOOTPRINT(), PCB_IO_KICAD_SEXPR::FootprintSave(), DISPLAY_FOOTPRINTS_FRAME::GetFootprint(), CADSTAR_SCH_ARCHIVE_LOADER::getKiCadSchText(), PCB_TABLE::InsertCell(), SCH_TABLE::InsertCell(), LIB_SYMBOL::LIB_SYMBOL(), LTSPICE_SCHEMATIC::Load(), SCH_IO_KICAD_LEGACY_LIB_CACHE::loadAliases(), CADSTAR_SCH_ARCHIVE_LOADER::loadChildSheets(), FOOTPRINT_EDIT_FRAME::LoadFootprintFromBoard(), KI_TEST::LoadHierarchy(), SCH_IO_KICAD_LEGACY::loadHierarchy(), SCH_IO_KICAD_SEXPR::loadHierarchy(), SCH_IO_EAGLE::loadSymbolPolyLine(), SCH_IO_EAGLE::loadSymbolRectangle(), SCH_IO_EAGLE::loadSymbolWire(), PCB_POINT_EDITOR::OnSelectionChange(), LIB_SYMBOL::operator=(), SCH_IO_KICAD_SEXPR_PARSER::parseLibSymbol(), SCH_IO_KICAD_SEXPR_PARSER::ParseSchematic(), PCB_CONTROL::Paste(), SCH_EDITOR_CONTROL::Paste(), SYMBOL_EDITOR_EDIT_TOOL::Paste(), pasteFootprintItemsToFootprintEditor(), BOARD_EDITOR_CONTROL::PlaceFootprint(), BACK_ANNOTATE::processNetNameChange(), PAD::Recombine(), SCH_IO_LIB_CACHE::removeSymbol(), SCH_EDIT_TOOL::RepeatDrawItem(), SaveCopyOfZones(), FOOTPRINT_EDIT_FRAME::SaveFootprintToBoard(), CLIPBOARD_IO::SaveSelection(), SCH_SHEET_PIN::SCH_SHEET_PIN(), LIB_SYMBOL::SetFields(), SCH_DRAWING_TOOLS::SingleClickPlace(), SCH_LINE_WIRE_BUS_TOOL::startSegments(), FOOTPRINT::swapData(), PCB_TABLE::swapData(), SCH_LABEL_BASE::swapData(), SCH_SHEET::swapData(), SCH_SYMBOL::swapData(), SCH_TABLE::swapData(), BOARD_ITEM::SwapItemData(), SCH_ITEM::SwapItemData(), SCH_SYMBOL::SyncOtherUnits(), and SCH_DRAWING_TOOLS::TwoClickPlace().
|
inlinevirtualinherited |
Definition at line 115 of file eda_item.h.
References m_group.
Referenced by EDA_GROUP::AddItem(), PCB_IO_KICAD_SEXPR::FootprintSave(), GENDRILL_WRITER_BASE::genDrillMapFile(), SCH_SYMBOL::GetOrientation(), FOOTPRINT_EDIT_FRAME::LoadFootprintFromBoard(), EDA_GROUP::RemoveItem(), SaveCopyOfZones(), and CLIPBOARD_IO::SaveSelection().
|
inlineinherited |
Set the offset in mils of the pin name text from the pin symbol.
Set the offset to 0 to draw the pin name above the pin symbol.
aOffset | - The offset in mils. |
Definition at line 157 of file symbol.h.
References m_pinNameOffset.
Referenced by BOOST_AUTO_TEST_CASE(), and PANEL_EESCHEMA_COLOR_SETTINGS::createPreviewItems().
|
inlineoverridevirtual |
Reimplemented from EDA_ITEM.
Definition at line 761 of file sch_symbol.h.
Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbol(), SCH_IO_ALTIUM::ParseComponent(), SCH_IO_ALTIUM::ParsePowerPort(), SetX(), and SetY().
|
inline |
|
inlineinherited |
Definition at line 207 of file symbol.h.
References m_previewBodyStyle.
|
inlineinherited |
Definition at line 206 of file symbol.h.
References m_previewUnit.
|
inlineinherited |
Definition at line 249 of file sch_item.h.
References m_private.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), DIALOG_CHANGE_SYMBOLS::processSymbols(), SCH_ITEM_DESC::SCH_ITEM_DESC(), FIELDS_GRID_TABLE::SetValue(), FIELDS_GRID_TABLE::SetValueAsBool(), and SCH_SYMBOL::UpdateFields().
void SCH_SYMBOL::SetRef | ( | const SCH_SHEET_PATH * | aSheet, |
const wxString & | aReference ) |
Set the reference for the given sheet path for this symbol.
aSheet | is the hierarchical path of the reference. |
aReference | is the new reference for the symbol. |
Definition at line 649 of file sch_symbol.cpp.
References AddHierarchicalReference(), GetField(), UTIL::GetRefDesPrefix(), m_instanceReferences, m_isInNetlist, m_pins, m_prefix, SCH_ITEM::m_unit, SCH_SHEET_PATH::Path(), path, pin, REFERENCE, SCH_ITEM::Schematic(), and SCH_FIELD::SetText().
Referenced by BACK_ANNOTATE::applyChangelist(), CONNECTION_GRAPH::boost_test_update_generic_connectivity, SCH_IO_LTSPICE_PARSER::CreateFields(), SCH_IO_LTSPICE_PARSER::CreatePowerSymbol(), CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbol(), RESOLVE_DRIVERS_FIXTURE::MakePin(), SCH_IO_ALTIUM::ParseDesignator(), SCH_IO_ALTIUM::ParsePowerPort(), SCH_EDIT_FRAME::PutDataInPreviousState(), SCH_FIELD::Replace(), SCH_COMMIT::Revert(), SCH_REFERENCE::SCH_REFERENCE(), SCH_SYMBOL(), SCHEMATIC::SCHEMATIC(), SetRefProp(), DIALOG_FIELD_PROPERTIES::UpdateField(), and UpdateFields().
void SCH_SYMBOL::SetRefProp | ( | const wxString & | aRef | ) |
Definition at line 640 of file sch_symbol.cpp.
References FIELD_VALIDATOR::DoValidate(), REFERENCE, SCH_ITEM::Schematic(), and SetRef().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inline |
The name of the symbol in the schematic library symbol list.
The name of the schematic symbol list entry can vary from the item name in the LIB_ID object because the library symbol may have changed so a new name has to be generated but the original symbol library link has to be preserved in order to update it from the library at some point in the future. If this name is empty, then the library item name from LIB_ID is used.
Definition at line 179 of file sch_symbol.h.
References m_schLibSymbolName.
Referenced by SCH_SCREEN::Append().
|
inlineinherited |
Definition at line 134 of file eda_item.h.
References SELECTED, and SetFlags().
Referenced by PANEL_EESCHEMA_COLOR_SETTINGS::createPreviewItems(), KIGFX::SCH_PAINTER::draw(), PL_SELECTION_TOOL::highlight(), SCH_SELECTION_TOOL::highlight(), PCB_SELECTION_TOOL::highlightInternal(), PCB_TEST_SELECTION_TOOL::highlightInternal(), SCH_LINE::MergeOverlap(), DS_PROXY_UNDO_ITEM::Restore(), SCH_TOOL_BASE< T >::saveCopyInUndoList(), GERBVIEW_SELECTION_TOOL::selectVisually(), and SCH_COMMIT::Stage().
|
overridevirtual |
Set or clear the pin name visibility flag.
Reimplemented from SYMBOL.
Definition at line 2709 of file sch_symbol.cpp.
References m_part.
|
overridevirtual |
Set or clear the pin number visibility flag.
Reimplemented from SYMBOL.
Definition at line 2722 of file sch_symbol.cpp.
References m_part.
|
inlineinherited |
Definition at line 280 of file sch_item.h.
References m_storedPos.
Referenced by SCH_MOVE_TOOL::doMoveSelection().
|
inlinevirtualinherited |
Reimplemented in SCH_BUS_ENTRY_BASE, SCH_LINE, and SCH_SHAPE.
Definition at line 612 of file sch_item.h.
Referenced by DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::processItem().
|
inlineinherited |
Definition at line 204 of file symbol.h.
References m_transform.
|
inlinevirtualinherited |
Definition at line 237 of file sch_item.h.
References m_unit.
Referenced by SCH_IO_ALTIUM::AddLibTextBox(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), CADSTAR_SCH_ARCHIVE_LOADER::copySymbolItems(), SYMBOL_EDITOR_PIN_TOOL::CreateImagePins(), PANEL_EESCHEMA_COLOR_SETTINGS::createPreviewItems(), DIALOG_PIN_PROPERTIES::DIALOG_PIN_PROPERTIES(), SYMBOL_EDITOR_DRAWING_TOOLS::doDrawShape(), SYMBOL_EDITOR_EDIT_TOOL::ExplodeStackedPin(), SCH_IO_KICAD_LEGACY_LIB_CACHE::loadArc(), SCH_IO_KICAD_LEGACY_LIB_CACHE::loadBezier(), CADSTAR_SCH_ARCHIVE_LOADER::loadLibrarySymbolShapeVertices(), SCH_IO_KICAD_LEGACY_LIB_CACHE::loadPolyLine(), SCH_IO_KICAD_LEGACY_LIB_CACHE::loadRect(), CADSTAR_SCH_ARCHIVE_LOADER::loadSymbolGateAndPartFields(), SCH_IO_EAGLE::loadSymbolPolyLine(), SCH_IO_EAGLE::loadSymbolRectangle(), SCH_IO_EAGLE::loadSymbolWire(), CADSTAR_SCH_ARCHIVE_LOADER::loadSymdef(), SCH_IO_KICAD_LEGACY_LIB_CACHE::loadText(), DIALOG_LIB_EDIT_PIN_TABLE::OnAddRow(), SCH_IO_ALTIUM::ParseArc(), SCH_IO_ALTIUM::ParseBezier(), SCH_IO_ALTIUM::ParseComponent(), SCH_IO_ALTIUM::ParseEllipse(), SCH_IO_ALTIUM::ParseEllipticalArc(), SCH_IO_ALTIUM::ParseLabel(), SCH_IO_ALTIUM::ParseLine(), SCH_IO_ALTIUM::ParsePieChart(), SCH_IO_ALTIUM::ParsePolygon(), SCH_IO_ALTIUM::ParsePolyline(), SCH_IO_ALTIUM::ParseRectangle(), SCH_IO_ALTIUM::ParseRoundRectangle(), SYMBOL_EDITOR_EDIT_TOOL::Paste(), SCH_DRAWING_TOOLS::PlaceSymbol(), CONNECTION_GRAPH::Recalculate(), SCH_ITEM_DESC::SCH_ITEM_DESC(), SCH_EDIT_FRAME::SelectUnit(), SCH_SYMBOL::SetUnitProp(), PIN_TABLE_DATA_MODEL::SetValue(), SCH_SHEET_PATH::UpdateAllScreenReferences(), DIALOG_FIELD_PROPERTIES::UpdateField(), SCH_EDITOR_CONTROL::updatePastedSymbol(), and PIN_INFO_FORMATTER::UpdatePin().
|
inline |
Definition at line 505 of file sch_symbol.h.
References SCH_ITEM::Schematic(), SCH_ITEM::SetUnit(), and SetUnitSelection().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
void SCH_SYMBOL::SetUnitSelection | ( | const SCH_SHEET_PATH * | aSheet, |
int | aUnitSelection ) |
Set the selected unit of this symbol on one sheet.
Definition at line 751 of file sch_symbol.cpp.
References AddHierarchicalReference(), UTIL::GetRefDesUnannotated(), m_instanceReferences, m_prefix, SCH_SHEET_PATH::Path(), and path.
Referenced by SCH_DRAWING_TOOLS::PlaceSymbol(), SCH_EDIT_FRAME::SelectUnit(), SetUnitProp(), and DIALOG_FIELD_PROPERTIES::UpdateField().
void SCH_SYMBOL::SetUnitSelection | ( | int | aUnitSelection | ) |
Set the selected unit of this symbol for all sheets.
Definition at line 770 of file sch_symbol.cpp.
References m_instanceReferences.
void SCH_SYMBOL::SetValueFieldText | ( | const wxString & | aValue | ) |
Definition at line 787 of file sch_symbol.cpp.
References GetField(), SCH_FIELD::SetText(), and VALUE.
Referenced by BACK_ANNOTATE::applyChangelist(), CONNECTION_GRAPH::boost_test_update_symbol_connectivity, SCH_IO_LTSPICE_PARSER::CreateFields(), SCH_IO_LTSPICE_PARSER::CreatePowerSymbol(), SCH_SCREEN::FixLegacyPowerSymbolMismatches(), SCH_IO_ALTIUM::ParsePowerPort(), SCH_REFERENCE::SCH_REFERENCE(), SetValueProp(), UpdateFields(), and SCH_SHEET_LIST::UpdateSymbolInstanceData().
|
inline |
Definition at line 495 of file sch_symbol.h.
References SetValueFieldText().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inline |
Definition at line 764 of file sch_symbol.h.
References GetY(), and SetPosition().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
inline |
Definition at line 767 of file sch_symbol.h.
References GetX(), and SetPosition().
Referenced by SCH_SYMBOL_DESC::SCH_SYMBOL_DESC().
|
overridevirtual |
Return a measure of how likely the other object is to represent the same object.
The scale runs from 0.0 (definitely different objects) to 1.0 (same)
Reimplemented from SCH_ITEM.
Definition at line 2891 of file sch_symbol.cpp.
References GetLibId(), GetPosition(), SCH_ITEM::SCH_ITEM(), SCH_SYMBOL(), and EDA_ITEM::Type().
|
inlineinherited |
Calculate the boilerplate similarity for all LIB_ITEMs without preventing the use above of a pure virtual function that catches at compile time when a new object has not been fully implemented.
Definition at line 346 of file sch_item.h.
References m_bodyStyle, m_private, m_unit, and SCH_ITEM().
Referenced by SCH_FIELD::Similarity(), SCH_PIN::Similarity(), SCH_SHAPE::Similarity(), SCH_TEXT::Similarity(), and SCH_TEXTBOX::Similarity().
|
inlinestaticinherited |
Helper function to be used by the C++ STL sort algorithm for sorting a STL container of EDA_ITEM pointers.
aLeft | The left hand item to compare. |
aRight | The right hand item to compare. |
Definition at line 457 of file eda_item.h.
References EDA_ITEM().
wxString SCH_SYMBOL::SubReference | ( | int | aUnit, |
bool | aAddSeparator = true ) const |
Definition at line 726 of file sch_symbol.cpp.
References LIB_SYMBOL::LetterSubReference(), and SCH_ITEM::Schematic().
Referenced by SCH_EDIT_FRAME::AnnotateSymbols(), SCH_REFERENCE_LIST::CheckAnnotation(), SCH_EDIT_FRAME::DeleteAnnotation(), SCH_REFERENCE::GetFullRef(), GetRef(), SCH_FIELD::GetShownText(), GetUnitDisplayName(), SCH_FIELD::Matches(), and ResolveTextVar().
|
overrideprotectedvirtual |
Swap the internal data structures aItem with the schematic item.
Obviously, aItem must have the same type than me.
aItem | The item to swap the data structures with. |
Reimplemented from SCH_ITEM.
Definition at line 1196 of file sch_symbol.cpp.
References SCH_ITEM::LIB_SYMBOL, SCH_ITEM::m_bodyStyle, SYMBOL::m_DNP, SYMBOL::m_excludedFromBoard, SYMBOL::m_excludedFromBOM, SYMBOL::m_excludedFromSim, m_fields, m_instanceReferences, m_lib_id, m_part, m_pins, m_pos, m_schLibSymbolName, SYMBOL::m_transform, SCH_ITEM::m_unit, pin, SCH_ITEM::SCH_ITEM(), SCH_SYMBOL(), SCH_SYMBOL_T, EDA_ITEM::SetParent(), EDA_ITEM::Type(), and UpdatePins().
|
inherited |
Swap the non-temp and non-edit flags.
Definition at line 476 of file sch_item.cpp.
References EDA_ITEM::ClearEditFlags(), EDA_ITEM::ClearTempFlags(), EDA_ITEM::GetEditFlags(), EDA_ITEM::GetTempFlags(), EDA_ITEM::m_flags, SCH_ITEM(), and EDA_ITEM::SetFlags().
Referenced by SwapItemData().
|
inherited |
Swap data between aItem and aImage.
aItem and aImage should have the same type.
Used in undo and redo commands to swap values between an item and its copy. Only values like layer, size .. which are modified by editing are swapped.
aImage | the item image which contains data to swap. |
Definition at line 456 of file sch_item.cpp.
References EDA_ITEM::EDA_ITEM(), EDA_ITEM::GetParent(), m_bodyStyle, m_fieldsAutoplaced, EDA_ITEM::m_group, m_layer, m_private, m_unit, SCH_ITEM(), EDA_ITEM::SetParent(), swapData(), and SwapFlags().
Referenced by SCH_EDIT_FRAME::PutDataInPreviousState(), and SCH_COMMIT::Revert().
void SCH_SYMBOL::SyncOtherUnits | ( | const SCH_SHEET_PATH & | aSourceSheet, |
SCH_COMMIT & | aCommit, | ||
PROPERTY_BASE * | aProperty ) |
Keep fields other than the reference, include/exclude flags, and alternate pin assignments in sync in multi-unit parts.
aSourceSheet | the sheet instance of the unit to sync to |
aProperty | [optional] if present, the single property to sync. (Otherwise the include/exclude flags, alternate pin assignments, and all fields bar the reference will be synced.) |
Definition at line 965 of file sch_symbol.cpp.
References _HKI, CollectOtherUnits(), GetField(), SCH_FIELD::GetName(), GetPosition(), GetRef(), GetUnitCount(), IsAnnotated(), SCH_FIELD::IsMandatory(), SYMBOL::m_DNP, SYMBOL::m_excludedFromBoard, SYMBOL::m_excludedFromBOM, m_fields, m_lib_id, m_pins, SCH_ITEM::m_unit, EDA_ITEM::m_Uuid, COMMIT::Modify(), PROPERTY_BASE::Name(), EDA_TEXT::Offset(), REFERENCE, SCH_SYMBOL(), SCH_ITEM::Schematic(), SCH_PIN::SetAlt(), EDA_ITEM::SetParent(), SCH_FIELD::SetText(), and VALUE.
|
inlineinherited |
Returns the type of object.
This attribute should never be changed after a ctor sets it, so there is no public "setter" method.
Definition at line 110 of file eda_item.h.
References m_structType.
Referenced by BOARD::Add(), CN_CLUSTER::Add(), CN_CONNECTIVITY_ALGO::Add(), FOOTPRINT::Add(), KIGFX::PCB_VIEW::Add(), PCB_GRID_HELPER::AddConstructionItems(), PCB_POINT_EDITOR::addCorner(), CONNECTION_SUBGRAPH::AddItem(), DRC_TEST_PROVIDER_SOLDER_MASK::addItemToRTrees(), ZONE_FILLER::addKnockout(), ZONE_FILLER::addKnockout(), SCH_SHEET::AddPin(), SCH_BASE_FRAME::AddToScreen(), SCH_MOVE_TOOL::AlignToGrid(), SCH_SCREEN::Append(), PCB_CONTROL::ApplyDesignBlockLayout(), CADSTAR_SCH_ARCHIVE_LOADER::applyTextSettings(), TEARDROP_MANAGER::areItemsInSameZone(), PNS::TOPOLOGY::AssembleTuningPath(), SCH_LABEL_BASE::AutoplaceFields(), SCH_EDIT_FRAME::AutoRotateItem(), SCH_SELECTION_TOOL::autostartEvent(), SCH_EDIT_TOOL::BreakWire(), EXPORTER_STEP::buildGraphic3DShape(), SCH_SCREENS::buildScreenList(), EXPORTER_STEP::buildTrack3DShape(), BOARD_INSPECTION_TOOL::calculateSelectionRatsnest(), canAddCorner(), canChamferCorner(), SCH_BUS_BUS_ENTRY::CanConnect(), SCH_BUS_WIRE_ENTRY::CanConnect(), SCH_JUNCTION::CanConnect(), SCH_LABEL_BASE::CanConnect(), SCH_LINE::CanConnect(), SCH_NO_CONNECT::CanConnect(), SCH_SHEET::CanConnect(), SCH_SYMBOL::CanConnect(), PCB_POINT_EDITOR::chamferCorner(), SCH_EDIT_TOOL::ChangeTextType(), KI_TEST::CheckFootprint(), KI_TEST::CheckFpShape(), KI_TEST::CheckFpZone(), DRC_TEST_PROVIDER_SOLDER_MASK::checkItemMask(), DRC_TEST_PROVIDER_SOLDER_MASK::checkMaskAperture(), CN_VISITOR::checkZoneItemConnection(), BOARD::ClassOf(), BOARD_CONNECTED_ITEM::ClassOf(), FOOTPRINT::ClassOf(), LIB_SYMBOL::ClassOf(), NETINFO_ITEM::ClassOf(), PAD::ClassOf(), PCB_ARC::ClassOf(), PCB_DIM_ALIGNED::ClassOf(), PCB_DIM_CENTER::ClassOf(), PCB_DIM_LEADER::ClassOf(), PCB_DIM_ORTHOGONAL::ClassOf(), PCB_DIM_RADIAL::ClassOf(), PCB_FIELD::ClassOf(), PCB_GENERATOR::ClassOf(), PCB_GROUP::ClassOf(), PCB_MARKER::ClassOf(), PCB_POINT::ClassOf(), PCB_REFERENCE_IMAGE::ClassOf(), PCB_SHAPE::ClassOf(), PCB_TABLE::ClassOf(), PCB_TABLECELL::ClassOf(), PCB_TARGET::ClassOf(), PCB_TEXT::ClassOf(), PCB_TEXTBOX::ClassOf(), PCB_TRACK::ClassOf(), PCB_VIA::ClassOf(), SCH_BITMAP::ClassOf(), SCH_BUS_BUS_ENTRY::ClassOf(), SCH_BUS_WIRE_ENTRY::ClassOf(), SCH_DIRECTIVE_LABEL::ClassOf(), SCH_FIELD::ClassOf(), SCH_GLOBALLABEL::ClassOf(), SCH_GROUP::ClassOf(), SCH_HIERLABEL::ClassOf(), SCH_JUNCTION::ClassOf(), SCH_LABEL::ClassOf(), SCH_LINE::ClassOf(), SCH_MARKER::ClassOf(), SCH_NO_CONNECT::ClassOf(), SCH_PIN::ClassOf(), SCH_SCREEN::ClassOf(), SCH_SHEET::ClassOf(), SCH_SHEET_PIN::ClassOf(), SCH_SYMBOL::ClassOf(), SCH_TABLE::ClassOf(), SCH_TABLECELL::ClassOf(), SCH_TEXT::ClassOf(), SCH_TEXTBOX::ClassOf(), ZONE::ClassOf(), MOCK_BOARD_ITEM::Clone(), TEST_EDA_ITEM::Clone(), CONNECTION_GRAPH::collectAllDriverValues(), SCH_EDIT_TOOL::collectUnits(), collidesWithArea(), LIB_SYMBOL::compare(), SCH_FIELD::compare(), SCH_ITEM::compare(), SCH_TEXT::compare(), SCH_TEXTBOX::compare(), TEARDROP_MANAGER::computeAnchorPoints(), EE_GRID_HELPER::computeAnchors(), PCB_GRID_HELPER::computeAnchors(), PCB_GRID_HELPER::computeAnchors(), SCH_BUS_WIRE_ENTRY::ConnectionPropagatesTo(), SCH_LINE::ConnectionPropagatesTo(), EE_RTREE::contains(), BOARD::ConvertKIIDsToCrossReferences(), SCHEMATIC::ConvertKIIDsToRefs(), SYMBOL_EDITOR_EDIT_TOOL::ConvertStackedPins(), FOOTPRINT::CopyFrom(), PAD::CopyFrom(), PCB_ARC::CopyFrom(), PCB_REFERENCE_IMAGE::CopyFrom(), PCB_SHAPE::CopyFrom(), PCB_TEXT::CopyFrom(), PCB_TEXTBOX::CopyFrom(), PCB_TRACK::CopyFrom(), PCB_VIA::CopyFrom(), ZONE::CopyFrom(), PAD_TOOL::copyPadSettings(), FOOTPRINT::CoverageRatio(), PNS_KICAD_IFACE::createBoardItem(), CreateItemForType(), BOARD_ADAPTER::createLayers(), CONVERT_TOOL::CreateLines(), PCB_BASE_FRAME::CreateNewFootprint(), ZONE_CREATE_HELPER::createNewZone(), BOARD_ADAPTER::createTrackWithMargin(), SCH_INSPECTION_TOOL::CrossProbe(), SCH_SCREEN::DeleteItem(), SCH_MARKER::DeserializeFromString(), DIALOG_DIMENSION_PROPERTIES::DIALOG_DIMENSION_PROPERTIES(), DIALOG_FIELD_PROPERTIES::DIALOG_FIELD_PROPERTIES(), DIALOG_GROUP_PROPERTIES::DIALOG_GROUP_PROPERTIES(), DIALOG_TEXT_PROPERTIES::DIALOG_TEXT_PROPERTIES(), SCH_EDIT_TOOL::DoDelete(), APPEARANCE_CONTROLS::doesBoardItemNeedRebuild(), DIALOG_GLOBAL_DELETION::DoGlobalDeletions(), EDIT_TOOL::doMoveSelection(), SCH_MOVE_TOOL::doMoveSelection(), SYMBOL_EDITOR_MOVE_TOOL::doMoveSelection(), KIGFX::PCB_PAINTER::Draw(), KIGFX::PCB_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), KIGFX::SCH_PAINTER::draw(), DRAWING_TOOL::DrawDimension(), KIGFX::SCH_PAINTER::drawItemBoundingBox(), SCH_DRAWING_TOOLS::DrawSheet(), DRAWING_TOOL::DrawVia(), CONNECTION_SUBGRAPH::driverName(), CN_ITEM::Dump(), EDIT_TOOL::Duplicate(), FOOTPRINT::DuplicateItem(), EDA_ITEM_DESC::EDA_ITEM_DESC(), EDA_TEXT_DESC::EDA_TEXT_DESC(), SCH_EDIT_TOOL::EditField(), SCH_EDIT_TOOL::editFieldText(), SYMBOL_EDITOR_EDIT_TOOL::editTextBoxProperties(), SYMBOL_EDITOR_EDIT_TOOL::editTextProperties(), enclosedByAreaFunc(), SCH_SELECTION_TOOL::EnterGroup(), CONNECTION_GRAPH::ercCheckBusToBusConflicts(), CONNECTION_GRAPH::ercCheckBusToBusEntryConflicts(), CONNECTION_GRAPH::ercCheckBusToNetConflicts(), CONNECTION_GRAPH::ercCheckDanglingWireEndpoints(), CONNECTION_GRAPH::ercCheckFloatingWires(), CONNECTION_GRAPH::ercCheckLabels(), CONNECTION_GRAPH::ercCheckMultipleDrivers(), CONNECTION_GRAPH::ercCheckNoConnects(), DRC_ENGINE::EvalRules(), DRC_ENGINE::EvalZoneConnection(), CONNECTION_GRAPH::ExchangeItem(), CONNECTION_SUBGRAPH::ExchangeItem(), SYMBOL_EDITOR_EDIT_TOOL::ExplodeStackedPin(), extractDiffPairCoupledItems(), PCB_SELECTION_TOOL::FilterCollectorForFreePads(), PCB_SELECTION_TOOL::FilterCollectorForMarkers(), PCB_SELECTION_TOOL::FilterCollectorForTableCells(), TEARDROP_MANAGER::findAnchorPointsOnTrack(), MULTICHANNEL_TOOL::findComponentsInRuleArea(), PCB_SELECTION_TOOL::FindItem(), NETLIST_EXPORTER_BASE::findNextSymbol(), MULTICHANNEL_TOOL::findOtherItemsInRuleArea(), findParent(), MULTICHANNEL_TOOL::findRoutingInRuleArea(), EDIT_TOOL::Flip(), PCB_IO_KICAD_SEXPR::Format(), SCH_IO_KICAD_LEGACY::Format(), SCH_IO_KICAD_SEXPR::Format(), SCH_IO_KICAD_SEXPR::Format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), FormatProbeItem(), GetAllUsedFootprintLayers(), BOARD_ITEM::GetBoard(), BOARD_ITEM::GetBoard(), GetBoardItemWidth(), PCB_TRACK::GetBoundingBox(), SCH_LABEL_BASE::GetBoundingBox(), getBoundingBox(), getClosestGroup(), getClosestGroup(), KIGFX::DS_RENDER_SETTINGS::GetColor(), KIGFX::GERBVIEW_RENDER_SETTINGS::GetColor(), KIGFX::PCB_RENDER_SETTINGS::GetColor(), SCH_MOVE_TOOL::getConnectedDragItems(), SCH_MOVE_TOOL::getConnectedItems(), CONNECTIVITY_DATA::GetConnectedPadsAndVias(), FOOTPRINT::GetCoverageArea(), DIALOG_BOARD_STATISTICS::getDataFromPCB(), CONNECTION_GRAPH::getDefaultConnection(), CONNECTION_SUBGRAPH::GetDriverPriority(), SCH_ITEM::GetEffectivePenWidth(), getFieldFunc(), PCB_TRACK::GetFriendlyName(), PCB_GROUP_TOOL::getGroupFromItem(), SCH_GROUP_TOOL::getGroupFromItem(), getHatchFillThermalClearance(), getHoleShape(), getInferredSymbols(), PCB_TRACK::GetItemDescription(), EE_GRID_HELPER::GetItemGrid(), PCB_GRID_HELPER::GetItemGrid(), PL_EDITOR_FRAME::GetLayoutFromRedoList(), PL_EDITOR_FRAME::GetLayoutFromUndoList(), getMinDist(), PCB_DIMENSION_BASE::GetMsgPanelInfo(), PCB_TRACK::GetMsgPanelInfo(), SCH_LABEL_BASE::GetMsgPanelInfo(), SCH_SCREEN::GetNeededJunctions(), CONNECTION_SUBGRAPH::GetNetclassesForDriver(), CONNECTIVITY_DATA::GetNetItems(), GetNetNavigatorItemText(), SCH_SYMBOL::GetPinPhysicalPosition(), PANEL_SETUP_LAYERS::getRemovedLayersWithItems(), KIGFX::SCH_PAINTER::getRenderColor(), SCH_RULE_AREA::GetResolvedNetclasses(), GROUP_SEARCH_HANDLER::getResultCell(), LABEL_SEARCH_HANDLER::getResultCell(), TEXT_SEARCH_HANDLER::getResultCell(), GetSchItemAsText(), ALIGN_DISTRIBUTE_TOOL::GetSelections(), CONVERT_TOOL::getStartEndPoints(), KIGFX::SCH_PAINTER::getTextThickness(), GetTypeDesc(), PCBEXPR_COMPONENT_CLASS_REF::GetValue(), PCBEXPR_TYPE_REF::GetValue(), TEARDROP_MANAGER::GetWidth(), PCB_SELECTION_TOOL::grabUnconnected(), PCB_SELECTION_TOOL::GuessSelectionCandidates(), SCH_SELECTION_TOOL::GuessSelectionCandidates(), API_HANDLER_PCB::handleCreateUpdateItemsInternal(), API_HANDLER_PCB::handleGetBoundingBox(), hasComponentClassFunc(), hash_fp_item(), SCH_SELECTION_TOOL::highlight(), BOARD_INSPECTION_TOOL::HighlightItem(), BOARD_INSPECTION_TOOL::highlightNet(), highlightNet(), SCH_FIELD::HitTest(), SCH_FIELD::HitTest(), SCH_LABEL_BASE::HitTest(), SCH_LABEL_BASE::HitTest(), SCH_LABEL_BASE::HitTest(), PCB_SELECTION_TOOL::hitTestDistance(), PCB_POINT_EDITOR::Init(), SCH_POINT_EDITOR::Init(), ROUTER_TOOL::InlineBreakTrack(), ROUTER_TOOL::InlineDrag(), DRC_RTREE::Insert(), EE_RTREE::insert(), GENERAL_COLLECTOR::Inspect(), SCH_COLLECTOR::Inspect(), TEST_COLLECTOR::Inspect(), BOARD_INSPECTION_TOOL::InspectClearance(), BOARD_INSPECTION_TOOL::InspectConstraints(), BOARD_INSPECTION_TOOL::InspectDRCError(), isBlindBuriedViaFunc(), CONNECTIVITY_DATA::IsConnectedOnLayer(), isCopper(), SCH_LINE_WIRE_BUS_TOOL::IsDrawingLineWireOrBus(), PCB_SELECTION_TOOL::isExpandableGraphicShape(), PNS_KICAD_IFACE_BASE::IsFlashedOnLayer(), PNS_KICAD_IFACE_BASE::IsFlashedOnLayer(), CADSTAR_PCB_ARCHIVE_LOADER::isFootprint(), BOARD_ITEM::IsGroupableType(), SCH_ITEM::IsGroupableType(), PNS_PCBNEW_RULE_RESOLVER::IsKeepout(), isKeepoutZone(), isMaskAperture(), isMicroVia(), PNS_PCBNEW_RULE_RESOLVER::IsNonPlatedSlot(), isNPTHPad(), PCB_TRACK::IsNull(), isNullAperture(), SCH_LINE::IsParallel(), isPlatedFunc(), TEARDROP_MANAGER::IsRound(), PNS::ROUTER::isStartingPointRoutable(), SCH_ITEM::IsType(), itemIsIncludedByFilter(), PCB_SELECTION_TOOL::itemPassesFilter(), SCH_SELECTION_TOOL::itemPassesFilter(), SCH_EDIT_TOOL::JustifyText(), CLIPBOARD_IO::LoadBoard(), FOOTPRINT_EDIT_FRAME::LoadFootprintFromBoard(), CADSTAR_SCH_ARCHIVE_LOADER::loadHierarchicalSheetPins(), CADSTAR_SCH_ARCHIVE_LOADER::loadNets(), SCH_SELECTION_TOOL::Main(), EDIT_POINTS_FACTORY::Make(), PCB_POINT_EDITOR::makePoints(), SCH_POINT_EDITOR::makePointsAndBehavior(), CONVERT_TOOL::makePolysFromChainedSegs(), SCH_SCREEN::MarkConnections(), CONNECTIVITY_DATA::MarkItemNetAsDirty(), CN_CONNECTIVITY_ALGO::markItemNetAsDirty(), memberOfGroupFunc(), memberOfSheetFunc(), memberOfSheetOrChildrenFunc(), SCH_LINE::MergeOverlap(), SCH_EDIT_TOOL::Mirror(), SYMBOL_EDITOR_EDIT_TOOL::Mirror(), PNS_KICAD_IFACE::modifyBoardItem(), BOARD_EDITOR_CONTROL::modifyLockSelected(), SCH_MOVE_TOOL::moveItem(), SCH_SELECTION_TOOL::narrowSelection(), ARRAY_TOOL::onDialogClosed(), DIALOG_DRC::OnDRCItemSelected(), FOOTPRINT_EDIT_FRAME::OnEditItemRequest(), PCB_EDIT_FRAME::OnEditItemRequest(), DIALOG_GENERATORS::OnItemSelected(), EDA_3D_CANVAS::OnLeftDown(), EDA_3D_CANVAS::OnMouseMove(), SCH_EDIT_FRAME::onNetNavigatorSelection(), DIALOG_GENERATORS::OnRebuildTypeClick(), PCB_POINT_EDITOR::OnSelectionChange(), BOARD::cmp_drawings::operator()(), BOARD::cmp_items::operator()(), BOARD_ITEM::ptr_cmp::operator()(), CN_VISITOR::operator()(), FOOTPRINT::cmp_drawings::operator()(), KI_TEST::kitest_cmp_drawings::operator()(), PCB_SHAPE::cmp_drawings::operator()(), PCB_TRACK::cmp_tracks::operator()(), SCH_BUS_ENTRY_BASE::operator<(), SCH_FIELD::operator<(), SCH_ITEM::operator<(), SCH_JUNCTION::operator<(), SCH_LINE::operator<(), SCH_SHEET::operator<(), SCH_SYMBOL::operator<(), SCH_TABLE::operator<(), SCH_TEXT::operator<(), SCH_TEXTBOX::operator<(), PCB_REFERENCE_IMAGE::operator=(), SCH_BITMAP::operator=(), SCH_SHEET::operator=(), SCH_SYMBOL::operator=(), BOARD::operator==(), FOOTPRINT::operator==(), PAD::operator==(), PCB_ARC::operator==(), PCB_ARC::operator==(), PCB_DIMENSION_BASE::operator==(), PCB_FIELD::operator==(), PCB_GROUP::operator==(), PCB_POINT::operator==(), PCB_REFERENCE_IMAGE::operator==(), PCB_SHAPE::operator==(), PCB_SHAPE::operator==(), PCB_TABLE::operator==(), PCB_TABLECELL::operator==(), PCB_TARGET::operator==(), PCB_TEXT::operator==(), PCB_TEXTBOX::operator==(), PCB_TRACK::operator==(), PCB_VIA::operator==(), PCB_VIA::operator==(), SCH_BITMAP::operator==(), SCH_BUS_ENTRY_BASE::operator==(), SCH_FIELD::operator==(), SCH_GROUP::operator==(), SCH_ITEM::operator==(), SCH_JUNCTION::operator==(), SCH_LINE::operator==(), SCH_NO_CONNECT::operator==(), SCH_SHAPE::operator==(), SCH_SHEET::operator==(), SCH_SHEET_PIN::operator==(), SCH_SYMBOL::operator==(), SCH_TABLE::operator==(), SCH_TABLECELL::operator==(), SCH_TEXT::operator==(), SCH_TEXTBOX::operator==(), ZONE::operator==(), ZONE::operator==(), PCB_IO_KICAD_SEXPR_PARSER::parsePCB_SHAPE(), SCH_EASYEDAPRO_PARSER::ParseSchematic(), SCH_IO_KICAD_SEXPR_PARSER::parseSchField(), PCB_CONTROL::Paste(), SCH_EDITOR_CONTROL::Paste(), PCB_GROUP_TOOL::PickNewMember(), SCH_GROUP_TOOL::PickNewMember(), SCH_DRAWING_TOOLS::PlaceNextSymbolUnit(), SCH_LABEL_BASE::Plot(), BRDITEMS_PLOTTER::PlotBoardGraphicItem(), OUTSET_ROUTINE::ProcessItem(), DIALOG_GLOBAL_EDIT_TEARDROPS::processItem(), DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::processItem(), BACK_ANNOTATE::processNetNameChange(), CONNECTION_GRAPH::processSubGraphs(), BOARD_COMMIT::propagateDamage(), SCH_EDIT_TOOL::Properties(), SYMBOL_EDITOR_EDIT_TOOL::Properties(), PCB_SELECTION_TOOL::pruneObscuredSelectionCandidates(), BOARD_COMMIT::Push(), SCH_COMMIT::pushSchEdit(), PCB_BASE_EDIT_FRAME::PutDataInPreviousState(), SCH_EDIT_FRAME::PutDataInPreviousState(), EE_GRID_HELPER::queryVisible(), PCB_GRID_HELPER::queryVisible(), BOARD_REANNOTATE_TOOL::ReannotateDuplicates(), PCB_SELECTION_TOOL::RebuildSelection(), SCHEMATIC::RecalculateConnections(), SCH_BASE_FRAME::RefreshZoomDependentItems(), GENERATOR_TOOL::RegenerateSelected(), PCB_CONTROL::rehatchBoardItem(), BOARD::Remove(), CN_CONNECTIVITY_ALGO::Remove(), FOOTPRINT::Remove(), KIGFX::PCB_VIEW::Remove(), SCH_SCREEN::Remove(), EE_RTREE::remove(), PCB_POINT_EDITOR::removeCorner(), PCB_POINT_EDITOR::removeCornerCondition(), LIB_SYMBOL::RemoveDrawItem(), SCH_BASE_FRAME::RemoveFromScreen(), CONNECTION_SUBGRAPH::RemoveItem(), PNS_KICAD_IFACE::RemoveItem(), SCH_SHEET::RemovePin(), SCH_EDIT_TOOL::RepeatDrawItem(), SCH_FIND_REPLACE_TOOL::ReplaceAll(), SCH_SELECTION_TOOL::RequestSelection(), KI_TEST::RequireBoardItemWithTypeAndId(), CONNECTION_GRAPH::resolveAllDrivers(), SCHEMATIC::ResolveCrossReference(), CONNECTION_SUBGRAPH::ResolveDrivers(), BOARD::ResolveTextVar(), SCH_LABEL_BASE::ResolveTextVar(), DS_PROXY_UNDO_ITEM::Restore(), BOARD_COMMIT::Revert(), SCH_COMMIT::Revert(), PL_EDITOR_FRAME::RollbackFromUndo(), EDIT_TOOL::Rotate(), SCH_EDIT_TOOL::Rotate(), DRC_TEST_PROVIDER_EDGE_CLEARANCE::Run(), DRC_TEST_PROVIDER_PHYSICAL_CLEARANCE::Run(), DRC_TEST_PROVIDER_SILK_CLEARANCE::Run(), DRC_TEST_PROVIDER_TRACK_ANGLE::Run(), DRC_TEST_PROVIDER_TRACK_SEGMENT_LENGTH::Run(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveField(), SCH_IO_KICAD_SEXPR_LIB_CACHE::saveField(), SCH_IO_KICAD_LEGACY_LIB_CACHE::savePin(), SCH_IO_KICAD_SEXPR_LIB_CACHE::savePin(), CLIPBOARD_IO::SaveSelection(), PCB_EDIT_FRAME::SaveSelectionToDesignBlock(), SCH_EDIT_FRAME::SaveSelectionToDesignBlock(), SCH_IO_KICAD_SEXPR_LIB_CACHE::saveSymbolDrawItem(), SCH_IO_KICAD_LEGACY_LIB_CACHE::saveText(), SCH_IO_KICAD_SEXPR::saveText(), SCH_IO_KICAD_SEXPR_LIB_CACHE::saveText(), SCH_IO_KICAD_SEXPR::saveTextBox(), SCH_IO_KICAD_SEXPR_LIB_CACHE::saveTextBox(), SCH_FIELD::SCH_FIELD(), SCH_SCREEN::Schematic(), POWER_SEARCH_HANDLER::Search(), SYMBOL_SEARCH_HANDLER::Search(), TEXT_SEARCH_HANDLER::Search(), CONVERT_TOOL::SegmentToArc(), PCB_SELECTION_TOOL::select(), PCB_SELECTION_TOOL::Selectable(), SCH_SELECTION_TOOL::Selectable(), PCB_SELECTION_TOOL::selectAllConnectedTracks(), PCB_SELECTION_TOOL::SelectMultiple(), PCB_SELECTION_TOOL::selectSameSheet(), PCB_SELECTION_TOOL::selectUnconnected(), PCB_EDIT_FRAME::SetActiveLayer(), PCB_POINT_EDITOR::setAltConstraint(), ITEM_PICKER::SetItem(), SCH_LABEL_BASE::SetLabelShape(), PCB_BASE_FRAME::SetPlotSettings(), PCB_EDIT_FRAME::ShowBoardSetupDialog(), PCB_EDIT_FRAME::ShowFindDialog(), SCH_BASE_FRAME::ShowFindReplaceDialog(), FOOTPRINT::Similarity(), LIB_SYMBOL::Similarity(), PAD::Similarity(), PCB_ARC::Similarity(), PCB_BOARD_OUTLINE::Similarity(), PCB_DIMENSION_BASE::Similarity(), PCB_FIELD::Similarity(), PCB_GROUP::Similarity(), PCB_POINT::Similarity(), PCB_REFERENCE_IMAGE::Similarity(), PCB_SHAPE::Similarity(), PCB_TABLE::Similarity(), PCB_TABLECELL::Similarity(), PCB_TARGET::Similarity(), PCB_TEXT::Similarity(), PCB_TEXTBOX::Similarity(), PCB_TRACK::Similarity(), PCB_VIA::Similarity(), SCH_BITMAP::Similarity(), SCH_BUS_ENTRY_BASE::Similarity(), SCH_FIELD::Similarity(), SCH_GROUP::Similarity(), SCH_JUNCTION::Similarity(), SCH_LINE::Similarity(), SCH_NO_CONNECT::Similarity(), SCH_PIN::Similarity(), SCH_SHAPE::Similarity(), SCH_SHEET::Similarity(), SCH_SHEET_PIN::Similarity(), SCH_SYMBOL::Similarity(), SCH_TABLE::Similarity(), SCH_TABLECELL::Similarity(), SCH_TEXT::Similarity(), SCH_TEXTBOX::Similarity(), ZONE::Similarity(), SCH_EDITOR_CONTROL::SimProbe(), SCH_EDITOR_CONTROL::SimTune(), PNS::LINE_PLACER::Start(), EDIT_TOOL::Swap(), SCH_EDIT_TOOL::Swap(), SYMBOL_EDITOR_EDIT_TOOL::Swap(), FOOTPRINT::swapData(), PAD::swapData(), PCB_ARC::swapData(), PCB_DIM_ALIGNED::swapData(), PCB_DIM_CENTER::swapData(), PCB_DIM_LEADER::swapData(), PCB_DIM_ORTHOGONAL::swapData(), PCB_DIM_RADIAL::swapData(), PCB_FIELD::swapData(), PCB_GROUP::swapData(), PCB_POINT::swapData(), PCB_REFERENCE_IMAGE::swapData(), PCB_TABLE::swapData(), PCB_TABLECELL::swapData(), PCB_TARGET::swapData(), PCB_TEXT::swapData(), PCB_TEXTBOX::swapData(), PCB_TRACK::swapData(), PCB_TUNING_PATTERN::swapData(), PCB_VIA::swapData(), SCH_BITMAP::swapData(), SCH_FIELD::swapData(), SCH_GROUP::swapData(), SCH_JUNCTION::swapData(), SCH_NO_CONNECT::swapData(), SCH_SHEET::swapData(), SCH_SHEET_PIN::swapData(), SCH_SYMBOL::swapData(), SCH_TABLE::swapData(), ZONE::swapData(), PNS_KICAD_IFACE_BASE::syncGraphicalItem(), PNS_KICAD_IFACE_BASE::syncTextItem(), DRC_TEST_PROVIDER_EDGE_CLEARANCE::testAgainstEdge(), DRC_TEST_PROVIDER_COPPER_CLEARANCE::testGraphicClearances(), DRC_TEST_PROVIDER_HOLE_TO_HOLE::testHoleAgainstHole(), DRC_TEST_PROVIDER_PHYSICAL_CLEARANCE::testItemAgainstItem(), DRC_TEST_PROVIDER_SOLDER_MASK::testItemAgainstItems(), DRC_TEST_PROVIDER_COPPER_CLEARANCE::testItemAgainstZone(), DRC_TEST_PROVIDER_PHYSICAL_CLEARANCE::testItemAgainstZones(), DRC_TEST_PROVIDER_SOLDER_MASK::testMaskItemAgainstZones(), ERC_TESTER::TestMissingNetclasses(), DRC_TEST_PROVIDER_COPPER_CLEARANCE::testPadAgainstItem(), DRC_TEST_PROVIDER_COPPER_CLEARANCE::testSingleLayerItemAgainstItem(), ERC_TESTER::TestTextVars(), DRC_TEST_PROVIDER_COPPER_CLEARANCE::testTrackClearances(), CONNECTIVITY_DATA::TestTrackEndpointDangling(), PANEL_SETUP_LAYERS::TransferDataFromWindow(), DIALOG_FIELD_PROPERTIES::TransferDataToWindow(), DIALOG_SYMBOL_FIELDS_TABLE::TransferDataToWindow(), PCB_TRACK::TransformShapeToPolygon(), SCH_LINE_WIRE_BUS_TOOL::TrimOverLappingWires(), SYMBOL_EDITOR_DRAWING_TOOLS::TwoClickPlace(), BOARD_COMMIT::undoLevelItem(), SCH_SELECTION_TOOL::unhighlight(), KIGFX::PCB_VIEW::Update(), KIGFX::SCH_VIEW::Update(), SCH_SHEET_PATH::UpdateAllScreenReferences(), DIALOG_FIELD_PROPERTIES::UpdateField(), CONNECTION_GRAPH::updateGenericItemConnectivity(), PCB_SHAPE::UpdateHatching(), SCH_BASE_FRAME::UpdateItem(), PCB_POINT_EDITOR::updateItem(), PL_POINT_EDITOR::updateItem(), PCB_CONTROL::UpdateMessagePanel(), EDIT_TOOL::updateModificationPoint(), PL_POINT_EDITOR::updatePoints(), PCB_PROPERTIES_PANEL::valueChanged(), SCH_PROPERTIES_PANEL::valueChanged(), SCH_BUS_ENTRY_BASE::ViewGetLayers(), SYMBOL::ViewGetLayers(), GERBER_DRAW_ITEM::Visit(), PCB_GROUP::Visit(), PCB_TRACK::Visit(), SCH_GROUP::Visit(), SCH_SHEET::Visit(), DIALOG_GLOBAL_EDIT_TEARDROPS::visitItem(), DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem(), DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS::visitItem(), and DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS::visitItem().
|
overridevirtual |
Test if the symbol's dangling state has changed for all pins.
As a side effect, actually update the dangling status for all pins.
aItemList | is list of all DANGLING_END_ITEM items to be tested. |
Reimplemented from SCH_ITEM.
Definition at line 2133 of file sch_symbol.cpp.
References DANGLING_END_ITEM_HELPER::get_lower_pos(), DANGLING_END_ITEM::GetParent(), DANGLING_END_ITEM::GetType(), JUNCTION_END, LABEL_END, m_pins, m_pos, SYMBOL::m_transform, NO_CONNECT_END, pin, PIN_END, SHEET_LABEL_END, and WIRE_END.
void SCH_SYMBOL::UpdateFields | ( | const SCH_SHEET_PATH * | aPath, |
bool | aUpdateStyle, | ||
bool | aUpdateRef, | ||
bool | aUpdateOtherFields, | ||
bool | aResetRef, | ||
bool | aResetOtherFields ) |
Restore fields to the original library values.
aUpdateStyle | selects whether fields should update the position and text attributes. |
aUpdateRef | selects whether the reference field should be updated. |
aUpdateOtherFields | selects whether non-reference fields should be updated. |
aResetRef | selects whether the reference should be reset to the library value. |
aResetOtherFields | selects whether non-reference fields should be reset to library values. |
Definition at line 899 of file sch_symbol.cpp.
References AddField(), DATASHEET, GetDatasheet(), GetField(), SCH_FIELD::ImportValues(), m_part, m_pos, REFERENCE, SCH_ITEM::SetPrivate(), SetRef(), SCH_FIELD::SetText(), EDA_TEXT::SetTextPos(), SetValueFieldText(), UnescapeString(), USER, and VALUE.
Referenced by SCH_SYMBOL().
void SCH_SYMBOL::UpdatePins | ( | ) |
Updates the cache of SCH_PIN objects for each pin.
Definition at line 295 of file sch_symbol.cpp.
References EDA_ITEM::IsSelected(), SCH_ITEM::m_bodyStyle, m_part, m_pinMap, m_pins, name, and pin.
Referenced by CONNECTION_GRAPH::boost_test_update_generic_connectivity, CONNECTION_GRAPH::boost_test_update_symbol_connectivity, CADSTAR_SCH_ARCHIVE_LOADER::loadSchematicSymbol(), RESOLVE_DRIVERS_FIXTURE::MakePin(), operator=(), SCH_EDIT_FRAME::PutDataInPreviousState(), SCH_COMMIT::Revert(), SetBodyStyle(), SetLibSymbol(), and swapData().
void SCH_SYMBOL::UpdatePrefix | ( | ) |
Set the prefix based on the current reference designator.
Definition at line 699 of file sch_symbol.cpp.
References GetField(), EDA_TEXT::GetText(), REFERENCE, and SetPrefix().
Referenced by SCH_SHEET_LIST::UpdateSymbolInstanceData().
|
inline |
Definition at line 181 of file sch_symbol.h.
References m_schLibSymbolName.
Referenced by SCH_IO_KICAD_SEXPR::Format(), NETLIST_EXPORTER_XML::makeSymbols(), and SCH_IO_KICAD_SEXPR::saveSymbol().
|
overridevirtualinherited |
Return the bounding box of the item covering all its layers.
Implements KIGFX::VIEW_ITEM.
Reimplemented in DS_PROXY_VIEW_ITEM, EDIT_POINTS, FOOTPRINT, GERBER_DRAW_ITEM, KIGFX::ANCHOR_DEBUG, KIGFX::CONSTRUCTION_GEOM, KIGFX::ORIGIN_VIEWITEM, KIGFX::PREVIEW::ANGLE_ITEM, KIGFX::PREVIEW::ARC_ASSISTANT, KIGFX::PREVIEW::BEZIER_ASSISTANT, KIGFX::PREVIEW::CENTRELINE_RECT_ITEM, KIGFX::PREVIEW::POLYGON_ITEM, KIGFX::PREVIEW::RULER_ITEM, KIGFX::PREVIEW::SELECTION_AREA, KIGFX::PREVIEW::TWO_POINT_ASSISTANT, KIGFX::SNAP_INDICATOR, MY_DRAWING, PAD, PCB_DIM_CENTER, PCB_DIMENSION_BASE, PCB_MARKER, PCB_SHAPE, PCB_TEXT, PCB_TRACK, PCB_TUNING_PATTERN, RATSNEST_VIEW_ITEM, RECT_RADIUS_TEXT_ITEM, ROUTER_PREVIEW_ITEM, ROUTER_STATUS_VIEW_ITEM, SCH_PIN, and TUNING_STATUS_VIEW_ITEM.
Definition at line 345 of file eda_item.cpp.
References GetBoundingBox().
Referenced by EDIT_TOOL::doMoveSelection(), and PCB_SHAPE::ViewBBox().
|
inlinevirtualinherited |
Draw the parts of the object belonging to layer aLayer.
An alternative way for drawing objects if there is no #PAINTER assigned for the view or if the PAINTER doesn't know how to paint this particular implementation of VIEW_ITEM. The preferred way of drawing is to design an appropriate PAINTER object, the method below is intended only for quick hacks and debugging purposes.
aLayer | is the current drawing layer. |
aView | is a pointer to the VIEW device we are drawing on. |
Reimplemented in DS_PROXY_VIEW_ITEM, EDIT_POINTS, KIGFX::ANCHOR_DEBUG, KIGFX::CONSTRUCTION_GEOM, KIGFX::ORIGIN_VIEWITEM, KIGFX::PREVIEW::ARC_ASSISTANT, KIGFX::PREVIEW::BEZIER_ASSISTANT, KIGFX::PREVIEW::RULER_ITEM, KIGFX::PREVIEW::SELECTION_AREA, KIGFX::PREVIEW::SIMPLE_OVERLAY_ITEM, KIGFX::PREVIEW::TWO_POINT_ASSISTANT, KIGFX::SNAP_INDICATOR, KIGFX::VIEW_GROUP, KIGFX::VIEW_OVERLAY, MY_DRAWING, PCB_TUNING_PATTERN, RATSNEST_VIEW_ITEM, RECT_RADIUS_TEXT_ITEM, ROUTER_PREVIEW_ITEM, ROUTER_STATUS_VIEW_ITEM, TUNING_STATUS_VIEW_ITEM, and VIEW_OVERLAY.
Definition at line 127 of file view_item.h.
References VIEW.
Referenced by KIGFX::VIEW::draw(), and KIGFX::VIEW::updateItemGeometry().
|
overridevirtualinherited |
Return the layers the item is drawn on (which may be more than its "home" layer)
Reimplemented from SCH_ITEM.
Definition at line 28 of file symbol.cpp.
References LAYER_DANGLING, LAYER_DEVICE, LAYER_DEVICE_BACKGROUND, LAYER_FIELDS, LAYER_NOTES_BACKGROUND, LAYER_OP_CURRENTS, LAYER_PRIVATE_NOTES, LAYER_REFERENCEPART, LAYER_SELECTION_SHADOWS, LAYER_SHAPES_BACKGROUND, LAYER_VALUEPART, LIB_SYMBOL_T, SCH_SYMBOL_T, and EDA_ITEM::Type().
|
inlinevirtualinherited |
Return the level of detail (LOD) of the item.
A level of detail is the minimal VIEW scale that is sufficient for an item to be shown on a given layer.
Use LOD_HIDE and LOD_SHOW constants to hide or show the item unconditionally.
Use lodScaleForThreshold() to calculate the LOD scale for when the item passes a certain threshold size on screen.
aLayer | is the current drawing layer. |
aView | is a pointer to the VIEW device we are drawing on. |
Reimplemented in FOOTPRINT, GERBER_DRAW_ITEM, PAD, PCB_FIELD, PCB_GROUP, PCB_POINT, PCB_REFERENCE_IMAGE, PCB_SHAPE, PCB_TEXT, PCB_TEXTBOX, PCB_TRACK, PCB_VIA, SCH_GROUP, SCH_LINE, and ZONE.
Definition at line 155 of file view_item.h.
References LOD_SHOW, and VIEW.
Referenced by PCB_GRID_HELPER::computeAnchors(), PNS_KICAD_IFACE::IsItemVisible(), KIGFX::VIEW::DRAW_ITEM_VISITOR::operator()(), EE_GRID_HELPER::queryVisible(), and PCB_GRID_HELPER::queryVisible().
|
inlineinherited |
Definition at line 161 of file view_item.h.
References m_viewPrivData.
Referenced by KIGFX::VIEW::Add(), KIGFX::VIEW::draw(), KIGFX::VIEW::HasItem(), KIGFX::VIEW::Hide(), KIGFX::VIEW::invalidateItem(), KIGFX::VIEW::IsHiddenOnOverlay(), KIGFX::VIEW::IsVisible(), KIGFX::VIEW::CLEAR_LAYER_CACHE_VISITOR::operator()(), KIGFX::VIEW::DRAW_ITEM_VISITOR::operator()(), KIGFX::VIEW::RECACHE_ITEM_VISITOR::operator()(), KIGFX::VIEW::UPDATE_COLOR_VISITOR::operator()(), KIGFX::VIEW::UPDATE_DEPTH_VISITOR::operator()(), KIGFX::VIEW::SetVisible(), KIGFX::VIEW::Update(), KIGFX::VIEW::updateItemColor(), KIGFX::VIEW::updateItemGeometry(), and KIGFX::VIEW::updateLayers().
|
overridevirtual |
May be re-implemented for each derived class in order to handle all the types given by its member data.
Implementations should call inspector->Inspect() on types in aScanTypes, and may use IterateForward() to do so on lists of such data.
inspector | An INSPECTOR instance to use in the inspection. |
testData | Arbitrary data used by the inspector. |
aScanTypes | Which KICAD_T types are of interest and the order in which they should be processed. |
Reimplemented from EDA_ITEM.
Definition at line 2296 of file sch_symbol.cpp.
References CONTINUE, DATASHEET, FOOTPRINT, SCH_ITEM::GetBodyStyle(), GetField(), SCH_ITEM::GetUnit(), m_fields, m_part, m_pins, pin, QUIT, REFERENCE, SCH_FIELD_LOCATE_DATASHEET_T, SCH_FIELD_LOCATE_FOOTPRINT_T, SCH_FIELD_LOCATE_REFERENCE_T, SCH_FIELD_LOCATE_VALUE_T, SCH_FIELD_T, SCH_LOCATE_ANY_T, SCH_PIN_T, SCH_SYMBOL_LOCATE_POWER_T, SCH_SYMBOL_T, and VALUE.
|
inlineinherited |
Definition at line 143 of file eda_item.h.
References m_flags.
Referenced by SCH_SELECTION_TOOL::SelectMultiple().
|
staticconstexprprotectedinherited |
Return this constant from ViewGetLOD() to hide the item unconditionally.
Definition at line 180 of file view_item.h.
Referenced by lodScaleForThreshold(), KIGFX::VIEW_GROUP::ViewDraw(), FOOTPRINT::ViewGetLOD(), PAD::ViewGetLOD(), PCB_FIELD::ViewGetLOD(), PCB_GROUP::ViewGetLOD(), PCB_POINT::ViewGetLOD(), PCB_REFERENCE_IMAGE::ViewGetLOD(), PCB_SHAPE::ViewGetLOD(), PCB_TEXT::ViewGetLOD(), PCB_TEXTBOX::ViewGetLOD(), PCB_TRACK::ViewGetLOD(), PCB_VIA::ViewGetLOD(), SCH_GROUP::ViewGetLOD(), SCH_LINE::ViewGetLOD(), and ZONE::ViewGetLOD().
|
staticconstexprprotectedinherited |
Return this constant from ViewGetLOD() to show the item unconditionally.
Definition at line 185 of file view_item.h.
Referenced by lodScaleForThreshold(), FOOTPRINT::ViewGetLOD(), GERBER_DRAW_ITEM::ViewGetLOD(), ViewGetLOD(), PAD::ViewGetLOD(), PCB_FIELD::ViewGetLOD(), PCB_GROUP::ViewGetLOD(), PCB_POINT::ViewGetLOD(), PCB_REFERENCE_IMAGE::ViewGetLOD(), PCB_SHAPE::ViewGetLOD(), PCB_TEXT::ViewGetLOD(), PCB_TEXTBOX::ViewGetLOD(), PCB_TRACK::ViewGetLOD(), PCB_VIA::ViewGetLOD(), SCH_GROUP::ViewGetLOD(), SCH_LINE::ViewGetLOD(), and ZONE::ViewGetLOD().
|
protectedinherited |
Definition at line 741 of file sch_item.h.
Referenced by SCH_PIN::Clone(), compare(), SCH_SYMBOL::doGetBoundingBox(), GetBodyStyle(), GetBodyStyleProp(), SCH_SYMBOL::GetDrawItem(), SCH_SYMBOL::GetLibPins(), SCH_SYMBOL::Init(), operator=(), SCH_SYMBOL::operator=(), SCH_ITEM(), SCH_ITEM(), SCH_SYMBOL::SCH_SYMBOL(), SCH_SYMBOL::SCH_SYMBOL(), SetBodyStyle(), SCH_SYMBOL::SetBodyStyle(), LIB_SYMBOL::SetBodyStyleCount(), SetBodyStyleProp(), SimilarityBase(), SCH_SYMBOL::swapData(), SwapItemData(), and SCH_SYMBOL::UpdatePins().
|
protectedinherited |
Store pointers to other items that are connected to this one, per sheet.
Definition at line 748 of file sch_item.h.
Referenced by AddConnectionTo(), ClearConnectedItems(), ConnectedItems(), and SCH_LABEL_BASE::IsType().
|
protectedinherited |
Store connectivity information, per sheet.
Definition at line 751 of file sch_item.h.
Referenced by Connection(), InitializeConnection(), SetConnectionGraph(), and ~SCH_ITEM().
|
protectedinherited |
Definition at line 753 of file sch_item.h.
Referenced by IsConnectivityDirty(), operator=(), SCH_ITEM(), SCH_ITEM(), and SetConnectivityDirty().
|
protectedinherited |
True if symbol is set to 'Do Not Populate'.
Definition at line 232 of file symbol.h.
Referenced by GetDNP(), operator=(), SCH_SYMBOL::Plot(), SCH_SYMBOL::SCH_SYMBOL(), SetDNP(), SCH_SYMBOL::swapData(), SYMBOL(), SYMBOL(), and SCH_SYMBOL::SyncOtherUnits().
|
protectedinherited |
Definition at line 231 of file symbol.h.
Referenced by LIB_SYMBOL::Compare(), GetExcludedFromBoard(), operator=(), SCH_SYMBOL::SCH_SYMBOL(), SetExcludedFromBoard(), LIB_SYMBOL::Similarity(), SCH_SYMBOL::swapData(), SYMBOL(), SYMBOL(), and SCH_SYMBOL::SyncOtherUnits().
|
protectedinherited |
Definition at line 230 of file symbol.h.
Referenced by LIB_SYMBOL::Compare(), GetExcludedFromBOM(), operator=(), SCH_SYMBOL::SCH_SYMBOL(), SetExcludedFromBOM(), LIB_SYMBOL::Similarity(), SCH_SYMBOL::swapData(), SYMBOL(), SYMBOL(), and SCH_SYMBOL::SyncOtherUnits().
|
protectedinherited |
Definition at line 229 of file symbol.h.
Referenced by LIB_SYMBOL::Compare(), GetExcludedFromSim(), operator=(), SCH_SYMBOL::SCH_SYMBOL(), SetExcludedFromSim(), LIB_SYMBOL::Similarity(), SCH_SYMBOL::swapData(), SYMBOL(), and SYMBOL().
|
private |
Variable length list of fields.
Definition at line 858 of file sch_symbol.h.
Referenced by AddField(), doGetBoundingBox(), FindFieldCaseInsensitive(), GetComponentClassNames(), GetContextualTextVars(), GetField(), GetField(), GetField(), GetField(), GetFields(), GetFields(), GetFields(), GetNextFieldOrdinal(), Init(), MirrorHorizontally(), MirrorVertically(), Move(), operator=(), Plot(), RemoveField(), ResolveTextVar(), Rotate(), RunOnChildren(), SCH_SYMBOL(), swapData(), SyncOtherUnits(), and Visit().
|
protectedinherited |
Definition at line 743 of file sch_item.h.
Referenced by LIB_SYMBOL::AutoplaceFields(), SCH_DIRECTIVE_LABEL::AutoplaceFields(), SCH_LABEL_BASE::AutoplaceFields(), SCH_SHEET::AutoplaceFields(), SCH_SYMBOL::AutoplaceFields(), GetFieldsAutoplaced(), operator=(), SCH_SHEET::Resize(), SCH_SHEET::Rotate(), SCH_LABEL_BASE::Rotate90(), SCH_ITEM(), SCH_ITEM(), SCH_SHEET::SCH_SHEET(), SCH_SHEET::SCH_SHEET(), SCH_SYMBOL::SCH_SYMBOL(), SetFieldsAutoplaced(), SCH_LABEL_BASE::swapData(), SCH_SHEET::swapData(), and SwapItemData().
|
protectedinherited |
Definition at line 527 of file eda_item.h.
Referenced by ClearFlags(), DS_DRAW_ITEM_BASE::DS_DRAW_ITEM_BASE(), EDA_ITEM(), EDA_ITEM(), EDA_ITEM(), SCH_PIN::GetBoundingBox(), GetEditFlags(), GetFlags(), PCB_TRACK::GetMsgPanelInfoBase_Common(), SCH_LINE::GetSelectedPoints(), GetTempFlags(), HasFlag(), SCH_FIELD::HitTest(), SCH_FIELD::HitTest(), SCH_JUNCTION::HitTest(), SCH_JUNCTION::HitTest(), SCH_LINE::HitTest(), SCH_LINE::HitTest(), SCH_PIN::HitTest(), SCH_PIN::HitTest(), SCH_SHAPE::HitTest(), SCH_SHAPE::HitTest(), SCH_SYMBOL::HitTest(), SCH_SYMBOL::HitTest(), SCH_TEXT::HitTest(), SCH_TEXT::HitTest(), ZONE::InitDataFromSrcInCopyCtor(), IsBrightened(), SCH_ITEM::IsConnected(), IsEntered(), IsModified(), IsMoving(), IsNew(), IsSelected(), IsShownAsBitmap(), SCH_LINE::MirrorHorizontally(), SCH_LINE::MirrorVertically(), operator=(), PCB_SHAPE::operator==(), SCH_LINE::Rotate(), SetFlags(), LIB_SYMBOL::Similarity(), PCB_SHAPE::Similarity(), PCB_REFERENCE_IMAGE::swapData(), PCB_SHAPE::swapData(), SCH_ITEM::SwapFlags(), SCH_PIN::ViewBBox(), and XorFlags().
|
privateinherited |
Additional transparency for diff'ing items.
Definition at line 210 of file view_item.h.
Referenced by GetForcedTransparency(), KIGFX::VIEW::DRAW_ITEM_VISITOR::operator()(), SetForcedTransparency(), and VIEW_ITEM().
|
protectedinherited |
Definition at line 530 of file eda_item.h.
Referenced by EDA_ITEM(), EDA_ITEM(), EDA_ITEM(), ZONE::InitDataFromSrcInCopyCtor(), IsForceVisible(), operator=(), PCB_SHAPE::operator==(), SetForceVisible(), PCB_SHAPE::Similarity(), PCB_REFERENCE_IMAGE::swapData(), and PCB_SHAPE::swapData().
|
protectedinherited |
The group this item belongs to, if any. No ownership implied.
Definition at line 529 of file eda_item.h.
Referenced by EDA_ITEM(), EDA_ITEM(), EDA_ITEM(), GetParentGroup(), operator=(), SCH_LINE::SCH_LINE(), SetParentGroup(), and SCH_ITEM::SwapItemData().
|
private |
Define the hierarchical path and reference of the symbol.
This allows support for multiple references to a single sub-sheet.
Definition at line 872 of file sch_symbol.h.
Referenced by AddHierarchicalReference(), AddSheetPathReferenceEntryIfMissing(), ClearAnnotation(), GetInstance(), GetInstances(), GetRef(), GetUnitSelection(), IsAnnotated(), operator=(), RemoveInstance(), SCH_SYMBOL(), SetRef(), SetUnitSelection(), SetUnitSelection(), and swapData().
|
privateinherited |
Definition at line 208 of file view_item.h.
Referenced by IsBOARD_ITEM(), and VIEW_ITEM().
|
private |
True if the symbol should appear in netlist.
Definition at line 862 of file sch_symbol.h.
Referenced by Init(), IsInNetlist(), SCH_SYMBOL(), and SetRef().
|
protectedinherited |
Definition at line 531 of file eda_item.h.
Referenced by EDA_ITEM(), EDA_ITEM(), EDA_ITEM(), IsRollover(), operator=(), and SetIsRollover().
|
privateinherited |
Definition at line 207 of file view_item.h.
Referenced by IsSCH_ITEM(), and VIEW_ITEM().
|
protectedinherited |
Definition at line 739 of file sch_item.h.
Referenced by CanConnect(), SCH_LINE::CanConnect(), SCH_LINE::doIsConnected(), SCH_LINE::GetItemDescription(), GetLayer(), SCH_TEXTBOX::GetLegacyTextMargin(), SCH_LINE::GetMenuImage(), SCH_TEXT::GetMsgPanelInfo(), SCH_LINE::GetPenWidth(), SCH_SYMBOL::Init(), SCH_LINE::IsConnectable(), IsType(), SCH_LINE::IsType(), SCH_TEXT::MirrorHorizontally(), SCH_TEXT::MirrorVertically(), operator=(), SCH_BUS_ENTRY_BASE::Plot(), SCH_LABEL_BASE::Plot(), SCH_RULE_AREA::Plot(), SCH_SHAPE::Plot(), SCH_TABLE::Plot(), SCH_TEXT::Plot(), SCH_TEXTBOX::Plot(), SCH_BITMAP::SCH_BITMAP(), SCH_BUS_BUS_ENTRY::SCH_BUS_BUS_ENTRY(), SCH_BUS_WIRE_ENTRY::SCH_BUS_WIRE_ENTRY(), SCH_BUS_WIRE_ENTRY::SCH_BUS_WIRE_ENTRY(), SCH_DIRECTIVE_LABEL::SCH_DIRECTIVE_LABEL(), SCH_GLOBALLABEL::SCH_GLOBALLABEL(), SCH_HIERLABEL::SCH_HIERLABEL(), SCH_ITEM(), SCH_ITEM(), SCH_JUNCTION::SCH_JUNCTION(), SCH_LABEL::SCH_LABEL(), SCH_LINE::SCH_LINE(), SCH_PIN::SCH_PIN(), SCH_PIN::SCH_PIN(), SCH_PIN::SCH_PIN(), SCH_PIN::SCH_PIN(), SCH_SHEET::SCH_SHEET(), SCH_SHEET::SCH_SHEET(), SCH_SHEET_PIN::SCH_SHEET_PIN(), SCH_TEXT::SCH_TEXT(), SCH_TEXTBOX::SCH_TEXTBOX(), SetLayer(), SwapItemData(), SCH_JUNCTION::ViewGetLayers(), SCH_LINE::ViewGetLayers(), SCH_SHAPE::ViewGetLayers(), and SCH_TEXT::ViewGetLayers().
|
private |
Name and library the symbol was loaded from, i.e. 74xx:74LS00.
Definition at line 843 of file sch_symbol.h.
Referenced by GetLibId(), GetMsgPanelInfo(), GetSchSymbolLibraryName(), GetSymbolIDAsString(), operator=(), ResolveTextVar(), SCH_SYMBOL(), SCH_SYMBOL(), SetLibId(), swapData(), and SyncOtherUnits().
|
protectedinherited |
Owner.
Definition at line 528 of file eda_item.h.
Referenced by PCB_BOARD_OUTLINE::CopyPros(), SCH_FIELD::DoHypertextAction(), EDA_ITEM(), EDA_ITEM(), EDA_ITEM(), SCH_FIELD::GetBoundingBox(), SCH_FIELD::GetCanonicalName(), SCH_FIELD::GetDefaultLayer(), SCH_FIELD::GetDrawRotation(), SCH_FIELD::GetMenuImage(), PAD::GetMsgPanelInfo(), PCB_DIMENSION_BASE::GetMsgPanelInfo(), SCH_FIELD::GetName(), BOARD_ITEM::GetParent(), GetParent(), SCH_SHEET_PIN::GetParent(), BOARD_ITEM::GetParentAsString(), SCH_FIELD::GetParentPosition(), SCH_FIELD::GetPosition(), SCH_FIELD::GetShownText(), SCH_TEXT::GetShownText(), SCH_FIELD::HitTest(), SCH_PIN::IsStacked(), SCH_FIELD::Matches(), BOARD_BOUNDING_BOX::operator=(), operator=(), PAD::operator==(), PCB_BOARD_OUTLINE::operator==(), PAD::PAD(), SCH_FIELD::Plot(), SCH_LABEL_BASE::Plot(), SCH_FIELD::Replace(), SCH_LABEL_BASE::ResolveTextVar(), SCH_FIELD::SCH_FIELD(), SCH_SYMBOL::SCH_SYMBOL(), SetModified(), SetParent(), SCH_FIELD::SetPosition(), PAD::Similarity(), PCB_BOARD_OUTLINE::Similarity(), PCB_REFERENCE_IMAGE::swapData(), and PCB_SHAPE::swapData().
|
private |
A flattened copy of the LIB_SYMBOL from the PROJECT object's libraries.
Definition at line 860 of file sch_symbol.h.
Referenced by doGetBoundingBox(), GetAllLibPins(), GetBodyStyleCount(), GetBodyStyleDescription(), GetDatasheet(), GetDescription(), GetDrawItem(), GetFullPinCount(), GetKeyWords(), GetLibPins(), GetLibSymbolRef(), GetLibSymbolRef(), GetMsgPanelInfo(), GetShowPinNames(), GetShowPinNumbers(), GetUnitCount(), GetUnitDisplayName(), HasDeMorganBodyStyles(), IsGlobalPower(), IsLocalPower(), IsMissingLibSymbol(), IsNormal(), operator=(), Plot(), PlotPins(), ResolveTextVar(), SCH_SYMBOL(), SCH_SYMBOL(), SetLibSymbol(), SetShowPinNames(), SetShowPinNumbers(), swapData(), UpdateFields(), UpdatePins(), and Visit().
Library pin pointer : SCH_PIN indices.
Definition at line 865 of file sch_symbol.h.
Referenced by GetPin(), and UpdatePins().
|
protectedinherited |
The offset in mils to draw the pin name.
Set to 0 to draw the pin name above the pin.
Definition at line 224 of file symbol.h.
Referenced by LIB_SYMBOL::Compare(), GetPinNameOffset(), LIB_SYMBOL::LIB_SYMBOL(), operator=(), SetPinNameOffset(), LIB_SYMBOL::Similarity(), SYMBOL(), and SYMBOL().
|
private |
Definition at line 864 of file sch_symbol.h.
Referenced by ClearAnnotation(), ClearBrightenedPins(), doIsConnected(), GetConnectionPoints(), GetEndPoints(), GetPin(), GetPin(), GetPins(), GetRawPins(), HasBrightenedPins(), HasConnectivityChanges(), IsMovableFromAnchorPoint(), IsPointClickableAnchor(), operator==(), RunOnChildren(), SCH_SYMBOL(), SetLibSymbol(), SetRef(), swapData(), SyncOtherUnits(), UpdateDanglingState(), UpdatePins(), and Visit().
|
private |
Definition at line 842 of file sch_symbol.h.
Referenced by doGetBoundingBox(), doIsConnected(), GetConnectionPoints(), GetDrawItem(), GetPinPhysicalPosition(), GetPosition(), Init(), IsMovableFromAnchorPoint(), MirrorHorizontally(), MirrorVertically(), Move(), operator<(), operator=(), Plot(), PlotPins(), Rotate(), SCH_SYMBOL(), SetPosition(), swapData(), UpdateDanglingState(), and UpdateFields().
|
private |
C, R, U, Q etc - the first character(s) which typically indicate what the symbol is.
Determined, upon placement, from the library symbol. Created upon file load, by the first non-digits in the reference fields.
Definition at line 844 of file sch_symbol.h.
Referenced by ClearAnnotation(), GetPrefix(), GetRef(), Init(), SCH_SYMBOL(), SCH_SYMBOL(), SetPrefix(), SetRef(), and SetUnitSelection().
|
protectedinherited |
Definition at line 235 of file symbol.h.
Referenced by LIB_SYMBOL::GetBodyAndPinsBoundingBox(), LIB_SYMBOL::GetBodyBoundingBox(), and SetPreviewBodyStyle().
|
protectedinherited |
Definition at line 234 of file symbol.h.
Referenced by LIB_SYMBOL::GetBodyAndPinsBoundingBox(), LIB_SYMBOL::GetBodyBoundingBox(), and SetPreviewUnit().
|
protectedinherited |
Definition at line 742 of file sch_item.h.
Referenced by IsPrivate(), SCH_FIELD::operator=(), operator=(), SCH_FIELD::SCH_FIELD(), SCH_ITEM(), SCH_ITEM(), SetPrivate(), SimilarityBase(), and SwapItemData().
|
protectedinherited |
Store pointers to rule areas which this item is contained within.
Definition at line 756 of file sch_item.h.
Referenced by AddRuleAreaToCache(), ClearRuleAreasCache(), SCH_SYMBOL::GetComponentClassNames(), GetRuleAreaCache(), ResolveDNP(), ResolveExcludedFromBoard(), ResolveExcludedFromBOM(), and ResolveExcludedFromSim().
|
private |
The name used to look up a symbol in the symbol library embedded in a schematic.
By default this is the same as LIB_ID::GetLibItemName(). However, schematics allow for multiple variants of the same library symbol. Set this member in order to preserve the link to the original symbol library. If empty, LIB_ID::GetLibItemName() should be used.
Definition at line 856 of file sch_symbol.h.
Referenced by GetSchSymbolLibraryName(), SCH_SYMBOL(), SetSchSymbolLibraryName(), swapData(), and UseLibIdLookup().
|
protectedinherited |
Definition at line 226 of file symbol.h.
Referenced by LIB_SYMBOL::Compare(), GetShowPinNames(), operator=(), SetShowPinNames(), LIB_SYMBOL::Similarity(), SYMBOL(), and SYMBOL().
|
protectedinherited |
Definition at line 227 of file symbol.h.
Referenced by LIB_SYMBOL::Compare(), GetShowPinNumbers(), operator=(), SetShowPinNumbers(), LIB_SYMBOL::Similarity(), SYMBOL(), and SYMBOL().
|
protectedinherited |
Definition at line 744 of file sch_item.h.
Referenced by GetStoredPos(), and SetStoredPos().
|
privateinherited |
Run time identification, keep private so it can never be changed after a ctor sets it.
See comment near SetType() regarding virtual functions.
Definition at line 524 of file eda_item.h.
Referenced by EDA_ITEM(), EDA_ITEM(), EDA_ITEM(), IsType(), operator=(), and Type().
|
protectedinherited |
The rotation/mirror transformation.
Definition at line 222 of file symbol.h.
Referenced by SCH_SYMBOL::doGetBoundingBox(), SCH_SYMBOL::doIsConnected(), SCH_SYMBOL::GetConnectionPoints(), SCH_SYMBOL::GetDrawItem(), SCH_SYMBOL::GetOrientation(), SCH_SYMBOL::GetPinPhysicalPosition(), GetTransform(), GetTransform(), SCH_SYMBOL::Init(), SCH_SYMBOL::operator=(), SCH_SYMBOL::SCH_SYMBOL(), SCH_SYMBOL::SetOrientation(), SetTransform(), SCH_SYMBOL::swapData(), and SCH_SYMBOL::UpdateDanglingState().
|
protectedinherited |
Definition at line 740 of file sch_item.h.
Referenced by SCH_SYMBOL::AddHierarchicalReference(), SCH_SYMBOL::AddSheetPathReferenceEntryIfMissing(), SCH_PIN::Clone(), compare(), SCH_SYMBOL::doGetBoundingBox(), SCH_SYMBOL::GetDrawItem(), SCH_SYMBOL::GetEndPoints(), SCH_SYMBOL::GetLibPins(), SCH_SYMBOL::GetPins(), GetUnit(), SCH_SYMBOL::GetUnitSelection(), SCH_SYMBOL::Init(), operator=(), SCH_SYMBOL::operator=(), SCH_ITEM(), SCH_ITEM(), SCH_SYMBOL::SCH_SYMBOL(), SCH_SYMBOL::SCH_SYMBOL(), SCH_SYMBOL::SetRef(), SetUnit(), LIB_SYMBOL::SetUnitCount(), SimilarityBase(), SCH_SYMBOL::swapData(), SwapItemData(), and SCH_SYMBOL::SyncOtherUnits().
|
inherited |
Definition at line 516 of file eda_item.h.
Referenced by BOARD::Add(), SCH_RULE_AREA::addContainedItem(), SCH_RULE_AREA::addDirective(), SCH_SYMBOL::AddHierarchicalReference(), RC_ITEM::AddItem(), FIELDS_EDITOR_GRID_DATA_MODEL::AddReferences(), SCH_EDIT_FRAME::AnnotateSymbols(), FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData(), BOOST_FIXTURE_TEST_CASE(), BOARD::BulkRemoveStaleTeardrops(), SCH_SHEET_PATH::CheckForMissingSymbolInstances(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::ClearCell(), SCH_SHEET_PATH::Cmp(), SCH_ITEM::compare(), SCH_SHAPE::compare(), SCHEMATIC::ConvertRefsToKIIDs(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::createActualDerivedSymbol(), SCHEMATIC::CreateDefaultScreens(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::CreateDerivedSymbol(), MICROWAVE_TOOL::createMicrowaveInductor(), FOOTPRINT::Deserialize(), PAD::Deserialize(), PCB_ARC::Deserialize(), PCB_DIMENSION_BASE::Deserialize(), PCB_GROUP::Deserialize(), PCB_SHAPE::Deserialize(), PCB_TEXT::Deserialize(), PCB_TEXTBOX::Deserialize(), PCB_TRACK::Deserialize(), PCB_VIA::Deserialize(), SCH_LABEL::Deserialize(), SCH_LINE::Deserialize(), ZONE::Deserialize(), SCH_MARKER::DeserializeFromString(), ZONE_FILLER_TOOL::DirtyZone(), DRAWING_TOOL::DrawVia(), BOARD_ITEM::Duplicate(), FOOTPRINT::Duplicate(), LIB_SYMBOL::Duplicate(), SCH_ITEM::Duplicate(), SYMBOL_EDITOR_EDIT_TOOL::Duplicate(), FOOTPRINT::DuplicateItem(), EDA_ITEM(), PCB_EDIT_FRAME::ExchangeFootprint(), PAD_TOOL::explodePad(), NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), BOARD::FillItemMap(), SCH_SHEET_LIST::FillItemMap(), MULTICHANNEL_TOOL::findOtherItemsInRuleArea(), MULTICHANNEL_TOOL::findRoutingInRuleArea(), KIGIT_PCB_MERGE::findSetDifferences(), SCH_EDITOR_CONTROL::FindSymbolAndItem(), SCH_EDIT_FRAME::FocusOnItem(), SYMBOL_EDIT_FRAME::FocusOnItem(), PCB_BASE_FRAME::FocusOnItems(), SCH_IO_KICAD_SEXPR::Format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), PCB_IO_KICAD_SEXPR::format(), SCH_PIN::GetDefaultNetName(), RC_ITEM::GetJsonViolation(), PAD::GetMsgPanelInfo(), DIALOG_BOARD_REANNOTATE::GetNewRefDes(), PCB_MARKER::GetUUID(), SCH_MARKER::GetUUID(), FIELDS_EDITOR_GRID_DATA_MODEL::GetValue(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::GetValue(), FIELDS_EDITOR_GRID_DATA_MODEL::groupMatch(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::groupMatch(), ZONE::HigherPriority(), SCH_SHEET_PATH::IsContainedWithin(), PCB_IO_KICAD_LEGACY::loadFOOTPRINT(), FOOTPRINT_EDIT_FRAME::LoadFootprintFromBoard(), PCB_EDIT_FRAME::LoadFootprints(), SCH_IO_KICAD_LEGACY::loadHierarchy(), PCB_IO_KICAD_LEGACY::loadPCB_TARGET(), PCB_IO_KICAD_LEGACY::loadPCB_TEXT(), EESCHEMA_HELPERS::LoadSchematic(), SCH_IO_CADSTAR_ARCHIVE::LoadSchematicFile(), SCH_IO_EASYEDA::LoadSchematicFile(), SCH_IO_EASYEDAPRO::LoadSchematicFile(), SCH_IO_LTSPICE::LoadSchematicFile(), SCH_EDIT_FRAME::LoadSheetFromFile(), SYMBOL_EDIT_FRAME::LoadSymbolFromSchematic(), PCB_IO_KICAD_LEGACY::loadTrackList(), NETLIST_EXPORTER_XML::makeSymbols(), SCH_EDIT_FRAME::mapExistingAnnotation(), DIALOG_DRC::OnDRCItemSelected(), BOARD::cmp_drawings::operator()(), BOARD::cmp_items::operator()(), BOARD_ITEM::ptr_cmp::operator()(), CompareByUuid::operator()(), FOOTPRINT::cmp_drawings::operator()(), FOOTPRINT::cmp_pads::operator()(), FOOTPRINT::cmp_zones::operator()(), PCB_SHAPE::cmp_drawings::operator()(), PCB_TRACK::cmp_tracks::operator()(), SCH_SYMBOL::operator<(), PAD::operator==(), SCH_FIELD::operator==(), PAD::PAD(), PCB_IO_KICAD_SEXPR_PARSER::parsePCB_TEXT_effects(), SCH_IO_KICAD_SEXPR_PARSER::ParseSchematic(), SCH_IO_KICAD_SEXPR_PARSER::parseSchTextBoxContent(), PCB_IO_KICAD_SEXPR_PARSER::parseTextBoxContent(), SCH_EDITOR_CONTROL::Paste(), SCH_SHEET_PATH::PathAsString(), PCB_VIA::PCB_VIA(), PCB_CONTROL::placeBoardItems(), processTextItem(), PCB_BASE_EDIT_FRAME::PutDataInPreviousState(), BOARD::Remove(), SCH_SYMBOL::RemoveInstance(), FIELDS_EDITOR_GRID_DATA_MODEL::RemoveSymbol(), FIELDS_EDITOR_GRID_DATA_MODEL::RenameColumn(), SCH_SCREENS::ReplaceDuplicateTimeStamps(), PCB_IO_KICAD_SEXPR_PARSER::resolveGroups(), BOARD::ResolveItem(), SCH_SHEET_PATH::ResolveItem(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::RevertRow(), DRC_TEST_PROVIDER_SILK_CLEARANCE::Run(), SCH_IO_KICAD_SEXPR::saveBitmap(), SCH_IO_KICAD_SEXPR::saveBusEntry(), FOOTPRINT_EDIT_FRAME::SaveFootprintToBoard(), SCH_IO_KICAD_SEXPR::saveGroup(), SCH_IO_KICAD_SEXPR::saveJunction(), SCH_IO_KICAD_SEXPR::saveLine(), SCH_IO_KICAD_SEXPR::saveNoConnect(), SCH_EDIT_FRAME::SaveProject(), SCH_IO_KICAD_SEXPR::saveShape(), SCH_IO_KICAD_LEGACY::saveSheet(), SCH_IO_KICAD_SEXPR::saveSheet(), SCH_IO_KICAD_LEGACY::saveSymbol(), SCH_IO_KICAD_SEXPR::saveSymbol(), SCH_IO_KICAD_SEXPR::saveTable(), SCH_IO_KICAD_SEXPR::saveText(), SCH_IO_KICAD_SEXPR::saveTextBox(), SCH_PIN::SCH_PIN(), SCH_REFERENCE::SCH_REFERENCE(), SCH_SHEET::SCH_SHEET(), SCH_SYMBOL::SCH_SYMBOL(), FOOTPRINT::Serialize(), PAD::Serialize(), PCB_ARC::Serialize(), PCB_DIMENSION_BASE::Serialize(), PCB_GROUP::Serialize(), PCB_SHAPE::Serialize(), PCB_TEXT::Serialize(), PCB_TEXTBOX::Serialize(), PCB_TRACK::Serialize(), PCB_VIA::Serialize(), SCH_LABEL::Serialize(), SCH_LINE::Serialize(), ZONE::Serialize(), SCH_MARKER::SerializeToString(), RC_ITEM::SetItems(), SCH_EDITOR_CONTROL::setPastedSymbolInstances(), FIELDS_EDITOR_GRID_DATA_MODEL::SetValue(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::SetValue(), LIB_SYMBOL::Similarity(), PAD::Similarity(), PCB_DIMENSION_BASE::Similarity(), PCB_FIELD::Similarity(), SCH_BITMAP::Similarity(), SCH_BUS_ENTRY_BASE::Similarity(), SCH_FIELD::Similarity(), SCH_JUNCTION::Similarity(), SCH_LABEL_BASE::Similarity(), SCH_LINE::Similarity(), SCH_NO_CONNECT::Similarity(), SCH_PIN::Similarity(), SCH_SHAPE::Similarity(), SCH_TEXT::Similarity(), SCH_TEXTBOX::Similarity(), SCH_DRAWING_TOOLS::SingleClickPlace(), SCH_SHEET_LIST::SortByHierarchicalPageNumbers(), SCH_SYMBOL::SyncOtherUnits(), DRC_TEST_PROVIDER_EDGE_CLEARANCE::testAgainstEdge(), testGroupEqual(), DRC_TEST_PROVIDER_HOLE_TO_HOLE::testHoleAgainstHole(), DRC_TEST_PROVIDER_PHYSICAL_CLEARANCE::testItemAgainstItem(), DRC_TEST_PROVIDER_COPPER_CLEARANCE::testSingleLayerItemAgainstItem(), DIALOG_LIB_FIELDS_TABLE::TransferDataFromWindow(), SYMBOL_EDITOR_DRAWING_TOOLS::TwoClickPlace(), FIELDS_EDITOR_GRID_DATA_MODEL::updateDataStoreSymbolField(), LIB_FIELDS_EDITOR_GRID_DATA_MODEL::updateDataStoreSymbolField(), BOARD_NETLIST_UPDATER::updateFootprintGroup(), PCB_CONTROL::UpdateMessagePanel(), PL_EDITOR_CONTROL::UpdateMessagePanel(), SCH_INSPECTION_TOOL::UpdateMessagePanel(), SCH_EDITOR_CONTROL::updatePastedSheet(), SCH_EDITOR_CONTROL::updatePastedSymbol(), BOARD::UpdateRatsnestExclusions(), SCH_SHEET_LIST::UpdateSymbolInstanceData(), NETLIST_EXPORTER_CADSTAR::WriteNetlist(), and NETLIST_EXPORTER_ORCADPCB2::WriteNetlist().
|
privateinherited |
Definition at line 209 of file view_item.h.
Referenced by KIGFX::VIEW::Add(), KIGFX::VIEW::OnDestroy(), KIGFX::VIEW::Remove(), KIGFX::VIEW::updateBbox(), KIGFX::VIEW::updateLayers(), VIEW_ITEM(), viewPrivData(), and ~VIEW_ITEM().
|
staticprivate |
Definition at line 875 of file sch_symbol.h.
Referenced by GetOrientation().