#include <memory>
#include <QApplication>
#include <QList>
#include <QObject>
#include <QString>
#include <QStringList>
#include "interpreter-qobject.h"
#include "resource-manager.h"
#include "shortcut-manager.h"
Go to the source code of this file.
Classes | |
class | base_qobject |
Base class for Octave interfaces that use Qt. More... | |
class | octave_qapplication |
This class is a simple wrapper around QApplication so that we can reimplement QApplication::notify. More... | |