MCPcopy Create free account
hub / github.com/KDE/labplot / Document

Method Document

src/3rdparty/QXlsx/source/xlsxdocument.cpp:542–546  ·  view source on GitHub ↗

! * Creates a new empty xlsx document. * The \a parent argument is passed to QObject's constructor. */

Source from the content-addressed store, hash-verified

540 * The \a parent argument is passed to QObject's constructor.
541 */
542Document::Document(QObject *parent) :
543 QObject(parent), d_ptr(new DocumentPrivate(this))
544{
545 d_ptr->init();
546}
547
548/*!
549 * \overload

Callers

nothing calls this directly

Calls 3

loadPackageMethod · 0.80
initMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected