mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-26 04:33:06 +01:00
Fix nativs file by removing ##NAMESPACE##::
This commit is contained in:
parent
8223eb5c36
commit
5d4cc8d4fc
276
.vscode/qt.natvis.xml
vendored
276
.vscode/qt.natvis.xml
vendored
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QPropertyData<*>">
|
<Type Name="QPropertyData<*>">
|
||||||
<DisplayString>{val}</DisplayString>
|
<DisplayString>{val}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[value]">val</Item>
|
<Item Name="[value]">val</Item>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QQuickItemPrivate">
|
<Type Name="QQuickItemPrivate">
|
||||||
<Intrinsic Name="_hasExtraData" Expression="extra.d.d != 0" />
|
<Intrinsic Name="_hasExtraData" Expression="extra.d.d != 0" />
|
||||||
<Intrinsic Name="_extraData" Expression="(*(ExtraData*)extra.d.d)" />
|
<Intrinsic Name="_extraData" Expression="(*(ExtraData*)extra.d.d)" />
|
||||||
<Intrinsic Name="_objectName" Expression="(extraData->objectName).val.d.ptr" />
|
<Intrinsic Name="_objectName" Expression="(extraData->objectName).val.d.ptr" />
|
||||||
@ -38,32 +38,32 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QQuickItem">
|
<Type Name="QQuickItem">
|
||||||
<DisplayString>{d_ptr.d,na}</DisplayString>
|
<DisplayString>{d_ptr.d,na}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<ExpandedItem>d_ptr.d</ExpandedItem>
|
<ExpandedItem>d_ptr.d</ExpandedItem>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QUuid">
|
<Type Name="QUuid">
|
||||||
<DisplayString>{{{data1,Xb}-{data2,Xb}-{data3,Xb}-{(data4[0]),nvoXb}{(data4[1]),nvoXb}-{(data4[2]),nvoXb}{(data4[3]),nvoXb}{(data4[4]),nvoXb}{(data4[5]),nvoXb}{(data4[6]),nvoXb}{(data4[7]),nvoXb}}}</DisplayString>
|
<DisplayString>{{{data1,Xb}-{data2,Xb}-{data3,Xb}-{(data4[0]),nvoXb}{(data4[1]),nvoXb}-{(data4[2]),nvoXb}{(data4[3]),nvoXb}{(data4[4]),nvoXb}{(data4[5]),nvoXb}{(data4[6]),nvoXb}{(data4[7]),nvoXb}}}</DisplayString>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QSpecialInteger<*>">
|
<Type Name="QSpecialInteger<*>">
|
||||||
<DisplayString>{val}</DisplayString>
|
<DisplayString>{val}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[value]">val</Item>
|
<Item Name="[value]">val</Item>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QBasicAtomicInteger<*>">
|
<Type Name="QBasicAtomicInteger<*>">
|
||||||
<DisplayString>{_q_value}</DisplayString>
|
<DisplayString>{_q_value}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[value]">_q_value</Item>
|
<Item Name="[value]">_q_value</Item>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QBasicAtomicPointer<*>">
|
<Type Name="QBasicAtomicPointer<*>">
|
||||||
<Intrinsic Name="isNull" Expression="value()==0" />
|
<Intrinsic Name="isNull" Expression="value()==0" />
|
||||||
<Intrinsic Name="value" Expression="_q_value.value()" />
|
<Intrinsic Name="value" Expression="_q_value.value()" />
|
||||||
<DisplayString Condition="isNull()">empty</DisplayString>
|
<DisplayString Condition="isNull()">empty</DisplayString>
|
||||||
@ -73,8 +73,8 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QPoint">
|
<Type Name="QPoint">
|
||||||
<AlternativeType Name="##NAMESPACE##::QPointF"/>
|
<AlternativeType Name="QPointF"/>
|
||||||
<DisplayString>{{ x = {xp}, y = {yp} }}</DisplayString>
|
<DisplayString>{{ x = {xp}, y = {yp} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[x]">xp</Item>
|
<Item Name="[x]">xp</Item>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QRect">
|
<Type Name="QRect">
|
||||||
<DisplayString>{{ x = {x1}, y = {y1}, width = {x2 - x1 + 1}, height = {y2 - y1 + 1} }}</DisplayString>
|
<DisplayString>{{ x = {x1}, y = {y1}, width = {x2 - x1 + 1}, height = {y2 - y1 + 1} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[x]">x1</Item>
|
<Item Name="[x]">x1</Item>
|
||||||
@ -92,7 +92,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QRectF">
|
<Type Name="QRectF">
|
||||||
<DisplayString>{{ x = {xp}, y = {yp}, width = {w}, height = {h} }}</DisplayString>
|
<DisplayString>{{ x = {xp}, y = {yp}, width = {w}, height = {h} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[x]">xp</Item>
|
<Item Name="[x]">xp</Item>
|
||||||
@ -102,8 +102,8 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QSize">
|
<Type Name="QSize">
|
||||||
<AlternativeType Name="##NAMESPACE##::QSizeF"/>
|
<AlternativeType Name="QSizeF"/>
|
||||||
<DisplayString>{{ width = {wd}, height = {ht} }}</DisplayString>
|
<DisplayString>{{ width = {wd}, height = {ht} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[width]">wd</Item>
|
<Item Name="[width]">wd</Item>
|
||||||
@ -111,8 +111,8 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QLine">
|
<Type Name="QLine">
|
||||||
<AlternativeType Name="##NAMESPACE##::QLineF"/>
|
<AlternativeType Name="QLineF"/>
|
||||||
<DisplayString>{{ start point = {pt1}, end point = {pt2} }}</DisplayString>
|
<DisplayString>{{ start point = {pt1}, end point = {pt2} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Synthetic Name="[start point]">
|
<Synthetic Name="[start point]">
|
||||||
@ -131,7 +131,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QPolygon">
|
<Type Name="QPolygon">
|
||||||
<DisplayString>{{ size={d->size} }}</DisplayString>
|
<DisplayString>{{ size={d->size} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[referenced]">d->ref.atomic._q_value</Item>
|
<Item Name="[referenced]">d->ref.atomic._q_value</Item>
|
||||||
@ -142,7 +142,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QPolygonF">
|
<Type Name="QPolygonF">
|
||||||
<DisplayString>{{ size={d->size} }}</DisplayString>
|
<DisplayString>{{ size={d->size} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[closed]">
|
<Item Name="[closed]">
|
||||||
@ -160,7 +160,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QVector2D">
|
<Type Name="QVector2D">
|
||||||
<DisplayString>{{ x = {xp}, y = {yp} }}</DisplayString>
|
<DisplayString>{{ x = {xp}, y = {yp} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[x]">xp</Item>
|
<Item Name="[x]">xp</Item>
|
||||||
@ -168,7 +168,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QVector3D">
|
<Type Name="QVector3D">
|
||||||
<DisplayString>{{ x = {xp}, y = {yp}, z = {zp} }}</DisplayString>
|
<DisplayString>{{ x = {xp}, y = {yp}, z = {zp} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[x]">xp</Item>
|
<Item Name="[x]">xp</Item>
|
||||||
@ -177,7 +177,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QVector4D">
|
<Type Name="QVector4D">
|
||||||
<DisplayString>{{ x = {xp}, y = {yp}, z = {zp}, w = {wp} }}</DisplayString>
|
<DisplayString>{{ x = {xp}, y = {yp}, z = {zp}, w = {wp} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[x]">xp</Item>
|
<Item Name="[x]">xp</Item>
|
||||||
@ -187,7 +187,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QMatrix">
|
<Type Name="QMatrix">
|
||||||
<DisplayString>
|
<DisplayString>
|
||||||
{{ m11 = {_m11}, m12 = {_m12}, m21 = {_m21}, m22 = {_m22}, ... }}
|
{{ m11 = {_m11}, m12 = {_m12}, m21 = {_m21}, m22 = {_m22}, ... }}
|
||||||
</DisplayString>
|
</DisplayString>
|
||||||
@ -201,7 +201,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QMatrix4x4">
|
<Type Name="QMatrix4x4">
|
||||||
<DisplayString>
|
<DisplayString>
|
||||||
{{ m11 = {m[0][0]}, m12 = {m[1][0]}, m13 = {m[2][0]}, m14 = {m[3][0]}, ... }}
|
{{ m11 = {m[0][0]}, m12 = {m[1][0]}, m13 = {m[2][0]}, m14 = {m[3][0]}, ... }}
|
||||||
</DisplayString>
|
</DisplayString>
|
||||||
@ -225,7 +225,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QSizePolicy">
|
<Type Name="QSizePolicy">
|
||||||
<DisplayString>
|
<DisplayString>
|
||||||
{{ horizontal = {static_cast<Policy>(bits.horPolicy)}, vertical = {static_cast<Policy>(bits.verPolicy)}, type = {ControlType(1 << bits.ctype)} }}
|
{{ horizontal = {static_cast<Policy>(bits.horPolicy)}, vertical = {static_cast<Policy>(bits.verPolicy)}, type = {ControlType(1 << bits.ctype)} }}
|
||||||
</DisplayString>
|
</DisplayString>
|
||||||
@ -256,7 +256,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QChar">
|
<Type Name="QChar">
|
||||||
<DisplayString>{ucs,c}</DisplayString>
|
<DisplayString>{ucs,c}</DisplayString>
|
||||||
<StringView>ucs,c</StringView>
|
<StringView>ucs,c</StringView>
|
||||||
<Expand>
|
<Expand>
|
||||||
@ -265,7 +265,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QString">
|
<Type Name="QString">
|
||||||
<DisplayString>"{(reinterpret_cast<unsigned short*>(d.ptr)),sub}"</DisplayString>
|
<DisplayString>"{(reinterpret_cast<unsigned short*>(d.ptr)),sub}"</DisplayString>
|
||||||
<StringView>(reinterpret_cast<unsigned short*>(d.ptr)),sub</StringView>
|
<StringView>(reinterpret_cast<unsigned short*>(d.ptr)),sub</StringView>
|
||||||
<Expand>
|
<Expand>
|
||||||
@ -277,7 +277,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QStringRef">
|
<Type Name="QStringRef">
|
||||||
<DisplayString Condition="m_string == nullptr">{m_string,[m_size]} u""</DisplayString>
|
<DisplayString Condition="m_string == nullptr">{m_string,[m_size]} u""</DisplayString>
|
||||||
<DisplayString Condition="m_string != nullptr">{m_string->d.ptr+m_position,[m_size]}</DisplayString>
|
<DisplayString Condition="m_string != nullptr">{m_string->d.ptr+m_position,[m_size]}</DisplayString>
|
||||||
<StringView Condition="m_string == nullptr">""</StringView>
|
<StringView Condition="m_string == nullptr">""</StringView>
|
||||||
@ -292,7 +292,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QStringView">
|
<Type Name="QStringView">
|
||||||
<DisplayString>{m_data,[m_size]}</DisplayString>
|
<DisplayString>{m_data,[m_size]}</DisplayString>
|
||||||
<StringView>m_data,[m_size]</StringView>
|
<StringView>m_data,[m_size]</StringView>
|
||||||
<Expand>
|
<Expand>
|
||||||
@ -304,7 +304,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QByteArray">
|
<Type Name="QByteArray">
|
||||||
<DisplayString>"{((reinterpret_cast<char*>(d.ptr))),sb}"</DisplayString>
|
<DisplayString>"{((reinterpret_cast<char*>(d.ptr))),sb}"</DisplayString>
|
||||||
<StringView>((reinterpret_cast<char*>(d.ptr))),sb</StringView>
|
<StringView>((reinterpret_cast<char*>(d.ptr))),sb</StringView>
|
||||||
<Expand>
|
<Expand>
|
||||||
@ -316,7 +316,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QUrl">
|
<Type Name="QUrl">
|
||||||
<Intrinsic Name="isEmpty" Expression="size==0">
|
<Intrinsic Name="isEmpty" Expression="size==0">
|
||||||
<Parameter Name="size" Type="int"/>
|
<Parameter Name="size" Type="int"/>
|
||||||
</Intrinsic>
|
</Intrinsic>
|
||||||
@ -344,11 +344,11 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QDate">
|
<Type Name="QDate">
|
||||||
<DisplayString>{{ julian day = {jd} }}</DisplayString>
|
<DisplayString>{{ julian day = {jd} }}</DisplayString>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QTime">
|
<Type Name="QTime">
|
||||||
<Intrinsic Name="hour" Expression="mds / 3600000" />
|
<Intrinsic Name="hour" Expression="mds / 3600000" />
|
||||||
<Intrinsic Name="minute" Expression="(mds % 3600000) / 60000" />
|
<Intrinsic Name="minute" Expression="(mds % 3600000) / 60000" />
|
||||||
<Intrinsic Name="second" Expression="(mds / 1000) % 60" />
|
<Intrinsic Name="second" Expression="(mds / 1000) % 60" />
|
||||||
@ -375,7 +375,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QPair<*,*>">
|
<Type Name="QPair<*,*>">
|
||||||
<DisplayString>({first}, {second})</DisplayString>
|
<DisplayString>({first}, {second})</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[first]">first</Item>
|
<Item Name="[first]">first</Item>
|
||||||
@ -383,8 +383,8 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QList<*>">
|
<Type Name="QList<*>">
|
||||||
<AlternativeType Name="##NAMESPACE##::QVector<*>"/>
|
<AlternativeType Name="QVector<*>"/>
|
||||||
<DisplayString>{{ size={d.size} }}</DisplayString>
|
<DisplayString>{{ size={d.size} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<ArrayItems>
|
<ArrayItems>
|
||||||
@ -394,7 +394,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QVarLengthArray<*>">
|
<Type Name="QVarLengthArray<*>">
|
||||||
<DisplayString>{{ size={s} }}</DisplayString>
|
<DisplayString>{{ size={s} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="[capacity]">a</Item>
|
<Item Name="[capacity]">a</Item>
|
||||||
@ -405,8 +405,8 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QMap<*,*>">
|
<Type Name="QMap<*,*>">
|
||||||
<AlternativeType Name="##NAMESPACE##::QMultiMap<*,*>"/>
|
<AlternativeType Name="QMultiMap<*,*>"/>
|
||||||
<DisplayString>{{ size={d.d->m._Mypair._Myval2._Myval2._Mysize} }}</DisplayString>
|
<DisplayString>{{ size={d.d->m._Mypair._Myval2._Myval2._Mysize} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<TreeItems>
|
<TreeItems>
|
||||||
@ -423,7 +423,7 @@
|
|||||||
<DisplayString>{second}</DisplayString>
|
<DisplayString>{second}</DisplayString>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QHashPrivate::Node<*,*>">
|
<Type Name="QHashPrivate::Node<*,*>">
|
||||||
<DisplayString>{value}</DisplayString>
|
<DisplayString>{value}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<Item Name="key">key</Item>
|
<Item Name="key">key</Item>
|
||||||
@ -431,7 +431,7 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QHashPrivate::MultiNode<*,*>">
|
<Type Name="QHashPrivate::MultiNode<*,*>">
|
||||||
<DisplayString Condition="value->next == 0">{value->value}</DisplayString>
|
<DisplayString Condition="value->next == 0">{value->value}</DisplayString>
|
||||||
<DisplayString Condition="value->next != 0 && value->next->next == 0">({value->value}, {value->next->value})</DisplayString>
|
<DisplayString Condition="value->next != 0 && value->next->next == 0">({value->value}, {value->next->value})</DisplayString>
|
||||||
<DisplayString Condition="value->next != 0 && value->next->next != 0">({value->value}, {value->next->value}, ...)</DisplayString>
|
<DisplayString Condition="value->next != 0 && value->next->next != 0">({value->value}, {value->next->value}, ...)</DisplayString>
|
||||||
@ -444,8 +444,8 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QHash<*,*>">
|
<Type Name="QHash<*,*>">
|
||||||
<AlternativeType Name="##NAMESPACE##::QMultiHash<*,*>"/>
|
<AlternativeType Name="QMultiHash<*,*>"/>
|
||||||
<Intrinsic Name="getOffset" Category="Method" Expression="d->spans[span].offsets[offset]">
|
<Intrinsic Name="getOffset" Category="Method" Expression="d->spans[span].offsets[offset]">
|
||||||
<Parameter Name="span" Type="int" />
|
<Parameter Name="span" Type="int" />
|
||||||
<Parameter Name="offset" Type="int" />
|
<Parameter Name="offset" Type="int" />
|
||||||
@ -602,15 +602,15 @@
|
|||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QSet<*>">
|
<Type Name="QSet<*>">
|
||||||
<DisplayString>{{ size={q_hash.d->size} }}</DisplayString>
|
<DisplayString>{{ size={q_hash.d->size} }}</DisplayString>
|
||||||
<Expand>
|
<Expand>
|
||||||
<ExpandedItem>q_hash</ExpandedItem>
|
<ExpandedItem>q_hash</ExpandedItem>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
<Type Name="##NAMESPACE##::QVariant">
|
<Type Name="QVariant">
|
||||||
<Intrinsic Name="typeId" Expression="*(int*)(&((const ##NAMESPACE##::QtPrivate::QMetaTypeInterface *)(d.packedType << 2))->typeId)">
|
<Intrinsic Name="typeId" Expression="*(int*)(&((const QtPrivate::QMetaTypeInterface *)(d.packedType << 2))->typeId)">
|
||||||
</Intrinsic>
|
</Intrinsic>
|
||||||
<Intrinsic Name="dataStar" Expression="(&(d.data.data))">
|
<Intrinsic Name="dataStar" Expression="(&(d.data.data))">
|
||||||
</Intrinsic>
|
</Intrinsic>
|
||||||
@ -620,115 +620,115 @@
|
|||||||
<DisplayString Condition="d.is_null">(null)</DisplayString>
|
<DisplayString Condition="d.is_null">(null)</DisplayString>
|
||||||
|
|
||||||
<!-- Static core pointers -->
|
<!-- Static core pointers -->
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QObjectStar">QObject*</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QObjectStar">QObject*</DisplayString>
|
||||||
|
|
||||||
<!-- Static core template classes -->
|
<!-- Static core template classes -->
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QVariantMap">{*(QMap<QString,QVariant>*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QVariantMap">{*(QMap<QString,QVariant>*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QVariantList">{*(QList<QVariant>*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QVariantList">{*(QList<QVariant>*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QVariantHash">{*(QHash<QString,QVariant>*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QVariantHash">{*(QHash<QString,QVariant>*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QVariantPair">QVariantPair</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QVariantPair">QVariantPair</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QByteArrayList">{*(QList<QByteArray>*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QByteArrayList">{*(QList<QByteArray>*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QStringList">{*(QList<QString>*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QStringList">{*(QList<QString>*) sharedDataStar()}</DisplayString>
|
||||||
|
|
||||||
<!-- Static primitives-->
|
<!-- Static primitives-->
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Bool">{*(bool*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Bool">{*(bool*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Int">{*(int*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Int">{*(int*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::UInt">{*(unsigned int*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::UInt">{*(unsigned int*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::LongLong">{*(long long*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::LongLong">{*(long long*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::ULongLong">{*(unsigned long long*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::ULongLong">{*(unsigned long long*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Double">{*(double*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Double">{*(double*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::VoidStar">{*(void**) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::VoidStar">{*(void**) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Long">{*(long*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Long">{*(long*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Short">{*(short*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Short">{*(short*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Char">{*(char*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Char">{*(char*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Char16">{*(char16_t*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Char16">{*(char16_t*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Char32">{*(char32_t*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Char32">{*(char32_t*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::ULong">{*(unsigned long*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::ULong">{*(unsigned long*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::UShort">{*(unsigned short*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::UShort">{*(unsigned short*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::UChar">{*(unsigned char*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::UChar">{*(unsigned char*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::Float">{*(float*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::Float">{*(float*) dataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::SChar">{*(signed char*) dataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::SChar">{*(signed char*) dataStar()}</DisplayString>
|
||||||
|
|
||||||
<!-- Static core classes -->
|
<!-- Static core classes -->
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QChar">{*(QChar*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QChar">{*(QChar*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QString">{*(QString*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QString">{*(QString*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QByteArray">{*(QByteArray*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QByteArray">{*(QByteArray*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QDate">{*(QDate*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QDate">{*(QDate*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QTime">{*(QTime*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QTime">{*(QTime*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QDateTime">QDateTime</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QDateTime">QDateTime</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QUrl">QUrl</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QUrl">QUrl</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QLocale">QLocale</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QLocale">QLocale</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QRect">{*(QRect*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QRect">{*(QRect*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QRectF">{*(QRectF*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QRectF">{*(QRectF*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QSize">{*(QSize*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QSize">{*(QSize*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QSizeF">{*(QSizeF*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QSizeF">{*(QSizeF*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QLine">{*(QLine*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QLine">{*(QLine*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QLineF">{*(QLineF*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QLineF">{*(QLineF*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QPoint">{*(QPoint*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QPoint">{*(QPoint*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QPointF">{*(QPointF*) sharedDataStar()}</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QPointF">{*(QPointF*) sharedDataStar()}</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QEasingCurve">EasingCurve</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QEasingCurve">EasingCurve</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QUuid">Uuid</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QUuid">Uuid</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QRegularExpression">RegularExpression</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QRegularExpression">RegularExpression</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QJsonValue">QJsonValue</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QJsonValue">QJsonValue</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QJsonObject">QJsonObject</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QJsonObject">QJsonObject</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QJsonArray">QJsonArray</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QJsonArray">QJsonArray</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QJsonDocument">QJsonDocument</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QJsonDocument">QJsonDocument</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QCborValue">QCborValue</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QCborValue">QCborValue</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QCborArray">QCborArray</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QCborArray">QCborArray</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QCborMap">QCborMap</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QCborMap">QCborMap</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QModelIndex">ModelIndex</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QModelIndex">ModelIndex</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QPersistentModelIndex">QPersistentModelIndex</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QPersistentModelIndex">QPersistentModelIndex</DisplayString>
|
||||||
|
|
||||||
<!-- Static gui classes -->
|
<!-- Static gui classes -->
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QFont">QFont</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QFont">QFont</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QPixmap">QPixmap</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QPixmap">QPixmap</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QBrush">QBrush</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QBrush">QBrush</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QColor">QColor</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QColor">QColor</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QPalette">QPalette</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QPalette">QPalette</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QIcon">QIcon</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QIcon">QIcon</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QImage">QImage</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QImage">QImage</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QPolygon">QPolygon</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QPolygon">QPolygon</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QRegion">QRegion</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QRegion">QRegion</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QBitmap">QBitmap</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QBitmap">QBitmap</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QCursor">QCursor</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QCursor">QCursor</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QKeySequence">QKeySequence</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QKeySequence">QKeySequence</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QPen">QPen</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QPen">QPen</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QTextLength">QTextLength</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QTextLength">QTextLength</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QTextFormat">QTextFormat</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QTextFormat">QTextFormat</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QTransform">QTransform</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QTransform">QTransform</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QMatrix4x4">QMatrix4x4</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QMatrix4x4">QMatrix4x4</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QVector2D">QVector2D</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QVector2D">QVector2D</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QVector3D">QVector3D</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QVector3D">QVector3D</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QVector4D">QVector4D</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QVector4D">QVector4D</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QQuaternion">QQuaternion</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QQuaternion">QQuaternion</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QPolygonF">QPolygonF</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QPolygonF">QPolygonF</DisplayString>
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QColorSpace">QColorSpace</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QColorSpace">QColorSpace</DisplayString>
|
||||||
|
|
||||||
<!-- Static widget classes -->
|
<!-- Static widget classes -->
|
||||||
<DisplayString Condition="typeId() == ##NAMESPACE##::QMetaType::QSizePolicy">QSizePolicy</DisplayString>
|
<DisplayString Condition="typeId() == QMetaType::QSizePolicy">QSizePolicy</DisplayString>
|
||||||
|
|
||||||
<!-- Unhandled : display the typeId-->
|
<!-- Unhandled : display the typeId-->
|
||||||
<DisplayString>##NAMESPACE##::QMetaType::Type ({typeId()})</DisplayString>
|
<DisplayString>QMetaType::Type ({typeId()})</DisplayString>
|
||||||
|
|
||||||
<Expand>
|
<Expand>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QString">*(QString*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QString">*(QString*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QByteArray">*(QByteArray*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QByteArray">*(QByteArray*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QDate">*(QDate*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QDate">*(QDate*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QTime">*(QTime*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QTime">*(QTime*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QRect">*(QRect*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QRect">*(QRect*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QRectF">*(QRectF*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QRectF">*(QRectF*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QSize">*(QSize*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QSize">*(QSize*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QSizeF">*(QSizeF*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QSizeF">*(QSizeF*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QLine">*(QLine*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QLine">*(QLine*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QLineF">*(QLineF*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QLineF">*(QLineF*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QPoint">*(QPoint*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QPoint">*(QPoint*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QPointF">*(QPointF*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QPointF">*(QPointF*) sharedDataStar()</ExpandedItem>
|
||||||
|
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QVariantMap">*(QMap<QString,QVariant>*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QVariantMap">*(QMap<QString,QVariant>*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QVariantList">*(QList<QVariant>*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QVariantList">*(QList<QVariant>*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QVariantHash">*(QHash<QString,QVariant>*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QVariantHash">*(QHash<QString,QVariant>*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QByteArrayList">*(QList<QByteArray>*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QByteArrayList">*(QList<QByteArray>*) sharedDataStar()</ExpandedItem>
|
||||||
<ExpandedItem Condition="typeId() == ##NAMESPACE##::QMetaType::QStringList">*(QList<QString>*) sharedDataStar()</ExpandedItem>
|
<ExpandedItem Condition="typeId() == QMetaType::QStringList">*(QList<QString>*) sharedDataStar()</ExpandedItem>
|
||||||
</Expand>
|
</Expand>
|
||||||
</Type>
|
</Type>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user