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

Method PdfDebugItemPage

src/pdf_extract/pdfdebugwidget/pdfdebugitempage.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "pdfdebugitemtextbox.h"
29
30PdfDebugItemPage::PdfDebugItemPage(PDFPage *page)
31{
32 _page = page;
33
34 foreach (PDFTextBox *textBox, _page->textBoxes())
35 new PdfDebugItemTextBox(textBox, this);
36}
37
38PDFPage *PdfDebugItemPage::page() const
39{

Callers

nothing calls this directly

Calls 1

foreachFunction · 0.50

Tested by

no test coverage detected