ReactOS 0.4.15-dev-7953-g1f49173
_TEXT2_ORDER Struct Reference

#include <orders.h>

Collaboration diagram for _TEXT2_ORDER:

Public Attributes

uint8 font
 
uint8 flags
 
uint8 opcode
 
uint8 mixmode
 
uint32 bgcolour
 
uint32 fgcolour
 
sint16 clipleft
 
sint16 cliptop
 
sint16 clipright
 
sint16 clipbottom
 
sint16 boxleft
 
sint16 boxtop
 
sint16 boxright
 
sint16 boxbottom
 
BRUSH brush
 
sint16 x
 
sint16 y
 
uint8 length
 
uint8 text [MAX_TEXT]
 

Detailed Description

Definition at line 244 of file orders.h.

Member Data Documentation

◆ bgcolour

uint32 _TEXT2_ORDER::bgcolour

Definition at line 250 of file orders.h.

Referenced by process_text2().

◆ boxbottom

sint16 _TEXT2_ORDER::boxbottom

Definition at line 259 of file orders.h.

Referenced by process_text2().

◆ boxleft

sint16 _TEXT2_ORDER::boxleft

Definition at line 256 of file orders.h.

Referenced by process_text2().

◆ boxright

sint16 _TEXT2_ORDER::boxright

Definition at line 258 of file orders.h.

Referenced by process_text2().

◆ boxtop

sint16 _TEXT2_ORDER::boxtop

Definition at line 257 of file orders.h.

Referenced by process_text2().

◆ brush

BRUSH _TEXT2_ORDER::brush

Definition at line 260 of file orders.h.

Referenced by process_text2().

◆ clipbottom

sint16 _TEXT2_ORDER::clipbottom

Definition at line 255 of file orders.h.

Referenced by process_text2().

◆ clipleft

sint16 _TEXT2_ORDER::clipleft

Definition at line 252 of file orders.h.

Referenced by process_text2().

◆ clipright

sint16 _TEXT2_ORDER::clipright

Definition at line 254 of file orders.h.

Referenced by process_text2().

◆ cliptop

sint16 _TEXT2_ORDER::cliptop

Definition at line 253 of file orders.h.

Referenced by process_text2().

◆ fgcolour

uint32 _TEXT2_ORDER::fgcolour

Definition at line 251 of file orders.h.

Referenced by process_text2().

◆ flags

uint8 _TEXT2_ORDER::flags

Definition at line 247 of file orders.h.

Referenced by process_text2().

◆ font

uint8 _TEXT2_ORDER::font

Definition at line 246 of file orders.h.

Referenced by process_text2().

◆ length

uint8 _TEXT2_ORDER::length

Definition at line 263 of file orders.h.

Referenced by process_text2().

◆ mixmode

uint8 _TEXT2_ORDER::mixmode

Definition at line 249 of file orders.h.

Referenced by process_text2().

◆ opcode

uint8 _TEXT2_ORDER::opcode

Definition at line 248 of file orders.h.

Referenced by process_text2().

◆ text

uint8 _TEXT2_ORDER::text

Definition at line 264 of file orders.h.

Referenced by process_text2().

◆ x

sint16 _TEXT2_ORDER::x

Definition at line 261 of file orders.h.

Referenced by process_text2().

◆ y

sint16 _TEXT2_ORDER::y

Definition at line 262 of file orders.h.

Referenced by process_text2().


The documentation for this struct was generated from the following files: