ADTF
3.14.3
|
Namespace for all functionality of the ADTF UI SDK provided since v3.0. More...
Classes | |
class | cQtIStringImpl |
Specialisation for QString class, because the QString stores values as unsigned short. More... | |
class | qt_ui_filter |
implemenation template which implements an IWindow interface and creates windows on a IQtXSystem while initializing. More... | |
class | qt_ui_service |
implemenation template which implements an IWindow interface and creates windows on a IQtXSystem while initializing. More... | |
class | IQtXSystem |
Interface defintion for the ADTF XSystem based on Qt. More... | |
class | cQtWindow |
Basic IWindow implementation. More... | |
Typedefs | |
using | cQtUIDynamicFilter = qt_ui_filter< adtf::filter::ant::cDynamicFilter > |
UI Filter basic implementation which has dynamic pins and supports the IDynamicDataBinding. More... | |
using | cQtUIFilter = qt_ui_filter< adtf::filter::ant::cFilter > |
UI Filter basic implementation which has static pins only and supports the IDataBinding. More... | |
using | cQtUIService = qt_ui_service< adtf::system::ant::cADTFService > |
UI Service basic implementation which for cADTFService. More... | |
Namespace for all functionality of the ADTF UI SDK provided since v3.0.
UI Filter basic implementation which has dynamic pins and supports the IDynamicDataBinding.
Definition at line 91 of file qt_ui_filter.h.
UI Filter basic implementation which has static pins only and supports the IDataBinding.
Definition at line 96 of file qt_ui_filter.h.
UI Service basic implementation which for cADTFService.
Definition at line 80 of file qt_ui_service.h.