Home
last modified time | relevance | path

Searched defs:setSortWeight (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/k3b/k3b-21.12.3/src/
H A Dk3bdataprojectinterface.cpp114 bool DataProjectInterface::setSortWeight( const QString& path, long weight ) const in setSortWeight() function in K3b::DataProjectInterface
/dports/sysutils/k3b/k3b-21.12.3/libk3b/projects/datacd/
H A Dk3bdataitem.h151 virtual void setSortWeight( long w ) { m_sortWeight = w; } in setSortWeight() function
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dnepomuk.py464 def setSortWeight(self, weight, sortOrder = None): member in Nepomuk.Query.ComparisonTerm