#include <gnome.h>
#include <glade/glade.h>
#include "app.h"
#include "cam_setup.h"
#include "cam.h"
#include "cam_imgload.h"
#include "cnc_output.h"
#include "cam_object.h"
Functions | |
void | app__set_infobar (gchar *text_str) |
update the Info-Text displayed in the GUI(Statusbar) | |
void | app__set_sizeinfo (void) |
update the Size-Info displayed in the GUI(Viewbar) | |
void | app__view_redraw (void) |
Draw the HeightMapView to the Screen. | |
void | app__showmap (CAM__HeightMap *HeightMap) |
copy Heightmap to HeightMapView and call app__view_redraw() | |
void | app__load_file (gchar *filename, gboolean use_rg, gboolean invert) |
load an Image as a new Heightmap | |
Cnc2D * | app__new (void) |
create a new application-context |
|
load an Image as a new Heightmap
|
|
create a new application-context
|
|
update the Info-Text displayed in the GUI(Statusbar)
|
|
update the Size-Info displayed in the GUI(Viewbar)
|
|
copy Heightmap to HeightMapView and call app__view_redraw()
|
|
Draw the HeightMapView to the Screen.
|