PLplot
5.11.0
|
#include <wx/wx.h>
#include <wx/wfstream.h>
#include <wx/except.h>
#include "plDevs.h"
#include "plplotP.h"
#include "drivers.h"
#include <cstdio>
#include "wxwidgets.h"
Go to the source code of this file.
Functions | |
void | Log_Verbose (const char *fmt,...) |
void | Log_Debug (const char *fmt,...) |
void | plD_line_wxwidgets (PLStream *pls, short x1a, short y1a, short x2a, short y2a) |
void | plD_polyline_wxwidgets (PLStream *pls, short *xa, short *ya, PLINT npts) |
void | plD_eop_wxwidgets (PLStream *pls) |
void | plD_bop_wxwidgets (PLStream *pls) |
void | plD_tidy_wxwidgets (PLStream *pls) |
void | plD_state_wxwidgets (PLStream *pls, PLINT op) |
void | plD_esc_wxwidgets (PLStream *pls, PLINT op, void *ptr) |
Variables | |
PLDLLIMPEXP_DRIVER const char * | plD_DEVICE_INFO_wxwidgets |
void Log_Debug | ( | const char * | fmt, |
... | |||
) |
Definition at line 75 of file wxwidgets.cpp.
void Log_Verbose | ( | const char * | fmt, |
... | |||
) |
Definition at line 54 of file wxwidgets.cpp.
Definition at line 345 of file wxwidgets.cpp.
Definition at line 315 of file wxwidgets.cpp.
Definition at line 441 of file wxwidgets.cpp.
Definition at line 259 of file wxwidgets.cpp.
Definition at line 286 of file wxwidgets.cpp.
Definition at line 400 of file wxwidgets.cpp.
Definition at line 371 of file wxwidgets.cpp.
PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_wxwidgets |
Definition at line 100 of file wxwidgets.cpp.