smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
smgl::ElementStyle Struct Reference

Style struct for ports and labels. More...

#include <smgl/Graphviz.hpp>

Inheritance diagram for smgl::ElementStyle:
[legend]
Collaboration diagram for smgl::ElementStyle:
[legend]

Public Attributes

std::string align
 Text alignment.
 
std::string bgcolor
 Element background color.
 
std::uint8_t border {1}
 Element border thickness [0, 255].
 
std::string color
 Element border color.
 

Detailed Description

Style struct for ports and labels.

Definition at line 18 of file Graphviz.hpp.

Member Data Documentation

◆ align

std::string smgl::ElementStyle::align

Text alignment.

Definition at line 20 of file Graphviz.hpp.

◆ bgcolor

std::string smgl::ElementStyle::bgcolor

Element background color.

Definition at line 22 of file Graphviz.hpp.

◆ border

std::uint8_t smgl::ElementStyle::border {1}

Element border thickness [0, 255].

Definition at line 24 of file Graphviz.hpp.

◆ color

std::string smgl::ElementStyle::color

Element border color.

Definition at line 26 of file Graphviz.hpp.


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