PLplot  5.15.0
disptab.h File Reference
#include "plConfig.h"

Go to the source code of this file.

Classes

struct  PLDispatchTable
 

Typedefs

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 *)
 

Enumerations

enum  { plDevType_FileOriented = 0, plDevType_Interactive = 1, plDevType_Null = -1 }
 

Typedef Documentation

◆ plD_bop_fp

typedef void( * plD_bop_fp) (struct PLStream_struct *)

Definition at line 71 of file disptab.h.

◆ plD_eop_fp

typedef void( * plD_eop_fp) (struct PLStream_struct *)

Definition at line 70 of file disptab.h.

◆ plD_esc_fp

typedef void( * plD_esc_fp) (struct PLStream_struct *, PLINT, void *)

Definition at line 74 of file disptab.h.

◆ plD_init_fp

typedef void( * plD_init_fp) (struct PLStream_struct *)

Definition at line 67 of file disptab.h.

◆ plD_line_fp

typedef void( * plD_line_fp) (struct PLStream_struct *, short, short, short, short)

Definition at line 68 of file disptab.h.

◆ plD_polyline_fp

typedef void( * plD_polyline_fp) (struct PLStream_struct *, short *, short *, PLINT)

Definition at line 69 of file disptab.h.

◆ plD_state_fp

typedef void( * plD_state_fp) (struct PLStream_struct *, PLINT)

Definition at line 73 of file disptab.h.

◆ plD_tidy_fp

typedef void( * plD_tidy_fp) (struct PLStream_struct *)

Definition at line 72 of file disptab.h.

◆ plD_wait_fp

typedef void( * plD_wait_fp) (struct PLStream_struct *)

Definition at line 75 of file disptab.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
plDevType_FileOriented 
plDevType_Interactive 
plDevType_Null 

Definition at line 11 of file disptab.h.