MWCapture SDK Linux
3.3.1.LAST_SVN_COMMIT_NUM
|
mw_cc708_window_t cc708 captions window More...
#include <mw_cc708_base_types.h>
Public Attributes | |
int16_t | is_defined |
Whether a window is established; 0-false, 1-true. | |
int16_t | number |
Window index. | |
int16_t | priority |
Window priority. | |
int16_t | col_lock |
Whether to lock the column; 0-false, 1-true. | |
int16_t | row_lock |
Whether to lock the row; 0-false, 1-true. | |
int16_t | visible |
Whether it is visible; 0-false, 1-true. | |
int16_t | anchor_vertical |
Vertical anchor. | |
int16_t | relative_pos |
Whether it is relative position; 0-false, 1-true. | |
int16_t | anchor_horizontal |
Horizontal anchor. | |
int16_t | row_count |
Number of rows. | |
mw_cea_anchor_points_t | anchor_point |
Anchor point. | |
int16_t | col_count |
Number of column. | |
int16_t | pen_style |
Pen style index. | |
int16_t | win_style |
window style index | |
unsigned char | commands [6] |
Aviods repeated commands. | |
mw_cc708_window_attrib_t | window_attrib |
window property | |
mw_cc708_pen_attrib_t | pen_attric |
Pen attribution. | |
mw_cc708_pen_color_t | pen_color |
Pen color. | |
int16_t | pen_row |
Row position of pen. | |
int16_t | pen_coloumn |
Column position of pen. | |
mw_cc708_cell_t * | cell_rows [I708_MAX_ROWS] |
Characters. | |
mw_cc708_pen_color_t | pen_colors [I708_MAX_ROWS][I708_SCREENGRID_COLUMNS] |
Defines specified character pen color. | |
mw_cc708_pen_attrib_t | pen_attribs [I708_MAX_ROWS][I708_SCREENGRID_COLUMNS] |
Defines specified character pen attribution. | |
int16_t | memory_reserved |
Whether there is memory assigned; 1-true, 0-false. | |
int16_t | is_empty |
Whether there is content; 1-true, 0-false. | |
mw_cc708_window_t cc708 captions window