PEXWorkstationAttributes Data Structure


 
   typedef struct {
         short                     drawable_update;
         int                       visual_state;
         int                       drawable_surface;
         int                       view_update;
         PEXListOfView             defined_views;
         int                       wks_update;
         PEXNPCSubVolume           req_npc_subvolume;
         PEXNPCSubVolume           cur_npc_subvolume;
         PEXViewport               req_workstation_viewport;
         PEXViewport               cur_workstation_viewport;
         int                       hlhsr_update;
         PEXEnumTypeIndex          req_hlhsr_mode;
         PEXEnumTypeIndex          cur_hlhsr_mode;
         Drawable                  drawable;
         PEXLookupTable            marker_bundle;
         PEXLookupTable            text_bundle;
         PEXLookupTable            line_bundle;
         PEXLookupTable            interior_bundle;
         PEXLookupTable            edge_bundle;
         PEXLookupTable            color_table;
         PEXLookupTable            depth_cue_table;
         PEXLookupTable            light_table;
         PEXLookupTable            color_approx_table;
         PEXLookupTable            pattern_table;
         PEXLookupTable            text_font_table;
         PEXNameSet                highlight_incl;
         PEXNameSet                highlight_excl;
         PEXNameSet                invisibility_incl;
         PEXNameSet                invisibility_excl;
         PEXListOfPostedStructure  posted_structures;
         unsigned long             count_priorities;
         int                       buffer_update;
         int                       req_buffer_mode;
         int                       cur_buffer_mode;
   } PEXWorkstationAttributes;
 

PEXWorkstationAttributes is a data structure that is common to the following functions:

For a list of data structures for PHIGS workstations, see Data Structures for PHIGS Workstations.