NorMIT-nav
22.09
An IGT application
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Enumerator
Classes
Class List
Class Index
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
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
z
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
a
b
c
d
e
f
i
j
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
a
c
d
g
h
i
l
n
p
r
s
t
u
v
Related Functions
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
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
v
Variables
c
f
i
l
m
o
p
q
r
s
t
v
Typedefs
c
d
f
h
m
o
p
q
s
u
v
Macros
_
a
b
c
d
e
f
g
i
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
cxOperatingTableTab.cpp
Go to the documentation of this file.
1
#include "
cxOperatingTableTab.h
"
2
#include "
cxOperatingTableWidget.h
"
3
#include <QVBoxLayout>
4
5
6
namespace
cx
7
{
8
9
OperatingTableTab::OperatingTableTab
(
CoreServicesPtr
services, QWidget *parent) :
10
PreferenceTab
(parent),
11
mServices(services)
12
{
13
14
}
15
16
void
OperatingTableTab::init
()
17
{
18
OperatingTableWidget
* tw =
new
OperatingTableWidget
(
mServices
);
19
mTopLayout
->addWidget(tw);
20
}
21
22
23
}
// namespace cx
cx
Namespace for all CustusX production code.
Definition:
cx_dev_group_definitions.h:13
cx::PreferenceTab
Definition:
cxPreferenceTab.h:30
cx::OperatingTableTab::mServices
CoreServicesPtr mServices
Definition:
cxOperatingTableTab.h:24
cxOperatingTableWidget.h
cx::PreferenceTab::mTopLayout
QVBoxLayout * mTopLayout
Definition:
cxPreferenceTab.h:45
cx::CoreServicesPtr
boost::shared_ptr< class CoreServices > CoreServicesPtr
Definition:
cxCameraStyle.h:37
cx::OperatingTableTab::OperatingTableTab
OperatingTableTab(CoreServicesPtr services, QWidget *parent=0)
Definition:
cxOperatingTableTab.cpp:9
cx::OperatingTableWidget
Definition:
cxOperatingTableWidget.h:17
cx::OperatingTableTab::init
void init()
Definition:
cxOperatingTableTab.cpp:16
cxOperatingTableTab.h
CX
source
gui
preferencesWidgets
cxOperatingTableTab.cpp
Generated on Tue Sep 13 2022 11:06:12 for NorMIT-nav by
1.8.17