comparison src/mainwindow.h @ 66:098a10fc2e83 0.9.2

Add doxygen files and improve doxygen comments
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 21 May 2015 15:21:47 +0200
parents 73e6b6b12412
children 11aaa9214cfb
comparison
equal deleted inserted replaced
65:508a71328d1f 66:098a10fc2e83
20 class QDragMoveEvent; 20 class QDragMoveEvent;
21 class QDragEnterEvent; 21 class QDragEnterEvent;
22 class MetaDataView; 22 class MetaDataView;
23 class PNGPlayer; 23 class PNGPlayer;
24 24
25 /**
26 * @class MainWindow
27 * @brief The mainwindow of the application.
28 * @details Holds the pngplayer and the metadataview and binds them together.
29 */
25 class MainWindow : public QMainWindow 30 class MainWindow : public QMainWindow
26 { 31 {
27 Q_OBJECT 32 Q_OBJECT
28 33
29 public: 34 public:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)