#include <main.h>
Data Fields | |
| window * | w |
| The current window. | |
| obj_doc * | doc |
| The context document; typically the father of the context page. | |
| obj_page * | page |
| The current PAGE for nonmeta transactions, ancestor of the context group. | |
| go_group * | group |
| the group inside the context.page for which go selection is calculated | |
| o * | o |
| The current object (meta or nonmeta). | |
| int | sel_cnt [GOT_MAX] |
| The array of counts of selected gos in the context.group; per each go type. | |
| int | sel_cnt_all |
| The total count of selected gos in the context.group. | |
| int | msel_cnt_all |
| The count of all selected meta objects. | |
| int | sel_valid |
| A flag if the current selection is valid. | |
| int | msel_valid |
| A flag if the current meta selection is valid. | |
| uns | sel_mask |
| The bitmask of selected gos in the context.group. | |
| uns | msel_mask |
| The bitmask of selected objects. | |
Contains the currently significant objects in the GUI.
1.3.5