-
Notifications
You must be signed in to change notification settings - Fork 7
Files & classes
This file is called to start the program and create a menu on screen. If new functionalities are implemented, the call to this new class have to be implemented inside this class.
This class is an abstract class for all new individual shape/drilling/pocket functions. Inside this class a couple of standard methods are implemented to make the life easier :-)
An windows is divided into four parts
- Image area
- standard frame content (this widgets are for all shapes/drillings/...
- individual frame content (this widgets are per shape/drilling/...
- button area
This class contain all callbacks from buttons and a simple MessageBox function (ERROR; INFO; WARN)
abstract class to create a simple modal dialog (is used from all individual implementations
a sub dialog which is called if user click on GCode-Button This dialog show only the generated GCode
a new implementation of an Entry-Widget with some validations
Subclasses are IntegerEntry & FloatEntry. This subclasses can be used to insert numbers or floats
As name says. This template can be used to create new implementations. It contains the major implementation for a new shape or drilling or something else. You have to adapt implemented code to you own use.