Free Electron
SimpleNav.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 __mobility_SimpleNav_h__
8 #define __mobility_SimpleNav_h__
9 
10 #include "signal/signal.h"
11 
12 #include "mobility/mobility.h"
13 
14 namespace fe
15 {
16 
17 class SimpleNav :
18  virtual public HandlerI,
19  virtual public Config
20 {
21  public:
22  SimpleNav(void);
23 virtual ~SimpleNav(void);
24 
25  // AS HandlerI
26 virtual void handle(Record &r_sig);
27 
28 };
29 
30 } /* namespace */
31 
32 #endif /* __mobility_SimpleNav_h__ */
33 
Definition: SimpleNav.h:17
kernel
Definition: namespace.dox:3
Reference to an instance of a Layout.
Definition: RecordSB.h:35