ADTF
|
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 a window on the adtf::ui::riddler::IQtXSystem while initializing. More... | |
class | IQtXSystem |
Interface definition 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 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 93 of file qt_ui_filter.h.
UI Filter basic implementation which has static pins only and supports the IDataBinding.
Definition at line 98 of file qt_ui_filter.h.
UI Service basic implementation for cADTFService.
Definition at line 80 of file qt_ui_service.h.