Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::tlp Namespace Reference

Classes

class  Lexer
 
class  Parser
 
struct  Token
 

Enumerations

enum class  Attribute { label , color , strokeColor , strokeWidth , strokeType , fillPattern , fillBackground , position , size , shape , unknown }
 

Functions

std::ostream & operator<< (std::ostream &os, const Token &token)
 
Attribute toAttribute (const std::string &str)
 
std::string toString (const Attribute &attr)
 

Enumeration Type Documentation

◆ Attribute

Enumerator
label 
color 
strokeColor 
strokeWidth 
strokeType 
fillPattern 
fillBackground 
position 
size 
shape 
unknown 

Definition at line 41 of file Tlp.h.

Function Documentation

◆ operator<<()

std::ostream & ogdf::tlp::operator<< ( std::ostream &  os,
const Token token 
)

◆ toAttribute()

Attribute ogdf::tlp::toAttribute ( const std::string &  str)

◆ toString()

std::string ogdf::tlp::toString ( const Attribute attr)