#include <gnome.h>
#include <glade/glade.h>
#include "cam_setup.h"
#include "cnc_output.h"
Functions | |
CamSetup * | camsetup__init (void) |
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 | |
void | camsetup__help_clicked (GtkWidget *widget, void *user_data) |
GUI-Callbacks -- Cam-Setup / Help. | |
void | camsetup__apply_clicked (GtkWidget *widget, void *user_data) |
GUI-Callbacks -- Cam-Setup / Apply. | |
void | camsetup__cancel_clicked (GtkWidget *widget, void *user_data) |
GUI-Callbacks -- Cam-Setup / Cancel. | |
void | camsetup__ok_clicked (GtkWidget *widget, void *user_data) |
GUI-Callbacks -- Cam-Setup / OK. | |
gint | camsetup__run (gchar *title_str) |
runs the Cam-Setup-Dialog and wait for the replay | |
Variables | |
gint | cnc_z_steps |
gint | cnc_active |
gint | cnc_last_tool_offset |
gint | cnc_last_updown |
gint | cnc_last_x |
gint | cnc_last_y |
gint | cnc_last_z |
gint | cnc_do_cut |
gint | cnc_do_fill |
CamSetup * | camsetup__camset |
|
GUI-Callbacks -- Cam-Setup / Apply.
|
|
GUI-Callbacks -- Cam-Setup / Cancel.
|
|
GUI-Callbacks -- Cam-Setup / Help.
|
|
hides the Cam-Setup-Dialog
|
|
create a new Cam-Setup-Context
|
|
GUI-Callbacks -- Cam-Setup / OK.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|