MEPP2 Project
Visualization
PluginFilters
CMDM
Dialogs
cmdm_dialog.h
Go to the documentation of this file.
1
// Copyright (c) 2012-2020 University of Lyon and CNRS (France).
2
// All rights reserved.
3
//
4
// This file is part of MEPP2; you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published
6
// by the Free Software Foundation; either version 3 of the License,
7
// or (at your option) any later version.
8
//
9
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
10
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11
#pragma once
12
14
#include "
Visualization/PluginFilters/BasePluginDialogQt.h
"
16
namespace
Ui
{
17
class
CMDMDialog;
18
}
20
namespace
FEVV
{
21
22
class
CMDMDialog
:
public
BasePluginDialogQt
23
{
24
Q_OBJECT
25
26
public
:
27
explicit
CMDMDialog
(QWidget *parent = 0);
28
~CMDMDialog
();
29
30
void
getProcess
(
bool
&one_two,
bool
&two_one,
int
&scales,
bool
&colors);
31
32
protected
slots:
33
void
onHelpTriggered
() {
helpTriggered
(); }
34
35
private
:
36
Ui::CMDMDialog *
ui
;
37
};
38
39
}
// namespace FEVV
40
FEVV::CMDMDialog::ui
Ui::CMDMDialog * ui
Definition:
cmdm_dialog.h:36
BasePluginDialogQt.h
FEVV::CMDMDialog::onHelpTriggered
void onHelpTriggered()
Definition:
cmdm_dialog.h:33
FEVV
Interfaces for plugins These interfaces will be used for different plugins.
Definition:
Assert.h:16
FEVV::BasePluginDialogQt::helpTriggered
void helpTriggered()
Definition:
BasePluginDialogQt.h:44
FEVV::CMDMDialog::getProcess
void getProcess(bool &one_two, bool &two_one, int &scales, bool &colors)
Definition:
cmdm_dialog.cpp:30
Ui
Definition:
DialogBooleanOperations1.h:17
FEVV::CMDMDialog::~CMDMDialog
~CMDMDialog()
Definition:
cmdm_dialog.cpp:27
FEVV::BasePluginDialogQt
This class is intended to provide a help message to plugins dialogs.
Definition:
BasePluginDialogQt.h:29
FEVV::CMDMDialog::CMDMDialog
CMDMDialog(QWidget *parent=0)
Definition:
cmdm_dialog.cpp:14
FEVV::CMDMDialog
Definition:
cmdm_dialog.h:23
Generated by
1.8.20