#include <guidiagramcontroller.h>
Inheritance diagram for GuiDiagramController:

Public Member Functions | |
| GuiDiagramController (JavaVM *jvm, QObject *parent=0) | |
| GuiDiagramController (AbstractModel *diagram, JavaVM *jvm, QObject *parent=0) | |
Protected Member Functions | |
| virtual bool | saveDocToFile (const QString &filename) const |
| virtual bool | initDocFromFile (const QString &filename) |
| GuiDiagramController::GuiDiagramController | ( | JavaVM * | jvm, | |
| QObject * | parent = 0 | |||
| ) |
Constructs a diagram controller that contains GUI specific code.
| GuiDiagramController::GuiDiagramController | ( | AbstractModel * | doc, | |
| JavaVM * | jvm, | |||
| QObject * | parent = 0 | |||
| ) |
Constructs a diagram controller that contains GUI specific code.
| bool GuiDiagramController::saveDocToFile | ( | const QString & | filename | ) | const [protected, virtual] |
Re-implemented to add graphical error reporting with QMessageBox.
Reimplemented from DocController.
| bool GuiDiagramController::initDocFromFile | ( | const QString & | filename | ) | [protected, virtual] |
Re-implemented to add graphical error reporting with QMessageBox.
1.5.2