PLplot
5.13.0
|
#include <fstream>
#include "plDevs.h"
#include "wxwidgets.h"
#include <wx/dir.h>
#include <wx/ustring.h>
#include <cmath>
#include <limits>
Go to the source code of this file.
Classes | |
class | Scaler |
class | OriginChanger |
class | DrawingObjectsChanger |
class | TextObjectsSaver |
class | TextObjectsChanger |
class | Clipper |
class | Rand |
Macros | |
#define | DEBUG |
#define | NEED_PLDEBUG |
Functions | |
void | plFontToWxFontParameters (PLUNICODE fci, PLFLT scaledFontSize, wxFontFamily &family, int &style, int &weight, int &pt) |
bool | operator== (const Font &lhs, const Font &rhs) |
#define DEBUG |
Definition at line 24 of file wxwidgets_dev.cpp.
#define NEED_PLDEBUG |
Definition at line 25 of file wxwidgets_dev.cpp.
Definition at line 753 of file wxwidgets_dev.cpp.
void plFontToWxFontParameters | ( | PLUNICODE | fci, |
PLFLT | scaledFontSize, | ||
wxFontFamily & | family, | ||
int & | style, | ||
int & | weight, | ||
int & | pt | ||
) |
Definition at line 696 of file wxwidgets_dev.cpp.