![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Style struct for a node's base style. More...
#include <smgl/Graphviz.hpp>
Public Attributes | |
| std::uint8_t | cellborder {1} |
| Sub-element border thickness [0, 255]. | |
| std::uint8_t | cellpadding {2} |
| Sub-element border padding [0, 255]. | |
| std::uint8_t | cellspacing {2} |
| Sub-element border spacing [0, 255]. | |
Public Attributes inherited from smgl::ElementStyle | |
| 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 a node's base style.
Definition at line 30 of file Graphviz.hpp.
| std::uint8_t smgl::BaseStyle::cellborder {1} |
Sub-element border thickness [0, 255].
Definition at line 32 of file Graphviz.hpp.
| std::uint8_t smgl::BaseStyle::cellpadding {2} |
Sub-element border padding [0, 255].
Definition at line 34 of file Graphviz.hpp.
| std::uint8_t smgl::BaseStyle::cellspacing {2} |
Sub-element border spacing [0, 255].
Definition at line 36 of file Graphviz.hpp.