Blender  V3.3
Namespaces | Enumerations | Functions
BLI_dot_export_attribute_enums.hh File Reference
#include "BLI_string_ref.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender ::dot
 

Enumerations

enum class  blender ::dot::Attr_rankdir { blender ::dot::LeftToRight , blender ::dot::TopToBottom }
 
enum class  blender ::dot::Attr_shape {
  blender ::dot::Rectangle , blender ::dot::Ellipse , blender ::dot::Circle , blender ::dot::Point ,
  blender ::dot::Diamond , blender ::dot::Square
}
 
enum class  blender ::dot::Attr_arrowType {
  blender ::dot::Normal , blender ::dot::Inv , blender ::dot::Dot , blender ::dot::None ,
  blender ::dot::Empty , blender ::dot::Box , blender ::dot::Vee
}
 
enum class  blender ::dot::Attr_dirType { blender ::dot::Forward , blender ::dot::Back , blender ::dot::Both , blender ::dot::None }
 

Functions

StringRef blender ::dot::rankdir_to_string (Attr_rankdir value)
 
StringRef blender ::dot::shape_to_string (Attr_shape value)
 
StringRef blender ::dot::arrowType_to_string (Attr_arrowType value)
 
StringRef blender ::dot::dirType_to_string (Attr_dirType value)