Free Electron
ApplicationWindowI.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 __architecture_ApplicationWindowI_h__
8 #define __architecture_ApplicationWindowI_h__
9 
10 #include <window/window.h>
11 namespace fe
12 {
13 namespace ext
14 {
15 
16 class FE_DL_EXPORT ApplicationWindowI : virtual public Component
17 {
18  public:
19  /** Add attributes to the windata Layout if necessary. */
20 virtual void populateDataLayout(sp<Layout> l_win_data) = 0;
21  /** Setup the content of the window */
22 virtual void makeWindow(sp<WindowI> a_window,
23  Record r_win_data, sp<Layout> l_windowEvent,
24  sp<Layout> l_draw_hb, sp<RecordGroup> rg_info) = 0;
25 };
26 
27 } /* namespace ext */
28 } /* namespace fe */
29 
30 #endif /* __architecture_ApplicationWindowI_h__ */
31 
kernel
Definition: namespace.dox:3