#include <qstringlist.h>#include <qpe/quuid.h>#include <qpe/qpeglobal.h>Include dependency graph for qcom.h:

Go to the source code of this file.
Defines | |
| #define | QRESULT unsigned long |
| #define | QS_OK (QRESULT)0x00000000 |
| #define | QS_FALSE (QRESULT)0x00000001 |
| #define | QE_NOTIMPL (QRESULT)0x80000001 |
| #define | QE_OUTOFMEMORY (QRESULT)0x80000002 |
| #define | QE_INVALIDARG (QRESULT)0x80000003 |
| #define | QE_NOINTERFACE (QRESULT)0x80000004 |
| #define | QE_NOCOMPONENT (QRESULT)0x80000005 |
| #define | IID_QUnknown QUuid(0x1d8518cd, 0xe8f5, 0x4366, 0x99, 0xe8, 0x87, 0x9f, 0xd7, 0xe4, 0x82, 0xde) |
| #define | IID_QLibrary QUuid( 0xd16111d4, 0xe1e7, 0x4c47, 0x85, 0x99, 0x24, 0x48, 0x3d, 0xae, 0x2e, 0x07) |
| #define | Q_CREATE_INSTANCE(IMPLEMENTATION) |
| #define | Q_EXPORT_INTERFACE() extern "C" QPE_EXPORT_SYMBOL QUnknownInterface* ucm_instantiate () |
| #define | Q_REFCOUNT |
|
|
Definition at line 55 of file qcom.h. Referenced by QComponentFactory::createInstance(), QComLibrary::createInstanceInternal(), and QLibrary::createInstanceInternal(). |
|
|
|
Value: IMPLEMENTATION *i = new IMPLEMENTATION; \ QUnknownInterface* iface = 0; \ i->queryInterface( IID_QUnknown, &iface ); \ return iface; Definition at line 65 of file qcom.h. Referenced by Opietooth2::Q_EXPORT_INTERFACE(), and Q_EXPORT_INTERFACE(). |
|
|
|
|
|
Value: |
|
|
|
|
|
Definition at line 39 of file qcom.h. Referenced by QComponentFactory::createInstance(), and QComLibrary::queryInterface(). |
|
|
Definition at line 38 of file qcom.h. Referenced by PinPluginImpl::queryInterface(), NoticePluginImpl::queryInterface(), DummyPluginImpl::queryInterface(), BluepingPluginImpl::queryInterface(), QLibrary::queryInterface(), and QGPluginManager::queryUnknownInterface(). |
|
|
|
|
|
|
|
|
Definition at line 31 of file qcom.h. Referenced by QComponentFactory::createInstance(), QuickPrivate::PluginLoader::queryInterface(), QComponentFactory::registerServer(), and QComponentFactory::unregisterServer(). |
|
|
1.4.2