![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Style struct for ports and labels. More...
#include <smgl/Graphviz.hpp>
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. | |
Style struct for ports and labels.
Definition at line 18 of file Graphviz.hpp.
| std::string smgl::ElementStyle::align |
Text alignment.
Definition at line 20 of file Graphviz.hpp.
| std::string smgl::ElementStyle::bgcolor |
Element background color.
Definition at line 22 of file Graphviz.hpp.
| std::uint8_t smgl::ElementStyle::border {1} |
Element border thickness [0, 255].
Definition at line 24 of file Graphviz.hpp.
| std::string smgl::ElementStyle::color |
Element border color.
Definition at line 26 of file Graphviz.hpp.