PlantUML diagram config section. More...
PlantUML diagram config section.
This configuration option can be used to add any PlantUML directives before or after the generated diagram, such as diagram name, or custom notes.
#include <config.h>
Public Member Functions | |
std::optional< std::string > | get_style (common::model::relationship_t relationship_type) const |
std::optional< std::string > | get_style (const std::string &element_type) const |
void | append (const plantuml &r) |
Public Attributes | |
std::vector< std::string > | before |
std::vector< std::string > | after |
std::string | cmd |
std::map< std::string, std::string > | style |
void clanguml::config::plantuml::append | ( | const plantuml & | r | ) |
std::optional< std::string > clanguml::config::plantuml::get_style | ( | common::model::relationship_t | relationship_type | ) | const |
std::optional< std::string > clanguml::config::plantuml::get_style | ( | const std::string & | element_type | ) | const |
std::vector<std::string> clanguml::config::plantuml::after |
std::vector<std::string> clanguml::config::plantuml::before |
std::string clanguml::config::plantuml::cmd |
std::map<std::string, std::string> clanguml::config::plantuml::style |