ADTF Display Toolbox
qtmixin.h
Go to the documentation of this file.
1 
8 /*
9  * This file depends on Qt which is licensed under LGPLv3.
10  * See ADTF_DIR/3rdparty/qt5 and doc/license for detailed information.
11  */
12 
13 #pragma once
14 
15 #include <disptb/mixin/mixin.h>
16 #include <adtfui/adtf_ui.h>
17 
18 namespace adtf
19 {
20 
21 namespace disptb
22 {
23 
24 namespace mixinlib
25 {
26 
27 namespace endor
28 {
30 using cQtMixin = adtf::ui::ant::qt_ui_filter<cMixin>;
32 
33 }
34 
36 using endor::cQtMixin;
37 
38 } // mixinlib
39 
40 } // disptb
41 
42 } // adtf
Copyright © Audi Electronics Venture GmbH.
Main namespace.