Home
last modified time | relevance | path

Searched refs:changeEntries (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklfliblegacyengine.h173 virtual bool changeEntries(const QString& subResource, const QList<entryId>& idlist,
H A Dklflibdbengine.h149 virtual bool changeEntries(const QString& subRes, const QList<entryId>& idlist,
H A Dklflib.h1421 virtual bool changeEntries(const QString& subResource, const QList<entryId>& idlist,
1433 virtual bool changeEntries(const QList<entryId>& idlist, const QList<int>& properties,
H A Dklflib.cpp702 bool KLFLibResourceEngine::changeEntries(const QList<entryId>& idlist, const QList<int>& properties, in changeEntries() function in KLFLibResourceEngine
706 return changeEntries(pDefaultSubResource, idlist, properties, values); in changeEntries()
H A Dklfliblegacyengine.cpp770 bool KLFLibLegacyEngine::changeEntries(const QString& subResource, const QList<entryId>& idlist, in changeEntries() function in KLFLibLegacyEngine
H A Dklflibdbengine.cpp1507 bool KLFLibDBEngine::changeEntries(const QString& subResource, const QList<entryId>& idlist, in changeEntries() function in KLFLibDBEngine
H A Dklflibbrowser.cpp1381 bool r = resource->changeEntries(selected, keys, values); in slotMetaInfoChanged()
H A Dklflibview.cpp2044 bool r = pResource->changeEntries(idlist, QList<int>() << KLFLibEntry::Category, in dropMimeData()