Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

authoroverview.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *                                                                         *
00003  *   authoroverview.h                                                              *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  *   Read the file COPYING for details.                                    *
00011  *                                                                         *
00012  *   copyright: (C) 2003 by Jan Mueller                                    *
00013  *   email: janmueller7@hotmail.com                                        *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 #ifndef AUTHOR_OVERVIEW_H
00018 #define AUTHOR_OVERVIEW_H
00019 
00020 #include "readonlyformbase.h"
00021 #include "overviewform.h"
00022 class OverviewForm;
00023 
00024 class AuthorOverview: public ReadOnlyFormBase {
00025    Q_OBJECT
00026 
00027 private:
00028     AuthorOverview(const AuthorOverview&);
00029     AuthorOverview& operator=(const AuthorOverview&);
00030     OverviewForm *overviewform;
00031     bool setData();
00032     
00033 public:
00034     AuthorOverview(LitUrl u, QObject *receiver, QString slot, QWidget *parent=0, const char *name=0);
00035     ~AuthorOverview();
00036 };
00037 #endif

Generated on Sat Mar 27 19:20:37 2004 for Literature by doxygen 1.3.6-20040222