|
|
@ -305,6 +305,16 @@ public: |
|
|
|
LIB_PIN* GetPin( const wxPoint& aPosition, SCH_COMPONENT** aComponent = NULL, |
|
|
|
bool aEndPointOnly = false ) const; |
|
|
|
|
|
|
|
/** |
|
|
|
* Function GetSheet |
|
|
|
* returns a sheet object pointer that is named \a aName. |
|
|
|
* |
|
|
|
* @note The screen hierarchy is not descened. |
|
|
|
* @param aName is the case insensitive name of the sheet. |
|
|
|
* @return A pointer to the SCH_SHEET object found or NULL. |
|
|
|
*/ |
|
|
|
SCH_SHEET* GetSheet( const wxString& aName ); |
|
|
|
|
|
|
|
/** |
|
|
|
* Function GetSheetLabel |
|
|
|
* test the screen if \a aPosition is a sheet label object. |
|
|
|