Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qplatformprintplugin.cpp File Reference

(a8ebadac593572601adff912ca12047c5a980371)

#include "qplatformprintplugin.h"
#include "qplatformprintersupport.h"
#include "qprinterinfo.h"
#include "private/qfactoryloader_p.h"
#include <qcoreapplication.h>
#include <qdebug.h>
#include "moc_qplatformprintplugin.cpp"
+ Include dependency graph for qplatformprintplugin.cpp:

Go to the source code of this file.

Functions

 Q_GLOBAL_STATIC_WITH_ARGS (QFactoryLoader, loader,(QPlatformPrinterSupportFactoryInterface_iid, "/printsupport"_L1, Qt::CaseInsensitive)) QPlatformPrinterSupportPlugin
 
static void cleanupPrinterSupport ()
 

Variables

static QPlatformPrinterSupportprinterSupport = nullptr
 

Function Documentation

◆ cleanupPrinterSupport()

static void cleanupPrinterSupport ( )
static

Definition at line 37 of file qplatformprintplugin.cpp.

References printerSupport.

Referenced by QPlatformPrinterSupportPlugin::get().

+ Here is the caller graph for this function:

◆ Q_GLOBAL_STATIC_WITH_ARGS()

Q_GLOBAL_STATIC_WITH_ARGS ( QFactoryLoader ,
loader ,
(QPlatformPrinterSupportFactoryInterface_iid, "/printsupport"_L1, Qt::CaseInsensitive)  )

Definition at line 23 of file qplatformprintplugin.cpp.

Variable Documentation

◆ printerSupport

QPlatformPrinterSupport* printerSupport = nullptr
static