GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
g_vect_style Struct Reference

#include <ogsf.h>

Collaboration diagram for g_vect_style:

Data Fields

int color
 
int symbol
 
float size
 
int width
 
struct g_vect_stylenext
 

Detailed Description

Definition at line 286 of file ogsf.h.

Field Documentation

◆ color

int g_vect_style::color

Definition at line 288 of file ogsf.h.

Referenced by gp_set_defaults(), gpd_obj(), GS_draw_X(), and gv_set_defaults().

◆ next

struct g_vect_style* g_vect_style::next

Definition at line 297 of file ogsf.h.

Referenced by gv_set_defaults().

◆ size

float g_vect_style::size

Definition at line 290 of file ogsf.h.

Referenced by gp_set_defaults(), gpd_obj(), and GS_draw_X().

◆ symbol

int g_vect_style::symbol

Definition at line 289 of file ogsf.h.

Referenced by gp_set_defaults(), gpd_obj(), and GS_draw_X().

◆ width

int g_vect_style::width

Definition at line 291 of file ogsf.h.

Referenced by gp_set_defaults(), and gv_set_defaults().


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