PLplot  5.13.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
wxwidgets.h File Reference
#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.

Classes

class  Font
 
class  FontGrabber
 
class  PlDevice
 
class  wxPLDevice
 
struct  dev_entry
 

Functions

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,...)
 

Variables

const wxFontFamily fontFamilyLookup [5]
 
const int fontStyleLookup [3]
 
const int fontWeightLookup [2]
 

Function Documentation

void Log_Debug ( const char *  fmt,
  ... 
)

Definition at line 77 of file wxwidgets.cpp.

void Log_Verbose ( const char *  fmt,
  ... 
)

Definition at line 56 of file wxwidgets.cpp.

bool operator== ( const Font lhs,
const Font rhs 
)

Definition at line 753 of file wxwidgets_dev.cpp.

void plD_bop_wxwidgets ( PLStream )

Definition at line 398 of file wxwidgets.cpp.

void plD_eop_wxwidgets ( PLStream )

Definition at line 338 of file wxwidgets.cpp.

void plD_esc_wxwidgets ( PLStream ,
PLINT  ,
void *   
)

Definition at line 499 of file wxwidgets.cpp.

void plD_init_wxpng ( PLStream )
void plD_init_wxwidgets ( PLStream )
void plD_line_wxwidgets ( PLStream ,
short  ,
short  ,
short  ,
short   
)

Definition at line 280 of file wxwidgets.cpp.

void plD_polyline_wxwidgets ( PLStream ,
short *  ,
short *  ,
PLINT   
)

Definition at line 308 of file wxwidgets.cpp.

void plD_state_wxwidgets ( PLStream ,
PLINT   
)

Definition at line 458 of file wxwidgets.cpp.

void plD_tidy_wxwidgets ( PLStream )

Definition at line 424 of file wxwidgets.cpp.

void plD_wait_wxwidgets ( PLStream )

Definition at line 368 of file wxwidgets.cpp.

void wx_set_buffer ( PLStream pls,
wxImage *  buffer 
)
void wx_set_dc ( PLStream pls,
wxDC *  dc 
)

Variable Documentation

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.