GRASS 8 Programmer's Manual
8.5.0dev(2025)-c070206eb1
|
Struct for vector feature displaying attributes. More...
#include <ogsf.h>
Data Fields | |
int | color |
Line color. More... | |
int | symbol |
Point symbol/line type. More... | |
float | size |
Symbol size. More... | |
int | width |
Line width. More... | |
struct g_vect_style * | next |
Point to next gvstyle struct if single point has multiple styles. More... | |
int g_vect_style::color |
Line color.
Definition at line 309 of file ogsf.h.
Referenced by gp_set_defaults(), gpd_obj(), GS_draw_X(), and gv_set_defaults().
struct g_vect_style* g_vect_style::next |
Point to next gvstyle struct if single point has multiple styles.
In such case, the feature with next style should be shifted.
Definition at line 337 of file ogsf.h.
Referenced by gv_set_defaults().
float g_vect_style::size |
Symbol size.
Unset for lines.
Definition at line 318 of file ogsf.h.
Referenced by gp_set_defaults(), gpd_obj(), and GS_draw_X().
int g_vect_style::symbol |
Point symbol/line type.
Definition at line 312 of file ogsf.h.
Referenced by gp_set_defaults(), and gpd_obj().
int g_vect_style::width |
Line width.
Also used for lines forming symbols i.e. X.
Definition at line 325 of file ogsf.h.
Referenced by gp_set_defaults(), and gv_set_defaults().