router: debug points now have variable size
This commit is contained in:
parent
fcf6511f0c
commit
64cf593ee9
|
@ -43,7 +43,7 @@ public:
|
|||
virtual void NewStage( const std::string& name, int iter ) {};
|
||||
virtual void BeginGroup( const std::string name ) {};
|
||||
virtual void EndGroup( ) {};
|
||||
virtual void AddPoint( VECTOR2I aP, int aColor, const std::string aName = "" ) {};
|
||||
virtual void AddPoint( VECTOR2I aP, int aColor, int aSize = 100000, const std::string aName = "" ) {};
|
||||
virtual void AddLine( const SHAPE_LINE_CHAIN& aLine, int aType = 0, int aWidth = 0, const std::string aName = "" ) {};
|
||||
virtual void AddSegment( SEG aS, int aColor, const std::string aName = "" ) {};
|
||||
virtual void AddBox( BOX2I aB, int aColor, const std::string aName = "" ) {};
|
||||
|
|
Loading…
Reference in New Issue