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

Style struct for a node's base style. More...

#include <smgl/Graphviz.hpp>

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

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.
 

Detailed Description

Style struct for a node's base style.

Definition at line 30 of file Graphviz.hpp.

Member Data Documentation

◆ cellborder

std::uint8_t smgl::BaseStyle::cellborder {1}

Sub-element border thickness [0, 255].

Definition at line 32 of file Graphviz.hpp.

◆ cellpadding

std::uint8_t smgl::BaseStyle::cellpadding {2}

Sub-element border padding [0, 255].

Definition at line 34 of file Graphviz.hpp.

◆ cellspacing

std::uint8_t smgl::BaseStyle::cellspacing {2}

Sub-element border spacing [0, 255].

Definition at line 36 of file Graphviz.hpp.


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