umbrello API Documentation

codevieweroptionspage.h

00001 /***************************************************************************
00002                           codegenerationoptionspage.h  -  description
00003                              -------------------
00004     begin                : Thu Jul 25 2002
00005     copyright            : (C) 2002 by Luis De la Parra
00006     email                : luis@delaparra.org
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef CODEVIEWEROPTIONSPAGE_H
00019 #define CODEVIEWEROPTIONSPAGE_H
00020 
00021 #include <qwidget.h>
00022 #include "codevieweroptionsbase.h"
00023 #include "../codeviewerstate.h"
00024 
00029 class CodeViewerOptionsPage : public CodeViewerOptionsBase  {
00030     Q_OBJECT
00031 public:
00032     CodeViewerOptionsPage (Settings::CodeViewerState options, QWidget *parent, const char *name=0);
00033     ~CodeViewerOptionsPage();
00034 
00035     Settings::CodeViewerState getOptions();
00036     void apply();
00037 
00038 protected:
00039 
00040 private:
00041 
00042     Settings::CodeViewerState m_options;
00043     void init ( Settings::CodeViewerState options);
00044 
00045 protected slots:
00046 
00047 signals:
00048     void applyClicked();
00049 
00050 };
00051 
00052 #endif
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:07:55 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003