Slicer
5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Toggle main menu visibility
Main Page
Related Pages
Classes
Class Index
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
Enumerations
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Related Symbols
a
e
f
i
m
o
p
r
s
w
Namespaces
Namespace List
Namespace Members
All
_
a
c
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
Functions
Variables
a
c
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
c
e
i
l
n
p
q
r
s
t
v
Variables
Typedefs
a
d
g
i
l
m
n
p
q
r
s
t
v
Enumerations
Enumerator
Macros
b
c
d
e
f
g
i
m
o
p
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Base
QTApp
qSlicerBaseQTAppPythonQtDecorators.h
Go to the documentation of this file.
1
/*=auto=========================================================================
2
3
Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH)
4
All Rights Reserved.
5
6
See COPYRIGHT.txt
7
or http://www.slicer.org/copyright/copyright.txt for details.
8
9
Program: 3D Slicer
10
11
=========================================================================auto=*/
12
13
#ifndef __qSlicerBaseQTAppPythonQtDecorators_h
14
#define __qSlicerBaseQTAppPythonQtDecorators_h
15
16
// PythonQt includes
17
#include <PythonQt.h>
18
19
// Slicer includes
20
#include "
qSlicerApplicationHelper.h
"
21
22
#include "qSlicerBaseQTAppExport.h"
23
24
25
// NOTE:
26
//
27
// For decorators it is assumed that the methods will never be called
28
// with the self argument as nullptr. The self argument is the first argument
29
// for non-static methods.
30
//
31
32
class
qSlicerBaseQTAppPythonQtDecorators
:
public
QObject
33
{
34
Q_OBJECT
35
36
public
:
37
38
qSlicerBaseQTAppPythonQtDecorators
() =
default
;
39
40
public
slots:
41
42
//----------------------------------------------------------------------------
43
// qSlicerApplicationHelper
44
45
//----------------------------------------------------------------------------
46
void
static_qSlicerApplicationHelper_setupModuleFactoryManager
(
qSlicerModuleFactoryManager
* moduleFactoryManager)
47
{
48
qSlicerApplicationHelper::setupModuleFactoryManager
(moduleFactoryManager);
49
}
46
void
static_qSlicerApplicationHelper_setupModuleFactoryManager
(
qSlicerModuleFactoryManager
* moduleFactoryManager) {
…
}
50
};
32
class
qSlicerBaseQTAppPythonQtDecorators
:
public
QObject {
…
};
51
52
//-----------------------------------------------------------------------------
53
void
initqSlicerBaseQTAppPythonQtDecorators
()
54
{
55
PythonQt::self()->addDecorators(
new
qSlicerBaseQTAppPythonQtDecorators
);
56
}
53
void
initqSlicerBaseQTAppPythonQtDecorators
() {
…
}
57
58
#endif
qSlicerApplicationHelper::setupModuleFactoryManager
static void setupModuleFactoryManager(qSlicerModuleFactoryManager *moduleFactoryManager)
qSlicerBaseQTAppPythonQtDecorators
Definition
qSlicerBaseQTAppPythonQtDecorators.h:33
qSlicerBaseQTAppPythonQtDecorators::qSlicerBaseQTAppPythonQtDecorators
qSlicerBaseQTAppPythonQtDecorators()=default
qSlicerBaseQTAppPythonQtDecorators::static_qSlicerApplicationHelper_setupModuleFactoryManager
void static_qSlicerApplicationHelper_setupModuleFactoryManager(qSlicerModuleFactoryManager *moduleFactoryManager)
Definition
qSlicerBaseQTAppPythonQtDecorators.h:46
qSlicerModuleFactoryManager
Definition
qSlicerModuleFactoryManager.h:39
qSlicerApplicationHelper.h
initqSlicerBaseQTAppPythonQtDecorators
void initqSlicerBaseQTAppPythonQtDecorators()
Definition
qSlicerBaseQTAppPythonQtDecorators.h:53
Generated on Fri Apr 11 2025 18:37:20 for Slicer by
1.13.0