Seamly2D
Code documentation
me_shortcuts_dialog.h
Go to the documentation of this file.
1
/************************************************************************
2
**
3
** @file me_shortcuts_dialog.h
4
** @author DSCaskey <dscaskey@gmail.com>
5
** @date 5 14, 2022
6
**
7
** @brief
8
** @copyright
9
** This source code is part of the Valentine project, a pattern making
10
** program, whose allow create and modeling patterns of clothing.
11
** Copyright (C) 2013-2015 Seamly2D project
12
** All Rights Reserved.
13
**
14
** Seamly2D is free software: you can redistribute it and/or modify
15
** it under the terms of the GNU General Public License as published by
16
** the Free Software Foundation, either version 3 of the License, or
17
** (at your option) any later version.
18
**
19
** Seamly2D is distributed in the hope that it will be useful,
20
** but WITHOUT ANY WARRANTY; without even the implied warranty of
21
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
** GNU General Public License for more details.
23
**
24
** You should have received a copy of the GNU General Public License
25
** along with Seamly2D. If not, see <http://www.gnu.org/licenses/>.
26
**
27
*************************************************************************/
28
29
#ifndef ME_SHORTCUTS_DIALOG_H
30
#define ME_SHORTCUTS_DIALOG_H
31
32
#include <QDialog>
33
34
namespace
Ui
35
{
36
class
MeShortcutsDialog
;
37
}
38
39
class
MeShortcutsDialog
:
public
QDialog
40
{
41
Q_OBJECT
42
43
public
:
44
explicit
MeShortcutsDialog
(QWidget *parent =
nullptr
);
45
virtual
~MeShortcutsDialog
();
46
47
protected
:
48
virtual
void
showEvent
(QShowEvent *event) Q_DECL_OVERRIDE;
49
50
private
:
51
Ui::MeShortcutsDialog *
ui
;
52
bool
isInitialized
;
53
Q_DISABLE_COPY(
MeShortcutsDialog
)
54
55
void
copyToClipboard
();
56
void
sendToPrinter
();
57
void
exportPdf
();
58
};
59
60
#endif
// ME_SHORTCUTS_DIALOG_H
MeShortcutsDialog
Definition:
me_shortcuts_dialog.h:40
MeShortcutsDialog::copyToClipboard
void copyToClipboard()
Definition:
me_shortcuts_dialog.cpp:88
MeShortcutsDialog::showEvent
virtual void showEvent(QShowEvent *event) Q_DECL_OVERRIDE
Definition:
me_shortcuts_dialog.cpp:68
MeShortcutsDialog::MeShortcutsDialog
MeShortcutsDialog(QWidget *parent=nullptr)
Definition:
me_shortcuts_dialog.cpp:48
MeShortcutsDialog::exportPdf
void exportPdf()
Definition:
me_shortcuts_dialog.cpp:108
MeShortcutsDialog::sendToPrinter
void sendToPrinter()
Definition:
me_shortcuts_dialog.cpp:96
MeShortcutsDialog::~MeShortcutsDialog
virtual ~MeShortcutsDialog()
Definition:
me_shortcuts_dialog.cpp:62
MeShortcutsDialog::isInitialized
bool isInitialized
Definition:
me_shortcuts_dialog.h:52
MeShortcutsDialog::ui
Ui::MeShortcutsDialog * ui
Definition:
me_shortcuts_dialog.h:51
Ui
Definition:
calculator_dialog.h:38
src
app
seamlyme
dialogs
me_shortcuts_dialog.h
Generated by
1.9.1