PLplot  5.15.0
qt.cpp File Reference
#include "qt.h"
#include <QMutexLocker>

Go to the source code of this file.

Functions

 PLDLLIMPEXP_DRIVER_DATA (const char *) plD_DEVICE_INFO_qt
 
bool initQtApp (bool isGUI)
 
void closeQtApp ()
 
static int qt_family_check (PLStream *pls)
 

Variables

static int argc
 
static char ** argv
 
static int internal_qAppCounter = 0
 
static bool internal_qApp = false
 
static DrvOpt qt_options []
 
static int already_warned = 0
 

Function Documentation

◆ closeQtApp()

void closeQtApp ( )

Definition at line 132 of file qt.cpp.

◆ initQtApp()

bool initQtApp ( bool  isGUI)

Definition at line 99 of file qt.cpp.

◆ PLDLLIMPEXP_DRIVER_DATA()

PLDLLIMPEXP_DRIVER_DATA ( const char *  )

◆ qt_family_check()

static int qt_family_check ( PLStream pls)
static

Definition at line 157 of file qt.cpp.

Variable Documentation

◆ already_warned

int already_warned = 0
static

Definition at line 156 of file qt.cpp.

◆ argc

int argc
static

Definition at line 48 of file qt.cpp.

◆ argv

char** argv
static

Definition at line 49 of file qt.cpp.

◆ internal_qApp

bool internal_qApp = false
static

Definition at line 51 of file qt.cpp.

◆ internal_qAppCounter

int internal_qAppCounter = 0
static

Definition at line 50 of file qt.cpp.

◆ qt_options

DrvOpt qt_options[]
static
Initial value:
= { { "text_vectorize", DRV_INT, &vectorize, "Vectorize fonts on output (0|1)" },
{ "lines_antialiasing", DRV_INT, &lines_aa, "Toggles antialiasing on lines (0|1)" },
{ NULL, DRV_INT, NULL, NULL } }

Definition at line 92 of file qt.cpp.