ADTF  3.18.2
IQtSharedabstract

Interface for sharing Qt objects. More...

Inheritance diagram for IQtShared:
[legend]

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...
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast() More...
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Interface for sharing Qt objects.

Definition at line 28 of file qt_shared_intf.h.

Member Function Documentation

◆ GetObject()

virtual tResult GetObject ( const char *  strName,
QObject *&  pObject 
)
pure virtual

Get a handle to an existing or new Qt object (i.e.

a layout).

Parameters
[in]strNameThe name of the object that is requested
[out]pObjectThis pointer will be updated to point to the requested object.
Returns
Standard result.