Creating and Opening a GeoWinCreating a GeoWinLEDA provides the following constructors for GeoWin
GeoWin geow(const char* label);
constructs a GeoWin geow with window label label
and
GeoWin geow;
defines a Opening a GeoWinThe drawing window associated with a GeoWin is displayed only after using one of the followingdisplay()-operations. The operation
geow.display(int x, int y);
will display the geow.display(); will display Starting the Interactive Mode of GeoWinThe interactive interface of GeoWin is started by
geow.edit();
The operation
bool geow.edit(geo_scene sc);
starts the interactive mode with Remark: Pressing For an example of how to use these operations in a program, have a look at First Example of GeoWin. |
See also:Manual Pages: |