Slicer
5.0
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Main Page
Modules
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 Functions
a
e
f
i
m
o
p
r
s
w
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
Functions
+
Variables
a
c
d
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
Base
QTGUI
qSlicerPythonManager.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 __qSlicerPythonManager_h
14
#define __qSlicerPythonManager_h
15
16
// Slicer includes
17
#include "
qSlicerCorePythonManager.h
"
18
#include "qSlicerBaseQTGUIExport.h"
19
20
class
vtkObject;
21
22
class
Q_SLICER_BASE_QTGUI_EXPORT
qSlicerPythonManager
:
public
qSlicerCorePythonManager
23
{
24
Q_OBJECT
25
26
public
:
27
typedef
qSlicerCorePythonManager
Superclass
;
28
qSlicerPythonManager
(QObject* parent=
nullptr
);
29
~
qSlicerPythonManager
()
override
;
30
31
protected
:
32
33
void
preInitialization
()
override
;
34
void
executeInitializationScripts()
override
;
35
36
private
:
37
40
static
void
eventBrokerScriptHandler(
const
char
*script,
void
*clientData);
41
42
};
43
44
#endif
qSlicerCorePythonManager::preInitialization
void preInitialization() override
qSlicerCorePythonManager.h
qSlicerPythonManager::Superclass
qSlicerCorePythonManager Superclass
Definition:
qSlicerPythonManager.h:27
qSlicerCorePythonManager
Definition:
qSlicerCorePythonManager.h:33
qSlicerPythonManager
Definition:
qSlicerPythonManager.h:22
Generated on Fri Jul 8 2022 05:39:16 for Slicer by
1.8.14