Free Electron
ProjectPoint.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 __viewer_ProjectPoint_h__
8 #define __viewer_ProjectPoint_h__
9 
10 #include "signal/signal.h"
11 #include "draw/draw.h"
12 #include "shape/shape.h"
13 #include "window/window.h"
14 #include "viewer/DrawView.h"
15 
16 namespace fe
17 {
18 namespace ext
19 {
20 
21 class FE_DL_EXPORT ProjectPoint :
22  public Initialize<ProjectPoint>,
23  virtual public Config,
24  virtual public HandlerI
25 {
26  public:
27  ProjectPoint(void);
28 virtual ~ProjectPoint(void);
29  void initialize(void);
30 
31 virtual void handle(Record &r_sig);
32 
33  private:
34  DrawView m_drawview;
35  AsProjected m_asProjected;
36  AsPoint m_asPoint;
37 };
38 
39 } /* namespace ext */
40 } /* namespace fe */
41 
42 #endif /* __viewer_ProjectPoint_h__ */
43 
kernel
Definition: namespace.dox:3