Free Electron
ChannelBinder.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_ChannelBinder_h__
8 #define __viewer_ChannelBinder_h__
9 
10 namespace fe
11 {
12 namespace ext
13 {
14 
15 class FE_DL_EXPORT ChannelBinder :
16  virtual public HandlerI,
17  virtual public Config,
18  public Initialize<ChannelBinder>
19 {
20  public:
21  ChannelBinder(void);
22 virtual ~ChannelBinder(void);
23 
24  void initialize(void);
25 
26 virtual void handleBind(sp<SignalerI> spSignalerI, sp<Layout> spLayout);
27 virtual void handle(Record &r_signal);
28 
29  private:
30  AsChannelBinding m_asChannelBinding;
31  AsInit m_asInit;
32  sp<BaseType> m_vectorType;
33  sp<BaseType> m_realType;
34 };
35 
36 } /* namespace ext */
37 } /* namespace fe */
38 
39 #endif /* __viewer_ChannelBinder_h__ */
40 
kernel
Definition: namespace.dox:3