ReactOS 0.4.15-dev-7924-g5949c20
printui_private.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tag_context
 

Typedefs

typedef enum _OPT_INDEX OPT_INDEX
 
typedef enum _FLAG_INDEX FLAG_INDEX
 
typedef struct tag_context context_t
 

Enumerations

enum  _OPT_INDEX {
  OPT_A = 0 , OPT_B , OPT_C , OPT_F ,
  OPT_H , OPT_J , OPT_L , OPT_M ,
  OPT_N , OPT_R , OPT_T , OPT_V ,
  OPT_MAX
}
 
enum  _FLAG_INDEX {
  FLAG_Q = 0 , FLAG_W , FLAG_Y , FLAG_Z ,
  FLAG_ZZ , FLAG_MAX
}
 

Typedef Documentation

◆ context_t

◆ FLAG_INDEX

◆ OPT_INDEX

Enumeration Type Documentation

◆ _FLAG_INDEX

Enumerator
FLAG_Q 
FLAG_W 
FLAG_Y 
FLAG_Z 
FLAG_ZZ 
FLAG_MAX 

Definition at line 44 of file printui_private.h.

44 {
45 FLAG_Q = 0,
46 FLAG_W,
47 FLAG_Y,
48 FLAG_Z,
49 FLAG_ZZ,
@ FLAG_Z
@ FLAG_Y
@ FLAG_ZZ
@ FLAG_W
@ FLAG_Q
@ FLAG_MAX
enum _FLAG_INDEX FLAG_INDEX

◆ _OPT_INDEX

Enumerator
OPT_A 
OPT_B 
OPT_C 
OPT_F 
OPT_H 
OPT_J 
OPT_L 
OPT_M 
OPT_N 
OPT_R 
OPT_T 
OPT_V 
OPT_MAX 

Definition at line 26 of file printui_private.h.

26 {
27 OPT_A = 0,
28 OPT_B,
29 OPT_C,
30 OPT_F,
31 OPT_H,
32 OPT_J,
33 OPT_L,
34 OPT_M,
35 OPT_N,
36 OPT_R,
37 OPT_T,
38 OPT_V,
40} OPT_INDEX;
enum _OPT_INDEX OPT_INDEX
@ OPT_L
@ OPT_MAX
@ OPT_A
@ OPT_B
@ OPT_F
@ OPT_J
@ OPT_V
@ OPT_H
@ OPT_C
@ OPT_M
@ OPT_T
@ OPT_N
@ OPT_R