MCPcopy Create free account
hub / github.com/KDE/okular / boundingRectangle

Method boundingRectangle

core/document.cpp:6161–6164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6159}
6160
6161NormalizedRect NewSignatureData::boundingRectangle() const
6162{
6163 return d->boundingRectangle;
6164}
6165
6166void NewSignatureData::setBoundingRectangle(const NormalizedRect &rect)
6167{

Calls

no outgoing calls