qCNC 0.82-alpha
/home/trilog/Desktop/project/gui/Final/src/Gcode_dec.cpp File Reference
#include "Gcode_dec.h"
#include "global_includes.h"
#include "mainwindow.h"
Include dependency graph for Gcode_dec.cpp:

Go to the source code of this file.

Functions

void Gcode_read (QString filename)
gcode_linkedLmap_linkedlist (double *maxx, double *maxy, double *maxz, gcode_linkedL *first, gcode_linkedL *last)

Variables

gcode_linkedL firstptr
gcode_linkedL lastptr
double max_x
double max_y
double max_z

Function Documentation

void Gcode_read ( QString  filename)

Definition at line 54 of file Gcode_dec.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

gcode_linkedL* map_linkedlist ( double *  maxx,
double *  maxy,
double *  maxz,
gcode_linkedL first,
gcode_linkedL last 
)

Definition at line 214 of file Gcode_dec.cpp.

Here is the caller graph for this function:


Variable Documentation

Definition at line 46 of file Gcode_dec.cpp.

Definition at line 47 of file Gcode_dec.cpp.

double max_x

Definition at line 48 of file Gcode_dec.cpp.

double max_y

Definition at line 49 of file Gcode_dec.cpp.

double max_z

Definition at line 50 of file Gcode_dec.cpp.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines