Go to the source code of this file.
|
typedef void(* | plD_init_fp) (struct PLStream_struct *) |
|
typedef void(* | plD_line_fp) (struct PLStream_struct *, short, short, short, short) |
|
typedef void(* | plD_polyline_fp) (struct PLStream_struct *, short *, short *, PLINT) |
|
typedef void(* | plD_eop_fp) (struct PLStream_struct *) |
|
typedef void(* | plD_bop_fp) (struct PLStream_struct *) |
|
typedef void(* | plD_tidy_fp) (struct PLStream_struct *) |
|
typedef void(* | plD_state_fp) (struct PLStream_struct *, PLINT) |
|
typedef void(* | plD_esc_fp) (struct PLStream_struct *, PLINT, void *) |
|
typedef void(* | plD_wait_fp) (struct PLStream_struct *) |
|
|
enum | {
TYPE_FLOAT,
TYPE_INT,
wxPLPLOT_NONE = 0,
wxPLPLOT_DRAW_TEXT = 1 << 5,
wxPLPLOT_USE_HERSHEY_SYMBOLS = 1 << 6,
plDevType_FileOriented = 0,
plDevType_Interactive = 1,
plDevType_Null = -1,
AT_BOP,
DRAWING,
AT_EOP
} |
|
◆ plD_bop_fp
typedef void( * plD_bop_fp) (struct PLStream_struct *) |
◆ plD_eop_fp
typedef void( * plD_eop_fp) (struct PLStream_struct *) |
◆ plD_esc_fp
typedef void( * plD_esc_fp) (struct PLStream_struct *, PLINT, void *) |
◆ plD_init_fp
typedef void( * plD_init_fp) (struct PLStream_struct *) |
◆ plD_line_fp
typedef void( * plD_line_fp) (struct PLStream_struct *, short, short, short, short) |
◆ plD_polyline_fp
typedef void( * plD_polyline_fp) (struct PLStream_struct *, short *, short *, PLINT) |
◆ plD_state_fp
typedef void( * plD_state_fp) (struct PLStream_struct *, PLINT) |
◆ plD_tidy_fp
typedef void( * plD_tidy_fp) (struct PLStream_struct *) |
◆ plD_wait_fp
typedef void( * plD_wait_fp) (struct PLStream_struct *) |
◆ anonymous enum
Enumerator |
---|
TYPE_FLOAT | |
TYPE_INT | |
wxPLPLOT_NONE | |
wxPLPLOT_DRAW_TEXT | |
wxPLPLOT_USE_HERSHEY_SYMBOLS | |
plDevType_FileOriented | |
plDevType_Interactive | |
plDevType_Null | |
AT_BOP | |
DRAWING | |
AT_EOP | |
Definition at line 11 of file disptab.h.