#include <vector>
#include <memory>
#include "plplotP.h"
#include "wxwidgets_comms.h"
#include <wx/wx.h>
#include <wx/spinctrl.h>
#include <wx/dcgraph.h>
Go to the source code of this file.
|
bool | operator== (const Font &lhs, const Font &rhs) |
|
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_wait_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,...) |
|
void Log_Debug |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
void Log_Verbose |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
bool operator== |
( |
const Font & |
lhs, |
|
|
const Font & |
rhs |
|
) |
| |
void plD_line_wxwidgets |
( |
PLStream * |
, |
|
|
short |
, |
|
|
short |
, |
|
|
short |
, |
|
|
short |
|
|
) |
| |
void plD_polyline_wxwidgets |
( |
PLStream * |
, |
|
|
short * |
, |
|
|
short * |
, |
|
|
PLINT |
|
|
) |
| |
void wx_set_buffer |
( |
PLStream * |
pls, |
|
|
wxImage * |
buffer |
|
) |
| |
void wx_set_dc |
( |
PLStream * |
pls, |
|
|
wxDC * |
dc |
|
) |
| |
const wxFontFamily fontFamilyLookup[5] |
Initial value:= {
wxFONTFAMILY_SWISS,
wxFONTFAMILY_ROMAN,
wxFONTFAMILY_TELETYPE,
wxFONTFAMILY_SCRIPT,
wxFONTFAMILY_SWISS
}
Definition at line 236 of file wxwidgets.h.
const int fontStyleLookup[3] |
Initial value:= {
wxFONTSTYLE_NORMAL,
wxFONTSTYLE_ITALIC,
wxFONTSTYLE_SLANT
}
Definition at line 244 of file wxwidgets.h.
const int fontWeightLookup[2] |
Initial value:= {
wxFONTWEIGHT_NORMAL,
wxFONTWEIGHT_BOLD
}
Definition at line 250 of file wxwidgets.h.