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

Style struct containing all sub-styles for a node. More...

#include <smgl/Graphviz.hpp>

Collaboration diagram for smgl::NodeStyle:
[legend]

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.
 

Detailed Description

Style struct containing all sub-styles for a node.

Definition at line 50 of file Graphviz.hpp.

Member Data Documentation

◆ base

BaseStyle smgl::NodeStyle::base

Base style for the node.

Definition at line 52 of file Graphviz.hpp.

◆ font

FontStyle smgl::NodeStyle::font

Base font style for this node.

Definition at line 54 of file Graphviz.hpp.

◆ inputPorts

ElementStyle smgl::NodeStyle::inputPorts

InputPort-specific style.

Definition at line 56 of file Graphviz.hpp.

◆ label

ElementStyle smgl::NodeStyle::label

Label-specific style.

Definition at line 58 of file Graphviz.hpp.

◆ outputPorts

ElementStyle smgl::NodeStyle::outputPorts

OutputPort-specific style.

Definition at line 60 of file Graphviz.hpp.


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