![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Style struct containing all sub-styles for a node. More...
#include <smgl/Graphviz.hpp>
Public Attributes | |
| BaseStyle | base |
| Base style for the node. | |
| FontStyle | font |
| Base font style for this node. | |
| ElementStyle | inputPorts |
| InputPort-specific style. | |
| ElementStyle | label |
| Label-specific style. | |
| ElementStyle | outputPorts |
| OutputPort-specific style. | |
Style struct containing all sub-styles for a node.
Definition at line 50 of file Graphviz.hpp.
| BaseStyle smgl::NodeStyle::base |
Base style for the node.
Definition at line 52 of file Graphviz.hpp.
| FontStyle smgl::NodeStyle::font |
Base font style for this node.
Definition at line 54 of file Graphviz.hpp.
| ElementStyle smgl::NodeStyle::inputPorts |
InputPort-specific style.
Definition at line 56 of file Graphviz.hpp.
| ElementStyle smgl::NodeStyle::label |
Label-specific style.
Definition at line 58 of file Graphviz.hpp.
| ElementStyle smgl::NodeStyle::outputPorts |
OutputPort-specific style.
Definition at line 60 of file Graphviz.hpp.