Free Electron
MaskI.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_MaskI_h__
8 #define __viewer_MaskI_h__
9 
10 namespace fe
11 {
12 namespace ext
13 {
14 
15 class FE_DL_EXPORT MaskI : virtual public Component
16 {
17  public:
18 virtual void maskSet(const String &key,
19  const WindowEvent::Mask &value) = 0;
20 virtual void maskDefault(const String &key,
21  const WindowEvent::Mask &value) = 0;
22 virtual WindowEvent::Mask maskGet(const String &key) = 0;
23 virtual Record maskCreate(const sp<Layout> l_mask,
24  const String &key) = 0;
25 virtual void maskInit(const String &a_prefix) = 0;
26 virtual bool maskEnabled(const WindowEvent &wev) = 0;
27 virtual void maskEnable(bool a_setting) = 0;
28 };
29 
30 } /* namespace ext */
31 } /* namespace fe */
32 
33 #endif /* __viewer_MaskI_h__ */
34 
kernel
Definition: namespace.dox:3