Loading [MathJax]/jax/output/HTML-CSS/config.js
Free Electron
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
i
m
n
o
p
r
s
t
u
v
w
+
Functions
c
d
e
f
i
m
n
o
p
r
s
t
u
v
w
Typedefs
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
l
m
n
o
p
r
s
t
u
v
w
z
Typedefs
Enumerations
+
Files
File List
+
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
lab
dataui
PaneLocate.h
Go to the documentation of this file.
1
/* Copyright (C) 2003-2021 Free Electron Organization
2
Any use of this software requires a license. If a valid license
3
was not distributed with this file, visit freeelectron.org. */
4
5
/** @file */
6
7
#ifndef __dataui_PaneLocate_h__
8
#define __dataui_PaneLocate_h__
9
10
#include <dataui/dataui.pmh>
11
12
#include "
viewer/DrawView.h
"
13
namespace
fe
14
{
15
namespace
ext
16
{
17
18
class
FE_DL_EXPORT PaneLocate :
19
virtual
public
HandlerI
20
{
21
public
:
22
PaneLocate(
void
);
23
virtual
~PaneLocate(
void
);
24
25
virtual
void
handle( Record &r_sig);
26
27
private
:
28
29
static
void
convert(Vector4 &a_v,
const
Vector4 &a_s,
30
const
Vector2 &a_start,
const
Vector2 &a_end);
31
32
AsWidget m_asWidget;
33
AsPane m_asPane;
34
DrawView m_drawview;
35
};
36
37
}
/* namespace ext */
38
}
/* namespace fe */
39
40
41
#endif
/* __dataui_PaneLocate_h__ */
42
DrawView.h
fe
kernel
Definition:
namespace.dox:3
Generated by
1.8.13