Home
last modified time | relevance | path

Searched refs:pushProperty (Results 1 – 16 of 16) sorted by relevance

/dports/devel/gammaray/GammaRay-2.11.3/plugins/qtivi/
H A Dqtivipropertymodel.h154 void pushProperty(IviCarrierProperty &&property);
H A Dqtivipropertymodel.cpp360 void QtIviPropertyModel::IviCarrier::pushProperty(IviCarrierProperty &&property) in pushProperty() function in QtIviPropertyModel::IviCarrier
480 … feature.pushProperty(QtIviPropertyModel::IviCarrierProperty(property, metaProperty)); in objectAdded()
484 feature.pushProperty(QtIviPropertyModel::IviCarrierProperty(metaProperty)); in objectAdded()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativescriptparser.cpp82 void pushProperty(const QString &name, const LocationSpan &location) in pushProperty() function
248 _stateStack.pushProperty(name->name->asString(), in defineObjectBinding()
276 _stateStack.pushProperty(objectType, loc); in defineObjectBinding()
675 _stateStack.pushProperty(name->name->asString(), in visit()
734 _stateStack.pushProperty(name->name->asString(), in visit()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Darpeggio.cpp354 eed->pushProperty(Pid::ARP_USER_LEN1); in startEdit()
355 eed->pushProperty(Pid::ARP_USER_LEN2); in startEdit()
H A Dspacer.cpp127 eed->pushProperty(Pid::SPACE); in startEditDrag()
H A Dbox.cpp127 eed->pushProperty(Pid::BOX_WIDTH); in startEditDrag()
129 eed->pushProperty(Pid::BOX_HEIGHT); in startEditDrag()
H A Dline.cpp190 eed->pushProperty(Pid::OFFSET2); in startDrag()
200 eed->pushProperty(Pid::OFFSET); in startEditDrag()
201 eed->pushProperty(Pid::OFFSET2); in startEditDrag()
202 eed->pushProperty(Pid::AUTOPLACE); in startEditDrag()
H A Dstem.cpp277 eed->pushProperty(Pid::USER_LEN); in startEdit()
H A Dhairpin.cpp424 eed->pushProperty(Pid::HAIRPIN_HEIGHT); in startEditDrag()
425 eed->pushProperty(Pid::HAIRPIN_CONT_HEIGHT); in startEditDrag()
H A Delement.cpp1995 eed->pushProperty(Pid::OFFSET); in startDrag()
1996 eed->pushProperty(Pid::AUTOPLACE); in startDrag()
2174 eed->pushProperty(Pid::OFFSET); in startEditDrag()
2175 eed->pushProperty(Pid::AUTOPLACE); in startEditDrag()
H A Dimage.cpp365 eed->pushProperty(Pid::SIZE); in startEditDrag()
H A Dchordline.cpp275 eed->pushProperty(Pid::PATH); in startEditDrag()
H A Dslurtie.cpp141 eed->pushProperty(i); in startEditDrag()
H A Dtuplet.cpp959 eed->pushProperty(Pid::P1); in startEditDrag()
960 eed->pushProperty(Pid::P2); in startEditDrag()
H A Dnote.cpp2471 ned->pushProperty(Pid::PITCH); in startDrag()
2472 ned->pushProperty(Pid::TPC1); in startDrag()
2473 ned->pushProperty(Pid::TPC2); in startDrag()
2474 ned->pushProperty(Pid::FRET); in startDrag()
2475 ned->pushProperty(Pid::STRING); in startDrag()
H A Delement.h557 …void pushProperty(Pid pid) { propertyData.push_back(PropertyData({ pid, e->getProperty(pid), e->pr… in pushProperty() function