PLplot  5.15.0
sipplplot_pyqt5QtPLDriver.cpp File Reference
#include "sipAPIplplot_pyqt5.h"
#include "qt.h"

Go to the source code of this file.

Classes

class  sipQtPLDriver
 

Functions

static void release_QtPLDriver (void *, int)
 
static void assign_QtPLDriver (void *, SIP_SSIZE_T, void *)
 
static void * array_QtPLDriver (SIP_SSIZE_T)
 
static void * copy_QtPLDriver (const void *, SIP_SSIZE_T)
 
static void dealloc_QtPLDriver (sipSimpleWrapper *)
 
static void * init_type_QtPLDriver (sipSimpleWrapper *, PyObject *, PyObject *, PyObject **, PyObject **, PyObject **)
 

Variables

static pyqt5ClassPluginDef plugin_QtPLDriver
 
sipClassTypeDef sipTypeDef_plplot_pyqt5_QtPLDriver
 

Function Documentation

◆ array_QtPLDriver()

static void * array_QtPLDriver ( SIP_SSIZE_T  sipNrElem)
static

Definition at line 63 of file sipplplot_pyqt5QtPLDriver.cpp.

◆ assign_QtPLDriver()

static void assign_QtPLDriver ( void *  sipDst,
SIP_SSIZE_T  sipDstIdx,
void *  sipSrc 
)
static

Definition at line 56 of file sipplplot_pyqt5QtPLDriver.cpp.

◆ copy_QtPLDriver()

static void * copy_QtPLDriver ( const void *  sipSrc,
SIP_SSIZE_T  sipSrcIdx 
)
static

Definition at line 70 of file sipplplot_pyqt5QtPLDriver.cpp.

◆ dealloc_QtPLDriver()

static void dealloc_QtPLDriver ( sipSimpleWrapper *  sipSelf)
static

Definition at line 77 of file sipplplot_pyqt5QtPLDriver.cpp.

◆ init_type_QtPLDriver()

static void * init_type_QtPLDriver ( sipSimpleWrapper *  sipSelf,
PyObject *  sipArgs,
PyObject *  sipKwds,
PyObject **  sipUnused,
PyObject **  ,
PyObject **  sipParseErr 
)
static

Definition at line 90 of file sipplplot_pyqt5QtPLDriver.cpp.

◆ release_QtPLDriver()

static void release_QtPLDriver ( void *  sipCppV,
int  sipState 
)
static

Definition at line 46 of file sipplplot_pyqt5QtPLDriver.cpp.

Variable Documentation

◆ plugin_QtPLDriver

pyqt5ClassPluginDef plugin_QtPLDriver
static
Initial value:
= {
SIP_NULLPTR,
0,
SIP_NULLPTR,
SIP_NULLPTR
}

Definition at line 125 of file sipplplot_pyqt5QtPLDriver.cpp.

◆ sipTypeDef_plplot_pyqt5_QtPLDriver

sipClassTypeDef sipTypeDef_plplot_pyqt5_QtPLDriver

Definition at line 133 of file sipplplot_pyqt5QtPLDriver.cpp.