Commit 357e3d6a authored by dickelbeck's avatar dickelbeck

comments

parent 70aa4d54
......@@ -730,6 +730,14 @@ public:
* terminates the zone edge creation process
*/
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 );
// Target handling
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment