GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
SYMBPART Struct Reference

#include <symbol.h>

Collaboration diagram for SYMBPART:

Data Fields

int type
 
SYMBCOLOR color
 
SYMBCOLOR fcolor
 
int count
 
int alloc
 
SYMBCHAIN ** chain
 

Detailed Description

Definition at line 52 of file symbol.h.

Field Documentation

◆ alloc

int SYMBPART::alloc

Definition at line 56 of file symbol.h.

Referenced by add_chain(), and new_part().

◆ chain

SYMBCHAIN** SYMBPART::chain

Definition at line 57 of file symbol.h.

Referenced by add_chain(), new_part(), S_read(), and stroke_chain().

◆ color

SYMBCOLOR SYMBPART::color

Definition at line 54 of file symbol.h.

Referenced by new_part(), and S_read().

◆ count

int SYMBPART::count

Definition at line 56 of file symbol.h.

Referenced by add_chain(), new_part(), S_read(), and S_stroke().

◆ fcolor

SYMBCOLOR SYMBPART::fcolor

Definition at line 55 of file symbol.h.

Referenced by new_part(), and S_read().

◆ type

int SYMBPART::type

Definition at line 53 of file symbol.h.

Referenced by new_part(), S_read(), S_stroke(), and stroke_chain().


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