|
ADTF Qt5
|
#include <qt_shared_intf.h>
Inherits adtf::ucom::ant::IObject.
Public Member Functions | |
| ADTF_IID (IQtShared, "qtshared.giant.ui.adtf.iid") | |
| Mark this interface as castable with the ucom_cast() and idendify for IQtShared. | |
| virtual | ~IQtShared ()=default |
| DTOR. | |
| virtual tResult | GetObject (const char *strName, QObject *&pObject)=0 |
Interface for sharing Qt objects.
|
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. |