/* * This file is a part of QComicBook. * * Copyright (C) 2005-2006 Pawel Stolowski * * QComicBook is free software; you can redestribute it and/or modify it * under terms of GNU General Public License by Free Software Foundation. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY. See GPL for more details. */ /*! \file comicmain.h */ #ifndef __COMIC_MAIN_H #define __COMIC_MAIN_H #include #include "history.h" class QAction; class QPopupMenu; class QLabel; class QToolBar; class QDockWindow; class QKeyEvent; namespace QComicBook { class ImgDirSink; class ComicBookSettings; class ComicImageView; class ThumbnailsWindow; class Bookmarks; class StatusBar; using Utility::History; //! The main window of QComicBook. class ComicMainWindow: public QMainWindow { Q_OBJECT private: ImgDirSink *sink; ComicImageView *view; ThumbnailsWindow *thumbswin; History *recentfiles; Bookmarks *bookmarks; StatusBar *statusbar; ComicBookSettings *cfg; int currpage; //!