Loading [MathJax]/extensions/tex2jax.js
OGS
Main Page
Related Pages
Namespaces
Namespace List
Namespace 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
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
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
Typedefs
b
c
e
f
h
j
k
l
m
n
p
q
r
s
t
v
w
x
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
x
Variables
Typedefs
Enumerations
Macros
a
b
c
e
g
h
i
l
m
n
o
p
r
s
t
v
w
x
FemConditionView.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <QTreeView>
13
14
#include "
Applications/DataHolderLib/FemCondition.h
"
15
16
// class vtkUnstructuredGridAlgorithm;
17
21
class
FemConditionView
final :
public
QTreeView
22
{
23
Q_OBJECT
24
25
public
:
27
explicit
FemConditionView
(QWidget* parent =
nullptr
);
28
29
public
slots:
30
void
updateView
();
31
32
protected
slots:
34
void
selectionChanged
(
const
QItemSelection& selected,
35
const
QItemSelection& deselected)
override
;
36
37
signals:
38
};
FemCondition.h
FemConditionView
Definition:
FemConditionView.h:22
FemConditionView::FemConditionView
FemConditionView(QWidget *parent=nullptr)
Constructor.
Definition:
FemConditionView.cpp:19
FemConditionView::selectionChanged
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) override
Is called when the selection of this view changes.
Definition:
FemConditionView.cpp:34
FemConditionView::updateView
void updateView()
Definition:
FemConditionView.cpp:21
Applications
DataExplorer
DataView
FemConditionView.h
Generated by
1.9.1