#include "PreCompiled.h"
#include <QAction>
#include <QFileDialog>
#include <QImage>
#include <QImageReader>
#include <QMessageBox>
#include <QTextStream>
#include <time.h>
#include <sys/timeb.h>
#include <Base/Exception.h>
#include <Base/Interpreter.h>
#include <App/Document.h>
#include <Gui/Application.h>
#include <Gui/MainWindow.h>
#include <Gui/Command.h>
#include <Gui/BitmapFactory.h>
#include "ImageView.h"
Go to the source code of this file.
Classes | |
class | CmdCreateImagePlane |
class | CmdImageOpen |
Functions | |
void | CreateImageCommands (void) |
void CreateImageCommands | ( | void | ) |
Definition at line 222 of file Mod/Image/Gui/Command.cpp.
References Gui::CommandManager::addCommand(), and Gui::Application::Instance.
Referenced by initImageGui().