ADTF Qt5
Loading...
Searching...
No Matches
adtf::ui::giant::IQtShared Class Referenceabstract

#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
 

Detailed Description

Interface for sharing Qt objects.

Member Function Documentation

◆ GetObject()

virtual tResult adtf::ui::giant::IQtShared::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.

The documentation for this class was generated from the following file: