#import <Foundation/Foundation.h>
#import <AquaTerm/AQTAdapter.h>
#include "plplotP.h"
#include "drivers.h"
Go to the source code of this file.
Defines |
#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] |
Define Documentation
#define AQT_Default_X 720 |
Definition at line 43 of file aqt.c.
#define AQT_Default_Y 540 |
Definition at line 44 of file aqt.c.
#define AQT_N_FontLookup 30 |
Definition at line 74 of file aqt.c.
Definition at line 45 of file aqt.c.
#define MAX_STRING_LEN 1000 |
Definition at line 47 of file aqt.c.
Definition at line 42 of file aqt.c.
Function Documentation
void check_font_environment_variables |
( |
void |
|
) |
[static] |
NSMutableAttributedString * create_string |
( |
const PLUNICODE * |
ucs4, |
|
|
int |
ucs4_len, |
|
|
PLFLT |
font_height | |
|
) |
| | |
static void NOOP_ |
( |
id |
x, |
|
|
|
... | |
|
) |
| | [inline, static] |
void plD_line_aqt |
( |
PLStream * |
pls, |
|
|
short |
x1a, |
|
|
short |
y1a, |
|
|
short |
x2a, |
|
|
short |
y2a | |
|
) |
| | |
void plD_polyline_aqt |
( |
PLStream * |
pls, |
|
|
short * |
xa, |
|
|
short * |
ya, |
|
|
PLINT |
npts | |
|
) |
| | |
void set_font_and_size |
( |
NSMutableAttributedString * |
str, |
|
|
PLUNICODE |
fci, |
|
|
PLFLT |
font_height, |
|
|
int |
cur_loc | |
|
) |
| | [static] |
Variable Documentation
Definition at line 52 of file aqt.c.
Definition at line 75 of file aqt.c.
NSAutoreleasePool* arpool [static] |
Definition at line 51 of file aqt.c.
Definition at line 56 of file aqt.c.
Definition at line 61 of file aqt.c.
Definition at line 63 of file aqt.c.
Definition at line 62 of file aqt.c.
Definition at line 57 of file aqt.c.
Definition at line 54 of file aqt.c.
Definition at line 58 of file aqt.c.
Definition at line 59 of file aqt.c.