Home
last modified time | relevance | path

Searched refs:followTocSelection (Results 1 – 2 of 2) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocks.h113 void followTocSelection();
334 void followTocSelection();
H A DPDFDocks.cpp193 connect(tree, SIGNAL(itemClicked(QTreeWidgetItem*,int)), this, SLOT(followTocSelection()));
198 connect(tree, SIGNAL(itemClicked(QTreeWidgetItem *, int)), this, SLOT(followTocSelection()));
215 void PDFOutlineDock::followTocSelection() function in PDFOutlineDock
911 …lectionModel(), SIGNAL(currentChanged(QModelIndex,QModelIndex)), this, SLOT(followTocSelection()));
920 void PDFOverviewDock::followTocSelection() function in PDFOverviewDock