PLplot  5.10.0
wxPLplotstream.h File Reference
#include "plstream.h"

Go to the source code of this file.

Classes

class  wxPLplotstream
 wxPLplotstream is inherited from plstream, which is the C++ interface More...

Defines

#define WX_TEMP_PL_HAVE_FREETYPE_IS_ON

Enumerations

enum  {
  wxPLPLOT_NONE = 0, wxPLPLOT_FREETYPE = 1 << 0, wxPLPLOT_SMOOTH_TEXT = 1 << 1, wxPLPLOT_BACKEND_DC = 1 << 2,
  wxPLPLOT_BACKEND_AGG = 1 << 3, wxPLPLOT_BACKEND_GC = 1 << 4, wxPLPLOT_DRAW_TEXT = 1 << 5, wxPLPLOT_USE_HERSHEY_SYMBOLS = 1 << 6
}
 Style options for wxPLplotstream: More...

Define Documentation

Definition at line 33 of file wxPLplotstream.h.


Enumeration Type Documentation

anonymous enum

Style options for wxPLplotstream:

Enumerator:
wxPLPLOT_NONE 
wxPLPLOT_FREETYPE 
wxPLPLOT_SMOOTH_TEXT 
wxPLPLOT_BACKEND_DC 
wxPLPLOT_BACKEND_AGG 
wxPLPLOT_BACKEND_GC 
wxPLPLOT_DRAW_TEXT 
wxPLPLOT_USE_HERSHEY_SYMBOLS 

Definition at line 45 of file wxPLplotstream.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines