Free Electron
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