Free Electron
MaskMapDebug.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_MaskMapDebug_h__
8 #define __dataui_MaskMapDebug_h__
9 
10 #include <dataui/dataui.pmh>
11 
12 #include "viewer/DrawView.h"
13 #include "viewer/MaskMapI.h"
14 #include "RegionalDebug.h"
15 namespace fe
16 {
17 namespace ext
18 {
19 
20 class FE_DL_EXPORT MaskMapDebug :
21  public Initialize<MaskMapDebug>,
22  virtual public RegionalDebug
23 {
24  public:
25  MaskMapDebug(void);
26 virtual ~MaskMapDebug(void);
27 
28  void initialize(void);
29 
30  protected:
31 virtual void handleRegion(sp<Region> a_region);
32 virtual void handleDraw(Record &r_sig);
33 virtual void handleHome(void);
34 
35 };
36 
37 } /* namespace ext */
38 } /* namespace fe */
39 
40 #endif /* __dataui_MaskMapDebug_h__ */
41 
kernel
Definition: namespace.dox:3