Free Electron
lab
dataui
RootLocate.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_RootLocate_h__
8
#define __dataui_RootLocate_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 RootLocate :
19
virtual
public
HandlerI
20
{
21
public
:
22
RootLocate(
void
);
23
virtual
~RootLocate(
void
);
24
25
virtual
void
handle( Record &r_sig);
26
27
static
void
convert(Vector4 &a_v,
28
sp<WindowI> a_spWindow,
29
Vector2 &a_start,
30
Vector2 &a_end);
31
32
private
:
33
AsWidget m_asWidget;
34
DrawView m_drawview;
35
};
36
37
}
/* namespace ext */
38
}
/* namespace fe */
39
40
#endif
/* __dataui_RootLocate_h__ */
41
DrawView.h
fe
kernel
Definition:
namespace.dox:3
Generated by
1.8.13