27 #include <QMainWindow> 33 #include "createfileabstraction.h" 34 #include "actionbutton.h" 61 QToolBar *menuToolBar;
ImageViewer(QWidget *parent=0)
The constructor of the ImageViewer class.
Definition: imageviewer.cpp:6
virtual void createActions()
Creates all the actions related to the icons.
Definition: imageviewer.cpp:27
Creates a text file related to an image.
Definition: createfileabstraction.h:34
virtual ~ImageViewer()
Class destructor.
Definition: imageviewer.h:72
Inherits the QPixmap class.
Definition: image.h:32
virtual void createMenus()
Creates the menu bar.
Definition: imageviewer.cpp:17
Main window of the application.
Definition: imageviewer.h:36