GnuCOBOL  2.0
A free COBOL compiler
__cob_screen Struct Reference

#include <common.h>

Collaboration diagram for __cob_screen:

Data Fields

struct __cob_screennext
 
struct __cob_screenprev
 
struct __cob_screenchild
 
struct __cob_screenparent
 
cob_fieldfield
 
cob_fieldvalue
 
cob_fieldline
 
cob_fieldcolumn
 
cob_fieldforeg
 
cob_fieldbackg
 
cob_fieldprompt
 
int type
 
int occurs
 
int attr
 

Detailed Description

Definition at line 1027 of file common.h.

Field Documentation

cob_field* __cob_screen::backg
cob_field* __cob_screen::column

Definition at line 1035 of file common.h.

Referenced by cob_screen_moveyx(), cob_set_screen(), and get_screen_item_line_and_col().

cob_field* __cob_screen::foreg
cob_field* __cob_screen::line

Definition at line 1034 of file common.h.

Referenced by cob_screen_moveyx(), cob_set_screen(), and get_screen_item_line_and_col().

struct __cob_screen* __cob_screen::next

Definition at line 1028 of file common.h.

Referenced by cob_prep_input(), cob_screen_iterate(), cob_set_screen(), and get_last_child().

int __cob_screen::occurs

Definition at line 1040 of file common.h.

Referenced by cob_prep_input(), cob_screen_iterate(), and cob_set_screen().

struct __cob_screen* __cob_screen::parent

Definition at line 1031 of file common.h.

Referenced by cob_set_screen(), get_prev_screen_item(), and is_first_screen_item().

struct __cob_screen* __cob_screen::prev

Definition at line 1029 of file common.h.

Referenced by cob_set_screen(), get_prev_screen_item(), and is_first_screen_item().

cob_field* __cob_screen::prompt

Definition at line 1038 of file common.h.

Referenced by cob_screen_get_all(), cob_screen_puts(), and cob_set_screen().

int __cob_screen::type

Definition at line 1039 of file common.h.

Referenced by cob_prep_input(), cob_screen_iterate(), and cob_set_screen().

cob_field* __cob_screen::value

Definition at line 1033 of file common.h.

Referenced by cob_prep_input(), cob_screen_iterate(), cob_set_screen(), and get_size().


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