#include <MainWindow.h>
Classes | |
| class | MainWindowPrivate |
Public Slots | |
| void | setActiveGraphDocument (GraphDocument *d) |
| void | setActiveGraph (Graph *g) |
| void | toggleWidgetTypeShown () |
| void | readTheScene () |
| void | saveStateGDL () |
| void | loadStateGDL () |
| void | updateNodesFromModel (const QUndoCommand *cmd) |
| void | deleteThisSceneObject (QString objectName, QString objectParent) |
| void | markAsGameObject () |
| void | markAsGameComponent () |
| void | exportCode (bool checked) |
| GluonCore::GluonObject * | surfNodesIntoTree () |
| void | traceNodeGen (GluonCore::GluonObject *n) |
| void | exportFromThisNode (GluonCore::GluonObject *o, QTextStream *file) |
Signals | |
| void | sendDisappoint () |
Public Member Functions | |
| MainWindow () | |
| Graph * | graph () const |
| GraphScene * | scene () const |
| void | debug (const QString &s) |
| GraphDocument * | activeDocument () const |
| MainWindow (QMainWindow *parent=0, Qt::WindowFlags flags=0) | |
| virtual | ~MainWindow () |
| InputEventTextEdit * | inputEventTextEdit () |
| virtual void | closeEvent (QCloseEvent *event) |
Definition at line 52 of file MainWindow.h.
| MainWindow::MainWindow | ( | ) |
defalt constructor
Definition at line 66 of file MainWindow.cpp.
| MainWindow::MainWindow | ( | QMainWindow * | parent = 0, |
|
| Qt::WindowFlags | flags = 0 | |||
| ) | [explicit] |
Definition at line 22 of file mainwindow.cpp.
| MainWindow::~MainWindow | ( | ) | [virtual] |
Definition at line 32 of file mainwindow.cpp.
| GraphDocument * MainWindow::activeDocument | ( | ) | const |
Definition at line 87 of file MainWindow.cpp.
| void MainWindow::closeEvent | ( | QCloseEvent * | event | ) | [virtual] |
Definition at line 143 of file mainwindow.cpp.
| void MainWindow::debug | ( | const QString & | s | ) |
| void MainWindow::deleteThisSceneObject | ( | QString | objectName, | |
| QString | objectParent | |||
| ) | [slot] |
Definition at line 209 of file MainWindow.cpp.
| void MainWindow::exportCode | ( | bool | checked | ) | [slot] |
Definition at line 274 of file MainWindow.cpp.
| void MainWindow::exportFromThisNode | ( | GluonCore::GluonObject * | o, | |
| QTextStream * | file | |||
| ) | [slot] |
Definition at line 229 of file MainWindow.cpp.
| Graph * MainWindow::graph | ( | ) | const |
Definition at line 499 of file MainWindow.cpp.
| InputEventTextEdit * MainWindow::inputEventTextEdit | ( | ) |
Definition at line 138 of file mainwindow.cpp.
| void MainWindow::loadStateGDL | ( | ) | [slot] |
Definition at line 344 of file MainWindow.cpp.
| void MainWindow::markAsGameComponent | ( | ) | [slot] |
Definition at line 148 of file MainWindow.cpp.
| void MainWindow::markAsGameObject | ( | ) | [slot] |
Definition at line 143 of file MainWindow.cpp.
| void MainWindow::readTheScene | ( | ) | [slot] |
Definition at line 367 of file MainWindow.cpp.
| void MainWindow::saveStateGDL | ( | ) | [slot] |
Definition at line 307 of file MainWindow.cpp.
| GraphScene * MainWindow::scene | ( | ) | const |
Definition at line 504 of file MainWindow.cpp.
| void MainWindow::sendDisappoint | ( | ) | [signal] |
| void MainWindow::setActiveGraph | ( | Graph * | g | ) | [slot] |
Definition at line 485 of file MainWindow.cpp.
| void MainWindow::setActiveGraphDocument | ( | GraphDocument * | d | ) | [slot] |
Definition at line 472 of file MainWindow.cpp.
| GluonCore::GluonObject * MainWindow::surfNodesIntoTree | ( | ) | [slot] |
Definition at line 119 of file MainWindow.cpp.
| void MainWindow::toggleWidgetTypeShown | ( | ) | [slot] |
Definition at line 460 of file MainWindow.cpp.
| void MainWindow::traceNodeGen | ( | GluonCore::GluonObject * | n | ) | [slot] |
Definition at line 134 of file MainWindow.cpp.
| void MainWindow::updateNodesFromModel | ( | const QUndoCommand * | cmd | ) | [slot] |
Definition at line 153 of file MainWindow.cpp.
1.6.3