Alphabetical Class Index   Class Hierarchy   Compound Members   File Members   File List  

Public Member Functions | Public Attributes
Lock_Masks Class Reference

List of all members.

Public Member Functions

void init ()
TK_Status Read (BStreamFileToolkit &)
TK_Status Read (BStreamFileToolkit &tk, bool mask_only)
void set_color ()
TK_Status Write (BStreamFileToolkit &)
TK_Status Write (BStreamFileToolkit &tk, bool mask_only)

Public Attributes

short color_back_mask
 For internal use only.
short color_back_value
 For internal use only.
short color_cut_edge_mask
 For internal use only.
short color_cut_edge_value
 For internal use only.
short color_cut_face_mask
 For internal use only.
short color_cut_face_value
 For internal use only.
short color_edge_contrast_mask
 For internal use only.
short color_edge_contrast_value
 For internal use only.
short color_edge_mask
 For internal use only.
short color_edge_value
 For internal use only.
short color_face_contrast_mask
 For internal use only.
short color_face_contrast_value
 For internal use only.
short color_face_mask
 For internal use only.
short color_face_value
 For internal use only.
short color_line_contrast_mask
 For internal use only.
short color_line_contrast_value
 For internal use only.
short color_line_mask
 For internal use only.
short color_line_value
 For internal use only.
short color_marker_contrast_mask
 For internal use only.
short color_marker_contrast_value
 For internal use only.
short color_marker_mask
 For internal use only.
short color_marker_value
 For internal use only.
int color_mask
 For internal use only.
short color_simple_reflection_mask
 For internal use only.
short color_simple_reflection_value
 For internal use only.
short color_text_contrast_mask
 For internal use only.
short color_text_contrast_value
 For internal use only.
short color_text_mask
 For internal use only.
short color_text_value
 For internal use only.
int color_value
 For internal use only.
short color_vertex_contrast_mask
 For internal use only.
short color_vertex_contrast_value
 For internal use only.
short color_vertex_mask
 For internal use only.
short color_vertex_value
 For internal use only.
short color_window_contrast_mask
 For internal use only.
short color_window_contrast_value
 For internal use only.
short color_window_mask
 For internal use only.
short color_window_value
 For internal use only.
int mask
 For internal use only.
int value
 For internal use only.
int visibility_mask
 For internal use only.
int visibility_value
 For internal use only.

Member Function Documentation

TK_Status Lock_Masks::Read ( BStreamFileToolkit tk) [inline, virtual]

Reads data from the toolkit buffer, decodes/decompresses it, and maps it to the opcode handlers data members. User-defined classes which need to write out custom data should utilize one of the available GetData() methods.

Parameters:
tkA reference to the BStreamFileToolkit object.
Returns:
The result of the function call.

Implements BBaseOpcodeHandler.

References TK_Error.

TK_Status Lock_Masks::Write ( BStreamFileToolkit tk) [inline, virtual]

Encodes/compresses data and writes data to the toolkit buffer. User-defined classes which need to write out custom data should utilize one of the available PutData() methods, and first write out the opcode associated with the group of binary data followed by the data itself.

Parameters:
tkA reference to the BStreamFileToolkit object.
Returns:
The result of the function call.

Implements BBaseOpcodeHandler.

References TK_Error.


The documentation for this class was generated from the following file: