Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qplatformprintplugin.cpp File Reference
#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