Go to the source code of this file.
Defines | |
#define | CAMSETUP__OK GTK_RESPONSE_OK |
Typedefs | |
typedef _CamSetup_Head | CamSetup_Head |
Struct of a CNC-Tool-Head. | |
typedef _CamSetup_Tool | CamSetup_Tool |
Struct of a CNC-Tool. | |
typedef _CamSetup_Axis | CamSetup_Axis |
Struct of a generic CNC-Axis. | |
typedef _CamSetup_ToolAxis | CamSetup_ToolAxis |
Struct of a CNC-Tool-Axis. | |
typedef _CamSetup_Material | CamSetup_Material |
Struct of a CNC-Material. | |
typedef _CamSetup | CamSetup |
Struct of the Cam-Setup. | |
Functions | |
CamSetup * | camsetup__init () |
create a new Cam-Setup-Context | |
void | camsetup__show (void) |
shows the Cam-Setup-Dialog | |
void | camsetup__hide (void) |
hides the Cam-Setup-Dialog | |
void | camsetup__values_default (void) |
sets the default Cam-Setup-Values | |
void | camsetup__values_set (void) |
sets the Cam-Setup-Values in the Dialog-Gui | |
void | camsetup__values_get (void) |
gets the Cam-Setup-Values from in the Dialog-Gui | |
gint | camsetup__run (gchar *title_str) |
runs the Cam-Setup-Dialog and wait for the replay |
|
|
|
Struct of the Cam-Setup.
|
|
Struct of a generic CNC-Axis.
|
|
Struct of a CNC-Tool-Head.
|
|
Struct of a CNC-Material.
|
|
Struct of a CNC-Tool.
|
|
Struct of a CNC-Tool-Axis.
|
|
hides the Cam-Setup-Dialog
|
|
create a new Cam-Setup-Context
|
|
runs the Cam-Setup-Dialog and wait for the replay
|
|
shows the Cam-Setup-Dialog
|
|
sets the default Cam-Setup-Values
|
|
gets the Cam-Setup-Values from in the Dialog-Gui
|
|
sets the Cam-Setup-Values in the Dialog-Gui
|