Loading [MathJax]/extensions/tex2jax.js
Antares Simulator
Power System Simulator
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Modules Pages Concepts
Antares::Expressions::Visitors::BoxStyle Struct Reference

Represents the style attributes for a box in a graph. More...

#include <AstDOTStyleVisitor.h>

Public Attributes

std::string_view color
 The color of the box.
 
std::string_view shape
 The shape of the box.
 
std::string_view style
 The style of the box.
 

Detailed Description

Represents the style attributes for a box in a graph.

This structure defines the visual properties of a box, such as its color, shape, and style, which are used to customize the appearance of nodes in a graph.

Member Data Documentation

◆ color

std::string_view Antares::Expressions::Visitors::BoxStyle::color

The color of the box.

This attribute specifies the color of the box. It is a string view that should contain a valid color name or code.

◆ shape

std::string_view Antares::Expressions::Visitors::BoxStyle::shape

The shape of the box.

This attribute specifies the shape of the box. It is a string view that should contain a valid shape description (e.g., "circle", "rectangle").

◆ style

std::string_view Antares::Expressions::Visitors::BoxStyle::style

The style of the box.

This attribute specifies the style of the box. It is a string view that should contain a valid style description (e.g., "filled", "dotted").


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