Home
last modified time | relevance | path

Searched refs:DocSeqSortSpec (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/recoll/recoll-1.31.2/query/
H A Dsortseq.h33 DocSeqSorted(std::shared_ptr<DocSequence> iseq, DocSeqSortSpec &sortspec) in DocSeqSorted()
40 virtual bool setSortSpec(const DocSeqSortSpec &sortspec);
44 DocSeqSortSpec m_spec;
H A Dsortseq.cpp27 DocSeqSortSpec ss;
29 CompareDocs(const DocSeqSortSpec &sortspec) : ss(sortspec) {} in CompareDocs()
44 bool DocSeqSorted::setSortSpec(const DocSeqSortSpec &sortspec) in setSortSpec()
H A Ddocseq.h41 class DocSeqSortSpec {
43 DocSeqSortSpec() : desc(false) {} in DocSeqSortSpec() function
152 virtual bool setSortSpec(const DocSeqSortSpec &) {return false;} in setSortSpec() argument
259 virtual bool setSortSpec(const DocSeqSortSpec &) override;
276 DocSeqSortSpec m_sspec;
H A Ddocseqdb.h51 virtual bool setSortSpec(const DocSeqSortSpec &sortspec) override;
H A Ddocseq.cpp122 bool DocSource::setSortSpec(const DocSeqSortSpec &s) in setSortSpec()
H A Ddocseqdb.cpp192 bool DocSequenceDb::setSortSpec(const DocSeqSortSpec &spec) in setSortSpec()
/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Drclmain_w.h164 virtual void onSortDataChanged(DocSeqSortSpec);
185 void sortDataChanged(DocSeqSortSpec);
240 DocSeqSortSpec m_sortspec;
H A Drclmain_w.cpp263 connect(this, SIGNAL(sortDataChanged(DocSeqSortSpec)), in init()
264 restable, SLOT(onSortDataChanged(DocSeqSortSpec))); in init()
265 connect(this, SIGNAL(sortDataChanged(DocSeqSortSpec)), in init()
266 this, SLOT(onSortDataChanged(DocSeqSortSpec))); in init()
269 connect(restable->getModel(), SIGNAL(sortDataChanged(DocSeqSortSpec)), in init()
270 this, SLOT(onSortDataChanged(DocSeqSortSpec))); in init()
936 void RclMain::onSortDataChanged(DocSeqSortSpec spec) in onSortDataChanged()
H A Drestable.h76 void sortDataChanged(DocSeqSortSpec);
161 virtual void onSortDataChanged(DocSeqSortSpec);
H A Drestable.cpp488 DocSeqSortSpec spec; in sort()
1028 void ResTable::onSortDataChanged(DocSeqSortSpec spec) in onSortDataChanged()