PLplot
5.11.1
|
#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 | FontGrabber |
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 346 of file wxwidgets.cpp.
Definition at line 316 of file wxwidgets.cpp.
Definition at line 445 of file wxwidgets.cpp.
Definition at line 260 of file wxwidgets.cpp.
Definition at line 287 of file wxwidgets.cpp.
Definition at line 404 of file wxwidgets.cpp.
Definition at line 372 of file wxwidgets.cpp.
const wxFontFamily fontFamilyLookup[5] |
Definition at line 175 of file wxwidgets.h.
const int fontStyleLookup[3] |
Definition at line 183 of file wxwidgets.h.
const int fontWeightLookup[2] |
Definition at line 189 of file wxwidgets.h.