umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
codevieweroptionspage.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-2.0-or-later
3
4 SPDX-FileCopyrightText: 2002-2020 Luis De la Parra <luis@delaparra.org>
5 SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
6*/
7#ifndef CODEVIEWEROPTIONSPAGE_H
8#define CODEVIEWEROPTIONSPAGE_H
9
10#include "dialogpagebase.h"
12#include "codeviewerstate.h"
13
18{
19 Q_OBJECT
20public:
21 explicit CodeViewerOptionsPage (Settings::CodeViewerState options, QWidget *parent = 0, const char *name = 0);
23
25 void apply();
26
27private:
29
30protected slots:
31
32signals:
33 void applyClicked();
34
35};
36
37#endif
Definition: codevieweroptionspage.h:18
void apply()
Definition: codevieweroptionspage.cpp:38
CodeViewerOptionsPage(Settings::CodeViewerState options, QWidget *parent=0, const char *name=0)
Definition: codevieweroptionspage.cpp:15
void applyClicked()
Definition: moc_codevieweroptionspage.cpp:129
Settings::CodeViewerState getOptions()
Definition: codevieweroptionspage.cpp:52
~CodeViewerOptionsPage()
Definition: codevieweroptionspage.cpp:34
Settings::CodeViewerState m_options
Definition: codevieweroptionspage.h:28
Definition: dialogpagebase.h:20
configurable params for the code viewer tool
Definition: codeviewerstate.h:15
Definition: ui_codevieweroptionsbase.h:240