Home
last modified time | relevance | path

Searched refs:PDFDock (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocks.h60 class PDFDock : public QDockWidget
65 explicit PDFDock(PDFDocument *doc = nullptr);
66 virtual ~PDFDock();
92 class PDFOutlineDock : public PDFDock
132 class PDFInfoDock : public PDFDock
191 class PDFFontsDock : public PDFDock
314 class PDFOverviewDock : public PDFDock
343 class PDFClockDock: public PDFDock
H A DPDFDocks.cpp45 PDFDock::PDFDock(PDFDocument *doc) in PDFDock() function in PDFDock
52 PDFDock::~PDFDock() in ~PDFDock()
56 void PDFDock::documentLoaded() in documentLoaded()
64 void PDFDock::documentClosed() in documentClosed()
160 : PDFDock(doc) in PDFOutlineDock()
177 PDFDock::changeLanguage(); in changeLanguage()
212 PDFDock::documentClosed();
243 : PDFDock(doc)
288 PDFDock::documentClosed();
369 : PDFDock(doc)
[all …]
H A DPDFDocument.h352 class PDFDock; variable
651 PDFDock *dwClock, *dwOutline, *dwFonts, *dwInfo, *dwOverview;