Definition at line 4232 of file qaxbase.cpp.
◆ QtPropertyBag()
QtPropertyBag::QtPropertyBag |
( |
| ) |
|
|
inline |
◆ ~QtPropertyBag()
virtual QtPropertyBag::~QtPropertyBag |
( |
| ) |
|
|
inlinevirtual |
◆ AddRef()
unsigned long __stdcall QtPropertyBag::AddRef |
( |
| ) |
|
|
inline |
◆ QueryInterface()
HRESULT __stdcall QtPropertyBag::QueryInterface |
( |
REFIID |
iid, |
|
|
LPVOID * |
iface |
|
) |
| |
|
inline |
Definition at line 4238 of file qaxbase.cpp.
4241 if (iid == IID_IUnknown)
4243 else if (iid == IID_IPropertyBag)
4246 return E_NOINTERFACE;
unsigned long __stdcall AddRef()
◆ Read()
HRESULT __stdcall QtPropertyBag::Read |
( |
LPCOLESTR |
name, |
|
|
VARIANT * |
var, |
|
|
IErrorLog * |
|
|
) |
| |
|
inline |
Definition at line 4264 of file qaxbase.cpp.
The QVariant class acts like a union for the most common Qt data types.
static QString fromWCharArray(const wchar_t *, int size=-1)
Returns a copy of the string, where the encoding of string depends on the size of wchar...
The QString class provides a Unicode character string.
bool QVariantToVARIANT(const QVariant &var, VARIANT &arg, const QByteArray &typeName, bool out)
◆ Release()
unsigned long __stdcall QtPropertyBag::Release |
( |
| ) |
|
|
inline |
◆ Write()
HRESULT __stdcall QtPropertyBag::Write |
( |
LPCOLESTR |
name, |
|
|
VARIANT * |
var |
|
) |
| |
|
inline |
Definition at line 4274 of file qaxbase.cpp.
The QVariant class acts like a union for the most common Qt data types.
static QString fromWCharArray(const wchar_t *, int size=-1)
Returns a copy of the string, where the encoding of string depends on the size of wchar...
The QString class provides a Unicode character string.
QVariant VARIANTToQVariant(const VARIANT &arg, const QByteArray &typeName, uint type)
Returns arg as a QVariant of type type.
◆ map
◆ ref
The documentation for this class was generated from the following file: