Home
last modified time | relevance | path

Searched refs:indexOfProperty (Results 1 – 25 of 613) sorted by relevance

12345678910>>...25

/dports/deskutils/nextcloudclient/desktop-3.4.1/src/3rdparty/kirigami/
H A Dwheelhandler.cpp98 if (target->metaObject()->indexOfProperty("contentX") == -1 in manageWheel()
99 || target->metaObject()->indexOfProperty("contentY") == -1 in manageWheel()
100 || target->metaObject()->indexOfProperty("contentWidth") == -1 in manageWheel()
101 || target->metaObject()->indexOfProperty("contentHeight") == -1 in manageWheel()
102 || target->metaObject()->indexOfProperty("topMargin") == -1 in manageWheel()
103 || target->metaObject()->indexOfProperty("bottomMargin") == -1 in manageWheel()
104 || target->metaObject()->indexOfProperty("leftMargin") == -1 in manageWheel()
105 || target->metaObject()->indexOfProperty("rightMargin") == -1 in manageWheel()
106 || target->metaObject()->indexOfProperty("originX") == -1 in manageWheel()
107 || target->metaObject()->indexOfProperty("originY") == -1) { in manageWheel()
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/
H A Dwheelhandler.cpp102 if (target->metaObject()->indexOfProperty("contentX") == -1 in manageWheel()
103 || target->metaObject()->indexOfProperty("contentY") == -1 in manageWheel()
104 || target->metaObject()->indexOfProperty("contentWidth") == -1 in manageWheel()
105 || target->metaObject()->indexOfProperty("contentHeight") == -1 in manageWheel()
106 || target->metaObject()->indexOfProperty("topMargin") == -1 in manageWheel()
107 || target->metaObject()->indexOfProperty("bottomMargin") == -1 in manageWheel()
108 || target->metaObject()->indexOfProperty("leftMargin") == -1 in manageWheel()
109 || target->metaObject()->indexOfProperty("rightMargin") == -1 in manageWheel()
110 || target->metaObject()->indexOfProperty("originX") == -1 in manageWheel()
111 || target->metaObject()->indexOfProperty("originY") == -1) { /* clang-format on */ in manageWheel()
/dports/devel/gammaray/GammaRay-2.11.3/tests/
H A Dqmlsupporttest.cpp55 int indexOfProperty(PropertyAdaptor *adaptor, const char *name) in indexOfProperty() function in QmlSupportTest
87 auto idx = indexOfProperty(adaptor, "data"); in testQmlListProperty()
117 auto idx = indexOfProperty(adaptor, "Keys"); in testAttachedProperty()
143 auto idx = indexOfProperty(adaptor, "a1"); in testJSValue()
151 idx = indexOfProperty(adaptor, "a2"); in testJSValue()
173 auto idx = indexOfProperty(adaptor, "myContextProp"); in testContextProperty()
H A Dpropertyadaptortest.cpp80 int indexOfProperty(PropertyAdaptor *adaptor, const char *name) in indexOfProperty() function in PropertyAdaptorTest
153 auto idx = indexOfProperty(adaptor, "priority"); in testRWMetaObject()
216 auto propIdx = indexOfProperty(adaptor, "intProp"); in testQtObject()
234 propIdx = indexOfProperty(adaptor, "readOnlyProp"); in testQtObject()
243 propIdx = indexOfProperty(adaptor, "dynamicProperty"); in testQtObject()
265 propIdx = indexOfProperty(adaptor, "newProperty"); in testQtObject()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dialogs/
H A Ddconfigdlgmngr.cpp165 if (widget->metaObject()->indexOfProperty("minValue") != -1) in setupWidget()
170 if (widget->metaObject()->indexOfProperty("minimum") != -1) in setupWidget()
180 if (widget->metaObject()->indexOfProperty("maxValue") != -1) in setupWidget()
185 if (widget->metaObject()->indexOfProperty("maximum") != -1) in setupWidget()
330 … const int indexOfProperty = metaObject->indexOfProperty(userproperty.constData()); in parseChildren() local
332 if (indexOfProperty != -1) in parseChildren()
334 … const QMetaProperty property = metaObject->property(indexOfProperty); in parseChildren()
536 …Index = qcomboUserPropertyName ? cb->QComboBox::metaObject()->indexOfProperty(qcomboUserPro… in getUserProperty()
538 …serPropertyIndex = widgetUserPropertyName ? cb->metaObject()->indexOfProperty(widgetUserPro… in getUserProperty()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeworkerscript/
H A Dtst_qdeclarativeworkerscript.cpp111 QCOMPARE(mo->property(mo->indexOfProperty("response")).read(worker).value<QVariant>(), value); in source()
118 …QCOMPARE(mo->property(mo->indexOfProperty("response")).read(worker).value<QVariant>(), qVariantFro… in source()
136 QCOMPARE(mo->property(mo->indexOfProperty("response")).read(worker).value<QVariant>(), value); in messaging()
177 …QVariantList result = mo->property(mo->indexOfProperty("response")).read(worker).value<QVariantLis… in messaging_sendQObjectList()
224 QCOMPARE(mo->property(mo->indexOfProperty("response")).read(worker).value<QVariant>(), value); in script_with_pragma()
242 … QCOMPARE(mo->property(mo->indexOfProperty("response")).read(worker).toString(), value + " World"); in script_included()
/dports/devel/gammaray/GammaRay-2.11.3/plugins/qtivi/
H A Dqtivipropertymodel.h101 QModelIndex indexOfProperty(const QIviProperty *property, int column = 0 /*NameColumn*/) const;
102 …QModelIndex indexOfProperty(const QObject *carrier, const QByteArray &property, int column = 0 /*N…
158 int indexOfProperty(const QIviProperty *property) const;
159 int indexOfProperty(const QByteArray &property) const;
H A Dqtivipropertymodel.cpp375 int QtIviPropertyModel::IviCarrier::indexOfProperty(const QIviProperty *property) const in indexOfProperty() function in QtIviPropertyModel::IviCarrier
385 int QtIviPropertyModel::IviCarrier::indexOfProperty(const QByteArray &property) const in indexOfProperty() function in QtIviPropertyModel::IviCarrier
416 QModelIndex QtIviPropertyModel::indexOfProperty(const QIviProperty *property, int column) const in indexOfProperty() function in QtIviPropertyModel
423 const int propertyIndex = carrier.indexOfProperty(property); in indexOfProperty()
429 QModelIndex QtIviPropertyModel::indexOfProperty(const QObject *c, const QByteArray &property, int c… in indexOfProperty() function in QtIviPropertyModel
435 const int propertyIndex = carrier.indexOfProperty(property); in indexOfProperty()
806 emitRowDataChanged(indexOfProperty(property, NameColumn)); in propertyChanged()
/dports/print/limereport/LimeReport-1.5.35/limereport/objectinspector/propertyItems/
H A Dlrenumpropitem.cpp55 …QMetaEnum propEnum = object()->metaObject()->property(object()->metaObject()->indexOfProperty(prop… in createProperyEditor()
80 …QMetaEnum propEnum = object()->metaObject()->property(object()->metaObject()->indexOfProperty(prop… in initTranslation()
166 …QMetaEnum propEnum = object()->metaObject()->property(object()->metaObject()->indexOfProperty(prop… in nameByType()
172 …QMetaEnum propEnum = object()->metaObject()->property(object()->metaObject()->indexOfProperty(prop… in typeByName()
H A Dlrflagspropitem.cpp58 …QMetaEnum propEnum = object()->metaObject()->property(object()->metaObject()->indexOfProperty(prop… in createChildren()
74 …QMetaEnum propEnum = object()->metaObject()->property(object()->metaObject()->indexOfProperty(prop… in updateChildren()
95 …QMetaEnum propEnum = object()->metaObject()->property(object()->metaObject()->indexOfProperty(prop… in displayValue()
152 …QMetaEnum propEnum = object()->metaObject()->property(object()->metaObject()->indexOfProperty(pare… in valueByName()
/dports/print/limereport/LimeReport-1.5.35/limereport/serializators/
H A Dlrxmlwriter.cpp136 …typeName = item->metaObject()->property(item->metaObject()->indexOfProperty(name.toLatin1())).type… in saveProperty()
189 …return item->metaObject()->property(item->metaObject()->indexOfProperty(name.toLatin1())).isFlagTy… in enumOrFlag()
190 … item->metaObject()->property(item->metaObject()->indexOfProperty(name.toLatin1())).isEnumType(); in enumOrFlag()
195 …QMetaProperty prop=item->metaObject()->property(item->metaObject()->indexOfProperty(propertyName.t… in isCollection()
201 …QMetaProperty prop=item->metaObject()->property(item->metaObject()->indexOfProperty(propertyName.t… in isTranslation()
256 …QMetaProperty prop=item->metaObject()->property(item->metaObject()->indexOfProperty(propertyName.t… in isQObject()
/dports/x11-toolkits/kf5-kconfigwidgets/kconfigwidgets-5.89.0/src/
H A Dkconfigdialogmanager.cpp138 if (widget->metaObject()->indexOfProperty("minValue") != -1) { in setupWidget()
141 if (widget->metaObject()->indexOfProperty("minimum") != -1) { in setupWidget()
148 if (widget->metaObject()->indexOfProperty("maxValue") != -1) { in setupWidget()
151 if (widget->metaObject()->indexOfProperty("maximum") != -1) { in setupWidget()
254 const int indexOfProperty = metaObject->indexOfProperty(userproperty); in parseChildren() local
255 if (indexOfProperty != -1) { in parseChildren()
256 … const QMetaProperty property = metaObject->property(indexOfProperty); in parseChildren()
421 …ropertyIndex = qcomboUserPropertyName ? cb->QComboBox::metaObject()->indexOfProperty(qcomboUserPro… in getUserProperty()
423 …widgetUserPropertyIndex = widgetUserPropertyName ? cb->metaObject()->indexOfProperty(widgetUserPro… in getUserProperty()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/libpyside/
H A Ddynamicqmetaobject.cpp86 int indexOfProperty(const QByteArray &name) const;
199 int MetaObjectBuilderPrivate::indexOfProperty(const QByteArray &name) const in indexOfProperty() function in MetaObjectBuilderPrivate
202 const int result = m_builder->indexOfProperty(name); in indexOfProperty()
206 return m_baseObject->indexOfProperty(name); in indexOfProperty()
209 int MetaObjectBuilder::indexOfProperty(const QByteArray &name) const in indexOfProperty() function in MetaObjectBuilder
211 return m_d->indexOfProperty(name); in indexOfProperty()
308 int index = indexOfProperty(propertyName); in addProperty()
533 const int index = m_baseObject->indexOfProperty(String::toCString(key)); in parsePythonType()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/libpyside/
H A Ddynamicqmetaobject.cpp86 int indexOfProperty(const QByteArray &name) const;
199 int MetaObjectBuilderPrivate::indexOfProperty(const QByteArray &name) const in indexOfProperty() function in MetaObjectBuilderPrivate
202 const int result = m_builder->indexOfProperty(name); in indexOfProperty()
206 return m_baseObject->indexOfProperty(name); in indexOfProperty()
209 int MetaObjectBuilder::indexOfProperty(const QByteArray &name) const in indexOfProperty() function in MetaObjectBuilder
211 return m_d->indexOfProperty(name); in indexOfProperty()
308 int index = indexOfProperty(propertyName); in addProperty()
533 const int index = m_baseObject->indexOfProperty(String::toCString(key)); in parsePythonType()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/libpyside/
H A Ddynamicqmetaobject.cpp86 int indexOfProperty(const QByteArray &name) const;
199 int MetaObjectBuilderPrivate::indexOfProperty(const QByteArray &name) const in indexOfProperty() function in MetaObjectBuilderPrivate
202 const int result = m_builder->indexOfProperty(name); in indexOfProperty()
206 return m_baseObject->indexOfProperty(name); in indexOfProperty()
209 int MetaObjectBuilder::indexOfProperty(const QByteArray &name) const in indexOfProperty() function in MetaObjectBuilder
211 return m_d->indexOfProperty(name); in indexOfProperty()
308 int index = indexOfProperty(propertyName); in addProperty()
533 const int index = m_baseObject->indexOfProperty(String::toCString(key)); in parsePythonType()
/dports/www/qt5-webchannel/kde-qtwebchannel-5.15.2p2/tests/auto/webchannel/
H A Dtst_webchannel.cpp442 property.append(obj.metaObject()->indexOfProperty("foo")); in testInfoForObject()
453 property.append(obj.metaObject()->indexOfProperty("asdf")); in testInfoForObject()
466 property.append(obj.metaObject()->indexOfProperty("bar")); in testInfoForObject()
505 property.append(obj.metaObject()->indexOfProperty("prop")); in testInfoForObject()
631 int property = metaObject()->indexOfProperty("lastInt"); in testSetPropertyConversion()
637 int property = metaObject()->indexOfProperty("lastBool"); in testSetPropertyConversion()
644 int property = metaObject()->indexOfProperty("lastDouble"); in testSetPropertyConversion()
650 int property = metaObject()->indexOfProperty("lastVariant"); in testSetPropertyConversion()
657 int property = metaObject()->indexOfProperty("lastJsonValue"); in testSetPropertyConversion()
664 int property = metaObject()->indexOfProperty("lastJsonArray"); in testSetPropertyConversion()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativefastproperties.cpp63 …add(&QDeclarativeItem::staticMetaObject, QDeclarativeItem::staticMetaObject.indexOfProperty("paren… in QDeclarativeFastProperties()
65 add(&QObject::staticMetaObject, QObject::staticMetaObject.indexOfProperty("objectName"), in QDeclarativeFastProperties()
/dports/sysutils/plasma5-plasma-systemmonitor/plasma-systemmonitor-5.23.5/src/
H A DConfiguration.cpp33 auto property = metaObject()->property(metaObject()->indexOfProperty(propertyName)); in propertyChanged()
58 if (globalConfig()->metaObject()->indexOfProperty(property.name()) == -1) { in componentComplete()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/corelib/kernel/qmetaobject/
H A Dmain.cpp131 void indexOfProperty();
161 void tst_qmetaobject::indexOfProperty() in indexOfProperty() function in tst_qmetaobject
167 (void)mo->indexOfProperty(p); in indexOfProperty()
/dports/audio/drumstick/drumstick-2.5.0/utils/vpiano/
H A Dconnections.cpp96 if ((metaObj->indexOfProperty("status") != -1) && in reopenDrivers()
97 (metaObj->indexOfProperty("diagnostics") != -1)) { in reopenDrivers()
117 if ((metaObj->indexOfProperty("status") != -1) && in reopenDrivers()
118 (metaObj->indexOfProperty("diagnostics") != -1)) { in reopenDrivers()
/dports/devel/gammaray/GammaRay-2.11.3/ui/
H A Dpropertybinder.cpp70 const auto sourceIndex = m_source->metaObject()->indexOfProperty(sourceProp); in add()
76 const auto destIndex = m_destination->metaObject()->indexOfProperty(destProp); in add()
/dports/deskutils/qtfeedback/qtfeedback-5.0.0-beta1-32-ga14bd0b/tests/auto/qdeclarativefeedback/
H A Dtst_qdeclarativefeedback.cpp173 QMetaProperty p = dte->metaObject()->property(dte->metaObject()->indexOfProperty("effect")); in themeEffect()
176 p = dte->metaObject()->property(dte->metaObject()->indexOfProperty("supported")); in themeEffect()
188 p = dte->metaObject()->property(dte->metaObject()->indexOfProperty("effect")); in themeEffect()
/dports/audio/vmpk/vmpk-0.8.6/src/
H A Dmidisetup.cpp161 if ((metaObj->indexOfProperty("status") != -1) && in reopen()
162 (metaObj->indexOfProperty("diagnostics") != -1)) { in reopen()
182 if ((metaObj->indexOfProperty("status") != -1) && in reopen()
183 (metaObj->indexOfProperty("diagnostics") != -1)) { in reopen()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qmetaobject/
H A Dtst_qmetaobject.cpp216 QMetaProperty prop = mo->property(mo->indexOfProperty("value")); in stdSet()
220 prop = mo->property(mo->indexOfProperty("value2")); in stdSet()
926 prop = metaObject()->property(metaObject()->indexOfProperty("value4")); in customPropertyType()
973 QMetaProperty prop = mo->property(mo->indexOfProperty("value6")); in propertyNotify()
979 prop = mo->property(mo->indexOfProperty("value7")); in propertyNotify()
985 prop = mo->property(mo->indexOfProperty("value8")); in propertyNotify()
991 prop = mo->property(mo->indexOfProperty("value")); in propertyNotify()
1002 QMetaProperty prop = mo->property(mo->indexOfProperty("value8")); in propertyConstant()
1006 prop = mo->property(mo->indexOfProperty("value9")); in propertyConstant()
1015 QMetaProperty prop = mo->property(mo->indexOfProperty("value10")); in propertyFinal()
[all …]
/dports/sysutils/plasma5-discover/discover-5.23.5/libdiscover/Transaction/
H A DTransactionListener.cpp76 , m_prop(obj->metaObject()->property(obj->metaObject()->indexOfProperty(prop.constData()))) in CheckChange()
79 Q_ASSERT(obj->metaObject()->indexOfProperty(prop.constData()) >= 0); in CheckChange()

12345678910>>...25