Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
int PdfDebugWidget::currentNumPage() const
96
{
97
if (!_currentPage)
98
return 0;
99
return _currentPage->numPage();
100
}
101
102
void PdfDebugWidget::createWidgets()
103
{
Callers
nothing calls this directly
Calls
1
numPage
Method · 0.80
Tested by
no test coverage detected