#include "cam.h"
Go to the source code of this file.
Typedefs | |
typedef _Cnc2D | Cnc2D |
Functions | |
Cnc2D * | app__new (void) |
create a new application-context | |
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__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__load_file (gchar *filename, gboolean use_rg, gboolean invert) |
load an Image as a new Heightmap | |
Variables | |
Cnc2D * | app |
|
|
|
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.
|
|
|