#include <QObject>#include "abstractcontroller.h"#include <QCoreApplication>#include <QList>#include <QPointer>#include <QStack>#include <QString>#include "doc.h"#include "doccontrollerevents.h"Go to the source code of this file.
Classes | |
| class | DocController |
| The DocController class is responsible for controlling the communication between a Doc and its views. More... | |
1.5.2