Free Electron
MaskMapI.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_MaskMapI_h__
8 #define __viewer_MaskMapI_h__
9 
10 #include "window/WindowEvent.h"
11 
12 namespace fe
13 {
14 namespace ext
15 {
16 
17 class FE_DL_EXPORT MaskMapI:
18  virtual public Component,
19  public CastableAs<MaskMapI>
20 {
21  public:
22 virtual bool get(WindowEvent::Mask &a_mask, const String &a_name) = 0;
23 virtual void set(const WindowEvent::Mask &a_mask, const String &a_name) = 0;
24 virtual void all(std::vector< std::pair<String, WindowEvent::Mask> >
25  &a_entries) = 0;
26 };
27 
28 } /* namespace ext */
29 } /* namespace fe */
30 
31 
32 #endif /* __viewer_MaskMapI_h__ */
33 
kernel
Definition: namespace.dox:3