|
|
/*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef INFOWIDGET_H #define INFOWIDGET_H #include/** * This is used to display information to the user when no diagrams * have been displayed. * * @short Displays an information widget. * @author Paul Hensgen * @version 1.0 */ class InfoWidget : public QWidget { public: /** * Constructs an InfoWidget. * * @param parent The parent of this InfoWidget. * @param name The name of this widget. */ InfoWidget(QWidget *parent=0, const char *name=0); /** * Standard deconstructor. */ ~InfoWidget(); }; #endif
| Generated by: jr on radge on Wed Sep 25 00:11:47 2002, using kdoc 2.0a54. |