Free Electron
ExistController.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_ExistController_h__
8 #define __dataui_ExistController_h__
9 
10 #include <dataui/dataui.pmh>
11 namespace fe
12 {
13 namespace ext
14 {
15 
16 class FE_DL_EXPORT ExistController :
17  virtual public Config,
18  virtual public Mask,
19  virtual public HandlerI,
20  public Initialize<ExistController>
21 {
22  public:
23  ExistController(void);
24 virtual ~ExistController(void);
25 
26  void initialize(void);
27 
28  // AS HandlerI
29 virtual void handle(Record &r_sig);
30 
31  private:
32  AsSignal m_asSignal;
33  AsPick m_asPick;
34  AsPoint m_asPoint;
35 };
36 
37 
38 } /* namespace ext */
39 } /* namespace fe */
40 
41 
42 #endif /* __dataui_ExistController_h__ */
43 
kernel
Definition: namespace.dox:3