ADTF
|
Interface definition for the ADTF XSystem based on Qt. More...
Classes | |
class | IHelp |
The window info interface to return a link to the windows documentation page. More... | |
Public Member Functions | |
ADTF_IID (IQtXSystem, "qt_xsystem.spider.services.adtf.iid") | |
interface id for adtf::ucom::ant::ucom_cast | |
![]() | |
ADTF_IID (IQtXSystem, "qt_xsystem.riddler.services.adtf.iid") | |
interface id for adtf::ucom::ant::ucom_cast | |
![]() | |
ADTF_IID (IQtXSystem, "qt_xsystem.osborn.services.adtf.iid") | |
interface id for adtf::ucom::ant::ucom_cast | |
virtual tResult | CreateWindow (IWindow &oWindow, uint32_t nFlags)=0 |
Create and register a window to the XSystem. More... | |
![]() | |
ADTF_IID (IQtXSystem, "qt_xsystem.ant.services.adtf.iid") | |
interface id for adtf::ucom::ant::ucom_cast | |
virtual tResult | CreateWindow (IWindow &oWindow)=0 |
Create and register a window to the XSystem. More... | |
virtual tResult | DestroyWindow (IWindow &oWindow)=0 |
Destroy and unregister a window from the XSystem. More... | |
![]() | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Protected Member Functions | |
~IQtXSystem ()=default | |
protected DTOR | |
![]() | |
~IQtXSystem ()=default | |
protected DTOR | |
![]() | |
~IQtXSystem ()=default | |
protected DTOR | |
![]() | |
~IQtXSystem ()=default | |
protected DTOR | |
![]() | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Additional Inherited Members | |
![]() | |
enum | eWindowCreationFlags { WCF_None = 0x00 , WCF_DestroyOnClose = 0x01 , WCF_HasWindowState = 0x02 } |
Windows creation flags used within CreateWindow. More... | |
Interface definition for the ADTF XSystem based on Qt.
Use this interface to create your own displays within the Qt5 ADTF XSystem UI Service.
Since Qt is NOT binary compatible between Release and Debug versions the QWidget
class of Qt is used to provide Consider Basics how to use it. A Default implementation is provided via Qt5 ADTF XSystem UI Service.
Definition at line 297 of file qtxsystem_intf.h.