Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
graphviz_polygon_style_t Struct Reference

#include <types.h>

Data Fields

bool filled: 1
 
bool radial: 1
 
bool rounded: 1
 
bool diagonals: 1
 
bool auxlabels: 1
 
bool invisible: 1
 
bool striped: 1
 
bool dotted: 1
 
bool dashed: 1
 
bool wedged: 1
 
bool underline: 1
 
bool fixedshape: 1
 
unsigned shape: 7
 

Detailed Description

Definition at line 127 of file types.h.

Field Documentation

◆ auxlabels

bool graphviz_polygon_style_t::auxlabels

Definition at line 132 of file types.h.

Referenced by style_or().

◆ dashed

bool graphviz_polygon_style_t::dashed

Definition at line 136 of file types.h.

Referenced by style_or().

◆ diagonals

bool graphviz_polygon_style_t::diagonals

Definition at line 131 of file types.h.

Referenced by checkStyle(), poly_gencode(), round_corners(), SPECIAL_CORNERS(), and style_or().

◆ dotted

bool graphviz_polygon_style_t::dotted

Definition at line 135 of file types.h.

Referenced by style_or().

◆ filled

bool graphviz_polygon_style_t::filled

◆ fixedshape

bool graphviz_polygon_style_t::fixedshape

Definition at line 139 of file types.h.

Referenced by poly_inside(), and style_or().

◆ invisible

bool graphviz_polygon_style_t::invisible

Definition at line 133 of file types.h.

Referenced by checkStyle(), point_gencode(), and style_or().

◆ radial

bool graphviz_polygon_style_t::radial

◆ rounded

bool graphviz_polygon_style_t::rounded

◆ shape

unsigned graphviz_polygon_style_t::shape

Definition at line 140 of file types.h.

Referenced by alloc_interpolation_points(), round_corners(), SPECIAL_CORNERS(), and style_or().

◆ striped

bool graphviz_polygon_style_t::striped

Definition at line 134 of file types.h.

Referenced by checkClusterStyle(), checkStyle(), emit_clusters(), poly_gencode(), and style_or().

◆ underline

bool graphviz_polygon_style_t::underline

Definition at line 138 of file types.h.

Referenced by poly_gencode(), and style_or().

◆ wedged

bool graphviz_polygon_style_t::wedged

Definition at line 137 of file types.h.

Referenced by checkStyle(), poly_gencode(), and style_or().


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