Home
last modified time | relevance | path

Searched refs:showSubDocs (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Drclmain_w.cpp276 connect(restable, SIGNAL(showSubDocs(Rcl::Doc)), in init()
277 this, SLOT(showSubDocs(Rcl::Doc))); in init()
311 connect(reslist, SIGNAL(showSubDocs(Rcl::Doc)), in init()
312 this, SLOT(showSubDocs(Rcl::Doc))); in init()
1045 void RclMain::showSubDocs(Rcl::Doc doc) in showSubDocs() function in RclMain
H A Dreslist.h108 void showSubDocs(Rcl::Doc);
H A Drestable.h204 void showSubDocs(Rcl::Doc);
H A Drclmain_w.h136 virtual void showSubDocs(Rcl::Doc);
H A Dreslist.cpp1245 emit showSubDocs(doc); in menuShowSubDocs() local
H A Drestable.cpp1372 emit showSubDocs(m_detaildoc); in menuShowSubDocs() local