|
qCNC 0.82-alpha
|
#include <mainwindow.h>

Public Slots | |
| void | setview (qint8 k) |
| void | setConnections () |
| void | about () |
| MainWindow::about() Calles custom about from settings Class. | |
| void | aboutQt () |
| MainWindow::aboutQt() Calles aboutQT() a qt internal information box. | |
| void | TCPsetdiag () |
| void | set_Prog () |
| MainWindow::set_Prog() Calles setup dialog from settings Class. | |
| void | cncstart () |
| void | cncstop () |
| void | cncpause () |
| void | cncclear () |
| void | cncreset () |
| void | set_Serial () |
| MainWindow::set_Serial() Calles setup dialog from settings Class. | |
| void | debug_cntr () |
| void | debug_w_form (QString edit, QString sender, QString dest, QString msgtype) |
| void | timestamp () |
| QString | command_phase (QString edit) |
| void | custom_title_set (QString C_dev) |
| MainWindow::custom_title_set() Generic Title change function. | |
| void | TCPcontrolsend (protocol CNCdat) |
| void | TCPConnect () |
| void | SerialConnect () |
| void | update_preview () |
| void | decode_gcode () |
| void | gui_mode () |
| void | file_mode () |
| void | standalone_mode () |
| void | set_mode () |
| void | Swrite () |
Public Member Functions | |
| MainWindow (QWidget *parent=0) | |
| ~MainWindow () | |
| void | write_to_file (QString fileName, QString pstr) |
Public Attributes | |
| QString | temp |
| int | time |
| gcode_linkedL | first |
| gcode_linkedL | last |
| gcode_linkedL * | gtemp |
| gui_settings | settings |
| protocol | returned |
| double | maxy |
| double | maxx |
| double | maxz |
| double | xscalec |
| double | yscalec |
| double | zscalec |
| int | sock |
| int | Socketconnect |
| int | CNC_step |
| int | CNC_mode |
| int | pCNC_mode |
| int | constatus |
| int | returnV |
| int | resend |
| int | read_gcode |
| SerialPortReader * | Sconnect |
Definition at line 61 of file mainwindow.h.
| MainWindow::MainWindow | ( | QWidget * | parent = 0 | ) | [explicit] |
| MainWindow::~MainWindow | ( | ) |
Definition at line 173 of file mainwindow.cpp.
| void MainWindow::about | ( | ) | [slot] |
MainWindow::about() Calles custom about from settings Class.
| none |
| none |
Definition at line 226 of file mainwindow.cpp.

| void MainWindow::aboutQt | ( | ) | [slot] |
MainWindow::aboutQt() Calles aboutQT() a qt internal information box.
| none |
| none |
Definition at line 245 of file mainwindow.cpp.

| void MainWindow::cncclear | ( | ) | [slot] |
| void MainWindow::cncpause | ( | ) | [slot] |
| void MainWindow::cncreset | ( | ) | [slot] |
| void MainWindow::cncstart | ( | ) | [slot] |
| void MainWindow::cncstop | ( | ) | [slot] |
| QString MainWindow::command_phase | ( | QString | edit | ) | [slot] |
| void MainWindow::custom_title_set | ( | QString | C_dev | ) | [slot] |
MainWindow::custom_title_set() Generic Title change function.
| C_dev | - QString (device connected) |
| none |
Definition at line 522 of file mainwindow.cpp.
| void MainWindow::debug_cntr | ( | ) | [slot] |
Definition at line 329 of file mainwindow.cpp.


| void MainWindow::debug_w_form | ( | QString | edit, |
| QString | sender, | ||
| QString | dest, | ||
| QString | msgtype | ||
| ) | [slot] |
| void MainWindow::decode_gcode | ( | ) | [slot] |
Definition at line 342 of file mainwindow.cpp.


| void MainWindow::file_mode | ( | ) | [slot] |
Definition at line 184 of file mainwindow.cpp.
| void MainWindow::gui_mode | ( | ) | [slot] |
Definition at line 178 of file mainwindow.cpp.
| void MainWindow::SerialConnect | ( | ) | [slot] |
Definition at line 589 of file mainwindow.cpp.


| void MainWindow::set_mode | ( | ) | [slot] |
Definition at line 459 of file mainwindow.cpp.


| void MainWindow::set_Prog | ( | ) | [slot] |
MainWindow::set_Prog() Calles setup dialog from settings Class.
| none |
| none |
Definition at line 208 of file mainwindow.cpp.

| void MainWindow::set_Serial | ( | ) | [slot] |
MainWindow::set_Serial() Calles setup dialog from settings Class.
| none |
| none |
Definition at line 318 of file mainwindow.cpp.

| void MainWindow::setConnections | ( | ) | [slot] |
Definition at line 432 of file mainwindow.cpp.


| void MainWindow::setview | ( | qint8 | k | ) | [slot] |
Definition at line 480 of file mainwindow.cpp.
| void MainWindow::standalone_mode | ( | ) | [slot] |
| void MainWindow::Swrite | ( | ) | [slot] |
Definition at line 596 of file mainwindow.cpp.


| void MainWindow::TCPConnect | ( | ) | [slot] |
Definition at line 256 of file mainwindow.cpp.


| void MainWindow::TCPcontrolsend | ( | protocol | CNCdat | ) | [slot] |
Definition at line 532 of file mainwindow.cpp.
| void MainWindow::TCPsetdiag | ( | ) | [slot] |
| void MainWindow::timestamp | ( | ) | [slot] |
Definition at line 423 of file mainwindow.cpp.
| void MainWindow::update_preview | ( | ) | [slot] |
| void MainWindow::write_to_file | ( | QString | fileName, |
| QString | pstr | ||
| ) |
Definition at line 489 of file mainwindow.cpp.
Definition at line 82 of file mainwindow.h.
Definition at line 81 of file mainwindow.h.
Definition at line 84 of file mainwindow.h.
Definition at line 68 of file mainwindow.h.
Definition at line 70 of file mainwindow.h.
Definition at line 69 of file mainwindow.h.
| double MainWindow::maxx |
Definition at line 74 of file mainwindow.h.
| double MainWindow::maxy |
Definition at line 73 of file mainwindow.h.
| double MainWindow::maxz |
Definition at line 75 of file mainwindow.h.
Definition at line 83 of file mainwindow.h.
Definition at line 87 of file mainwindow.h.
Definition at line 86 of file mainwindow.h.
Definition at line 72 of file mainwindow.h.
Definition at line 85 of file mainwindow.h.
Definition at line 88 of file mainwindow.h.
Definition at line 71 of file mainwindow.h.
| int MainWindow::sock |
Definition at line 79 of file mainwindow.h.
Definition at line 80 of file mainwindow.h.
| QString MainWindow::temp |
Definition at line 66 of file mainwindow.h.
| int MainWindow::time |
Definition at line 67 of file mainwindow.h.
| double MainWindow::xscalec |
Definition at line 76 of file mainwindow.h.
| double MainWindow::yscalec |
Definition at line 77 of file mainwindow.h.
| double MainWindow::zscalec |
Definition at line 78 of file mainwindow.h.