|
PLplot 5.15.0
|
import <Foundation/Foundation.h>import <AquaTerm/AQTAdapter.h>#include "plplotP.h"#include "drivers.h"Go to the source code of this file.
Macros | |
| #define | SCALE 0.1 |
| #define | AQT_Default_X 720 |
| #define | AQT_Default_Y 540 |
| #define | DPI 72.0 |
| #define | MAX_STRING_LEN 1000 |
| #define | AQT_N_FontLookup 30 |
| #define | LOG NOOP_ |
Functions | |
| static void | NOOP_ (id x,...) |
| static void | get_cursor (PLStream *, PLGraphicsIn *) |
| static void | proc_str (PLStream *, EscText *) |
| NSMutableAttributedString * | create_string (const PLUNICODE *, int, PLFLT) |
| static void | set_font_and_size (NSMutableAttributedString *, PLUNICODE, PLFLT, int) |
| static void | check_font_environment_variables (void) |
| void | plD_dispatch_init_aqt (PLDispatchTable *pdt) |
| void | plD_init_aqt (PLStream *) |
| void | plD_line_aqt (PLStream *, short, short, short, short) |
| void | plD_polyline_aqt (PLStream *, short *, short *, PLINT) |
| void | plD_eop_aqt (PLStream *) |
| void | plD_bop_aqt (PLStream *) |
| void | plD_tidy_aqt (PLStream *) |
| void | plD_state_aqt (PLStream *, PLINT) |
| void | plD_esc_aqt (PLStream *, PLINT, void *) |
Variables | |
| static NSAutoreleasePool * | arpool |
| static id | adapter |
| PLDLLIMPEXP_DRIVER const char * | plD_DEVICE_INFO_aqt = "aqt:AquaTerm (Mac OS X):1:aqt:50:aqt\n" |
| static int | currentPlot = 0 |
| static int | maxWindows = 30 |
| static int | windowXSize = 0 |
| static int | windowYSize = 0 |
| static bool | didTests = false |
| static bool | hasShear = false |
| static bool | hasAlpha = false |
| static FCI_to_FontName_Table | AQT_FontLookup [AQT_N_FontLookup] |
| const char * | aqt_font_env_names [AQT_N_FontLookup] |
|
static |
| void plD_dispatch_init_aqt | ( | PLDispatchTable * | pdt | ) |
| void plD_line_aqt | ( | PLStream * | pls, |
| short | x1a, | ||
| short | y1a, | ||
| short | x2a, | ||
| short | y2a ) |
| const char* aqt_font_env_names[AQT_N_FontLookup] |
|
static |
| PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_aqt = "aqt:AquaTerm (Mac OS X):1:aqt:50:aqt\n" |