codevieweroptionspage.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
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
This file is part of the documentation for umbrello Version 3.1.0.