PLplot  5.15.0
drivers.h
Go to the documentation of this file.
1 // Contains all prototypes for driver functions.
2 //
3 // Copyright (C) 2004 Andrew Roach
4 // Copyright (C) 2005 Thomas J. Duck
5 // Copyright (C) 2006 Andrew Ross
6 //
7 // This file is part of PLplot.
8 //
9 // PLplot is free software; you can redistribute it and/or modify
10 // it under the terms of the GNU Library General Public License as published
11 // by the Free Software Foundation; either version 2 of the License, or
12 // (at your option) any later version.
13 //
14 // PLplot is distributed in the hope that it will be useful,
15 // but WITHOUT ANY WARRANTY; without even the implied warranty of
16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 // GNU Library General Public License for more details.
18 //
19 // You should have received a copy of the GNU Library General Public License
20 // along with PLplot; if not, write to the Free Software
21 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 //
23 //
24 
25 #ifndef __DRIVERS_H__
26 #define __DRIVERS_H__
27 
28 #include "pdf.h"
29 #include "plstrm.h"
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
35 // The order of these results (in alphabetic order by source file name and device)
36 // may be found from the following command:
37 //
38 // find drivers -type f | grep -v .git | grep -v deprecated | xargs grep 'plD_dispatch_init.*)$' | grep -v // |sort
39 //
40 // with suitable editing afterward to remove file name prepend "PLDLLIMPEXP_DRIVER " and append ";"
41 
86 
87 // Prototypes for plot buffer calls.
88 
89 void plbuf_init( PLStream * );
90 void plbuf_line( PLStream *, short, short, short, short );
91 void plbuf_polyline( PLStream *, short *, short *, PLINT );
92 void plbuf_eop( PLStream * );
93 void plbuf_bop( PLStream * );
94 void plbuf_tidy( PLStream * );
95 void plbuf_state( PLStream *, PLINT );
96 void plbuf_esc( PLStream *, PLINT, void * );
97 void plbuf_di( PLStream * );
98 void plbuf_setsub( PLStream * );
99 void plbuf_ssub( PLStream * );
100 void plbuf_clip( PLStream * );
101 PLDLLIMPEXP void * plbuf_save( PLStream *, void * );
102 PLDLLIMPEXP void * plbuf_switch( PLStream *, void * );
103 PLDLLIMPEXP void plbuf_restore( PLStream *, void * );
104 
106 void plFlushBuffer( PLStream *pls, PLBOOL restart, size_t amount );
107 
108 #ifdef __cplusplus
109 }
110 #endif
111 
112 #endif // __DRIVERS_H__
plD_dispatch_init_wincairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_wincairo(PLDispatchTable *pdt)
plD_dispatch_init_ppmqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_ppmqt(PLDispatchTable *pdt)
plD_dispatch_init_wxpng
PLDLLIMPEXP_DRIVER void plD_dispatch_init_wxpng(PLDispatchTable *pdt)
plD_dispatch_init_psc
PLDLLIMPEXP_DRIVER void plD_dispatch_init_psc(PLDispatchTable *pdt)
plFlushBuffer
void plFlushBuffer(PLStream *pls, PLBOOL restart, size_t amount)
Definition: plbuf.c:1416
plD_dispatch_init_tk
PLDLLIMPEXP_DRIVER void plD_dispatch_init_tk(PLDispatchTable *pdt)
PLDispatchTable
Definition: disptab.h:77
plbuf_polyline
void plbuf_polyline(PLStream *, short *, short *, PLINT)
Definition: plbuf.c:268
PLDLLIMPEXP_DRIVER
#define PLDLLIMPEXP_DRIVER
Definition: pldll.h:81
plD_dispatch_init_pngqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_pngqt(PLDispatchTable *pdt)
plD_dispatch_init_wingcc
PLDLLIMPEXP_DRIVER void plD_dispatch_init_wingcc(PLDispatchTable *pdt)
plRemakePlot
PLDLLIMPEXP void plRemakePlot(PLStream *)
Definition: plbuf.c:1397
PLBOOL
PLINT PLBOOL
Definition: plplot.h:204
plbuf_clip
void plbuf_clip(PLStream *)
Definition: plbuf.c:615
plstrm.h
plbuf_di
void plbuf_di(PLStream *)
Definition: plbuf.c:571
PLDLLIMPEXP
#define PLDLLIMPEXP
Definition: pldll.h:49
plD_dispatch_init_pngcairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_pngcairo(PLDispatchTable *pdt)
plD_dispatch_init_wxwidgets
PLDLLIMPEXP_DRIVER void plD_dispatch_init_wxwidgets(PLDispatchTable *pdt)
plbuf_line
void plbuf_line(PLStream *, short, short, short, short)
Definition: plbuf.c:237
plbuf_init
void plbuf_init(PLStream *)
Definition: plbuf.c:89
plD_dispatch_init_memqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_memqt(PLDispatchTable *pdt)
plbuf_tidy
void plbuf_tidy(PLStream *)
plD_dispatch_init_svg
PLDLLIMPEXP_DRIVER void plD_dispatch_init_svg(PLDispatchTable *pdt)
Definition: svg.c:129
plD_dispatch_init_extqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_extqt(PLDispatchTable *pdt)
plbuf_bop
void plbuf_bop(PLStream *)
Definition: plbuf.c:141
plbuf_state
void plbuf_state(PLStream *, PLINT)
Definition: plbuf.c:295
plbuf_eop
void plbuf_eop(PLStream *)
Definition: plbuf.c:122
plD_dispatch_init_null
PLDLLIMPEXP_DRIVER void plD_dispatch_init_null(PLDispatchTable *pdt)
plD_dispatch_init_svgcairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_svgcairo(PLDispatchTable *pdt)
plD_dispatch_init_aqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_aqt(PLDispatchTable *pdt)
Definition: aqt.c:208
plD_dispatch_init_tkwin
PLDLLIMPEXP_DRIVER void plD_dispatch_init_tkwin(PLDispatchTable *pdt)
plD_dispatch_init_pdfcairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_pdfcairo(PLDispatchTable *pdt)
plD_dispatch_init_ntk
PLDLLIMPEXP_DRIVER void plD_dispatch_init_ntk(PLDispatchTable *pdt)
pls
static PLStream * pls[PL_NSTREAMS]
Definition: plcore.h:88
plbuf_ssub
void plbuf_ssub(PLStream *)
Definition: plbuf.c:209
plD_dispatch_init_ps
PLDLLIMPEXP_DRIVER void plD_dispatch_init_ps(PLDispatchTable *pdt)
plD_dispatch_init_pstex
PLDLLIMPEXP_DRIVER void plD_dispatch_init_pstex(PLDispatchTable *pdt)
plD_dispatch_init_extcairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_extcairo(PLDispatchTable *pdt)
plD_dispatch_init_psttf
PLDLLIMPEXP_DRIVER void plD_dispatch_init_psttf(PLDispatchTable *pdt)
plD_dispatch_init_pdf
PLDLLIMPEXP_DRIVER void plD_dispatch_init_pdf(PLDispatchTable *pdt)
plbuf_setsub
void plbuf_setsub(PLStream *)
Definition: plbuf.c:192
plD_dispatch_init_gif
PLDLLIMPEXP_DRIVER void plD_dispatch_init_gif(PLDispatchTable *pdt)
PLINT
int PLINT
Definition: plplot.h:181
plD_dispatch_init_memcairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_memcairo(PLDispatchTable *pdt)
plD_dispatch_init_png
PLDLLIMPEXP_DRIVER void plD_dispatch_init_png(PLDispatchTable *pdt)
plD_dispatch_init_epsqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_epsqt(PLDispatchTable *pdt)
plD_dispatch_init_tiffqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_tiffqt(PLDispatchTable *pdt)
plD_dispatch_init_cgm
PLDLLIMPEXP_DRIVER void plD_dispatch_init_cgm(PLDispatchTable *pdt)
plD_dispatch_init_pdfqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_pdfqt(PLDispatchTable *pdt)
plbuf_switch
PLDLLIMPEXP void * plbuf_switch(PLStream *, void *)
Definition: plbuf.c:1856
plD_dispatch_init_plm
PLDLLIMPEXP_DRIVER void plD_dispatch_init_plm(PLDispatchTable *pdt)
plbuf_restore
PLDLLIMPEXP void plbuf_restore(PLStream *, void *)
Definition: plbuf.c:1832
plD_dispatch_init_xcairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_xcairo(PLDispatchTable *pdt)
plD_dispatch_init_epscairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_epscairo(PLDispatchTable *pdt)
plD_dispatch_init_qtwidget
PLDLLIMPEXP_DRIVER void plD_dispatch_init_qtwidget(PLDispatchTable *pdt)
plD_dispatch_init_jpgqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_jpgqt(PLDispatchTable *pdt)
plD_dispatch_init_xw
PLDLLIMPEXP_DRIVER void plD_dispatch_init_xw(PLDispatchTable *pdt)
plD_dispatch_init_psttfc
PLDLLIMPEXP_DRIVER void plD_dispatch_init_psttfc(PLDispatchTable *pdt)
PLStream
Definition: plstrm.h:523
plD_dispatch_init_mem
PLDLLIMPEXP_DRIVER void plD_dispatch_init_mem(PLDispatchTable *pdt)
plD_dispatch_init_wingdi
PLDLLIMPEXP_DRIVER void plD_dispatch_init_wingdi(PLDispatchTable *pdt)
plD_dispatch_init_pscairo
PLDLLIMPEXP_DRIVER void plD_dispatch_init_pscairo(PLDispatchTable *pdt)
plD_dispatch_init_bmpqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_bmpqt(PLDispatchTable *pdt)
plbuf_esc
void plbuf_esc(PLStream *, PLINT, void *)
Definition: plbuf.c:494
plD_dispatch_init_svgqt
PLDLLIMPEXP_DRIVER void plD_dispatch_init_svgqt(PLDispatchTable *pdt)
plbuf_save
PLDLLIMPEXP void * plbuf_save(PLStream *, void *)
Definition: plbuf.c:1733
pdf.h
plD_dispatch_init_jpeg
PLDLLIMPEXP_DRIVER void plD_dispatch_init_jpeg(PLDispatchTable *pdt)
plD_dispatch_init_xfig
PLDLLIMPEXP_DRIVER void plD_dispatch_init_xfig(PLDispatchTable *pdt)