PLplot
5.11.0
|
#include <vector>
#include <memory>
#include "plplotP.h"
#include "wxwidgets_comms.h"
#include <wx/wx.h>
#include <wx/spinctrl.h>
Go to the source code of this file.
Classes | |
class | wxPLDevice |
struct | dev_entry |
Functions | |
void | plD_init_wxwidgets (PLStream *) |
void | plD_init_wxpng (PLStream *) |
void | plD_line_wxwidgets (PLStream *, short, short, short, short) |
void | plD_polyline_wxwidgets (PLStream *, short *, short *, PLINT) |
void | plD_eop_wxwidgets (PLStream *) |
void | plD_bop_wxwidgets (PLStream *) |
void | plD_tidy_wxwidgets (PLStream *) |
void | plD_state_wxwidgets (PLStream *, PLINT) |
void | plD_esc_wxwidgets (PLStream *, PLINT, void *) |
void | wx_set_dc (PLStream *pls, wxDC *dc) |
void | wx_set_buffer (PLStream *pls, wxImage *buffer) |
void | Log_Verbose (const char *fmt,...) |
void | Log_Debug (const char *fmt,...) |
Variables | |
const wxFontFamily | fontFamilyLookup [5] |
const int | fontStyleLookup [3] |
const int | fontWeightLookup [2] |
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.
const wxFontFamily fontFamilyLookup[5] |
Definition at line 157 of file wxwidgets.h.
const int fontStyleLookup[3] |
Definition at line 165 of file wxwidgets.h.
const int fontWeightLookup[2] |
Definition at line 171 of file wxwidgets.h.