MCPcopy Create free account
hub / github.com/Robotips/uConfig / currentNumPage

Method currentNumPage

src/pdf_extract/pdfdebugwidget/pdfdebugwidget.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95int PdfDebugWidget::currentNumPage() const
96{
97 if (!_currentPage)
98 return 0;
99 return _currentPage->numPage();
100}
101
102void PdfDebugWidget::createWidgets()
103{

Callers

nothing calls this directly

Calls 1

numPageMethod · 0.80

Tested by

no test coverage detected