|
|
@ -100,6 +100,7 @@ public: |
|
|
|
|
|
|
|
bool HitTest( const VECTOR2I& aPosition, int aAccuracy = 0 ) const override; |
|
|
|
bool HitTest( const BOX2I& aRect, bool aContained, int aAccuracy = 0 ) const override; |
|
|
|
bool HitTest( const SHAPE_LINE_CHAIN& aPoly, bool aContained ) const override; |
|
|
|
|
|
|
|
void Plot( PLOTTER* aPlotter, bool aBackground, const SCH_PLOT_OPTS& aPlotOpts, |
|
|
|
int aUnit, int aBodyStyle, const VECTOR2I& aOffset, bool aDimmed ) override; |
|
|
|