ADTF  3.18.2
adtf::ui::ant Namespace Reference

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...
 

Detailed Description

Namespace for all functionality of the ADTF UI SDK provided since v3.0.

Typedef Documentation

◆ cQtUIDynamicFilter

UI Filter basic implementation which has dynamic pins and supports the IDynamicDataBinding.

See also
adtf::filter::ant::cDynamicFilter, IQtXSystem

Definition at line 93 of file qt_ui_filter.h.

◆ cQtUIFilter

UI Filter basic implementation which has static pins only and supports the IDataBinding.

See also
adtf::filter::ant::cFilter, IQtXSystem

Definition at line 98 of file qt_ui_filter.h.

◆ cQtUIService

UI Service basic implementation for cADTFService.

See also
adtf::system::ant::cADTFService, adtf::ui::ant::IQtXSystem

Definition at line 80 of file qt_ui_service.h.