Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Applications
SlicerApp
qSlicerAppMainWindow.h
Go to the documentation of this file.
1
/*==============================================================================
2
3
Program: 3D Slicer
4
5
Copyright (c) Kitware Inc.
6
7
See COPYRIGHT.txt
8
or http://www.slicer.org/copyright/copyright.txt for details.
9
10
Unless required by applicable law or agreed to in writing, software
11
distributed under the License is distributed on an "AS IS" BASIS,
12
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
See the License for the specific language governing permissions and
14
limitations under the License.
15
16
This file was originally developed by Jean-Christophe Fillion-Robin, Kitware Inc.
17
and was partially funded by NIH grant 3P41RR013218-12S1
18
19
==============================================================================*/
20
21
#ifndef __qSlicerAppMainWindow_h
22
#define __qSlicerAppMainWindow_h
23
24
// Slicer includes
25
#include "qSlicerAppExport.h"
26
#include "
qSlicerMainWindow.h
"
27
28
class
qSlicerAppMainWindowPrivate;
29
30
class
Q_SLICER_APP_EXPORT
qSlicerAppMainWindow
:
public
qSlicerMainWindow
31
{
32
Q_OBJECT
33
public
:
34
typedef
qSlicerMainWindow
Superclass
;
35
36
qSlicerAppMainWindow
(QWidget *parent=
nullptr
);
37
~
qSlicerAppMainWindow
()
override
;
38
39
public
slots:
40
void
on_HelpKeyboardShortcutsAction_triggered();
41
void
on_HelpBrowseTutorialsAction_triggered();
42
void
on_HelpInterfaceDocumentationAction_triggered();
43
void
on_HelpSlicerPublicationsAction_triggered();
44
void
on_HelpVisualBlogAction_triggered();
45
46
void
on_HelpReportBugOrFeatureRequestAction_triggered();
47
void
on_HelpAboutSlicerAppAction_triggered();
48
49
protected
:
50
qSlicerAppMainWindow
(qSlicerAppMainWindowPrivate* pimpl, QWidget* parent);
51
52
private
:
53
Q_DECLARE_PRIVATE(
qSlicerAppMainWindow
);
54
Q_DISABLE_COPY(
qSlicerAppMainWindow
);
55
};
56
57
#endif
qSlicerMainWindow.h
qSlicerAppMainWindow::Superclass
qSlicerMainWindow Superclass
Definition:
qSlicerAppMainWindow.h:34
qSlicerAppMainWindow
Definition:
qSlicerAppMainWindow.h:30
qSlicerMainWindow
Definition:
qSlicerMainWindow.h:44
Generated on Mon May 2 2022 16:14:13 for Slicer by
1.8.14