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

Method PDFTextBox

src/pdf_extract/model/pdftextbox.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "pdftextbox.h"
20
21PDFTextBox::PDFTextBox(const QString &text, const QRectF &boundingRect)
22 : _text(text), _boundingRect(boundingRect)
23{
24 _page = Q_NULLPTR;
25 _parentBox = Q_NULLPTR;
26 _type = Text;
27}
28
29PDFTextBox::~PDFTextBox()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected