ADTF
|
Interface for sharing Qt objects. More...
Public Member Functions | |
ADTF_IID (IQtShared, "qtshared.giant.ui.adtf.iid") | |
virtual tResult | GetObject (const char *strName, QObject *&pObject)=0 |
Get a handle to an existing or new Qt object (i.e. More... | |
![]() | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() More... | |
Additional Inherited Members | |
![]() | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Interface for sharing Qt objects.
Definition at line 28 of file qt_shared_intf.h.
|
pure virtual |
Get a handle to an existing or new Qt object (i.e.
a layout).
[in] | strName | The name of the object that is requested |
[out] | pObject | This pointer will be updated to point to the requested object. |