Home
last modified time | relevance | path

Searched refs:findChildByObjectModelIndex (Results 1 – 4 of 4) sorted by relevance

/dports/math/rkward-kde/rkward-0.7.1/rkward/misc/
H A Drkobjectlistview.cpp415 RObject *object = parent->findChildByObjectModelIndex (source_row); in filterAcceptsRow()
441 if (!object->findChildByObjectModelIndex (source_row)) { in acceptRow()
444 object = object->findChildByObjectModelIndex (source_row); in acceptRow()
/dports/math/rkward-kde/rkward-0.7.1/rkward/core/
H A Drobject.h183 RObject *findChildByObjectModelIndex (int) const;
H A Drkmodificationtracker.cpp287 return (createIndex (row, column, parent_object->findChildByObjectModelIndex (row))); in index()
H A Drobject.cpp534 RObject *RObject::findChildByObjectModelIndex (int index) const { in findChildByObjectModelIndex() function in RObject