comments
This commit is contained in:
parent
70aa4d547f
commit
357e3d6a2a
|
@ -730,6 +730,14 @@ public:
|
||||||
* terminates the zone edge creation process
|
* terminates the zone edge creation process
|
||||||
*/
|
*/
|
||||||
void End_Zone( wxDC* DC );
|
void End_Zone( wxDC* DC );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Function Fill_Zone
|
||||||
|
* creates a number zone segments by using a flood fill algorithm. The
|
||||||
|
* "high-lighted" net is used to determine the netcode of all the zone
|
||||||
|
* segments and what can be connected to and what must be avoided on the
|
||||||
|
* current layer as the flooding occurs.
|
||||||
|
*/
|
||||||
void Fill_Zone( wxDC* DC );
|
void Fill_Zone( wxDC* DC );
|
||||||
|
|
||||||
// Target handling
|
// Target handling
|
||||||
|
|
Loading…
Reference in New Issue