Searched refs:showSubDocs (Results 1 – 6 of 6) sorted by relevance
276 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
108 void showSubDocs(Rcl::Doc);
204 void showSubDocs(Rcl::Doc);
136 virtual void showSubDocs(Rcl::Doc);
1245 emit showSubDocs(doc); in menuShowSubDocs() local
1372 emit showSubDocs(m_detaildoc); in menuShowSubDocs() local