|
Blender V4.3
|
Enumerations | |
| enum class | Attr_rankdir { LeftToRight , TopToBottom } |
| enum class | Attr_shape { Rectangle , Ellipse , Circle , Point , Diamond , Square } |
| enum class | Attr_arrowType { Normal , Inv , Dot , None , Empty , Box , Vee } |
| enum class | Attr_dirType { Forward , Back , Both , None } |
Functions | |
| StringRef | rankdir_to_string (Attr_rankdir value) |
| StringRef | shape_to_string (Attr_shape value) |
| StringRef | arrowType_to_string (Attr_arrowType value) |
| StringRef | dirType_to_string (Attr_dirType value) |
|
strong |
| Enumerator | |
|---|---|
| Normal | |
| Inv | |
| Dot | |
| None | |
| Empty | |
| Box | |
| Vee | |
Definition at line 55 of file BLI_dot_export_attribute_enums.hh.
|
strong |
| Enumerator | |
|---|---|
| Forward | |
| Back | |
| Both | |
| None | |
Definition at line 86 of file BLI_dot_export_attribute_enums.hh.
|
strong |
| Enumerator | |
|---|---|
| LeftToRight | |
| TopToBottom | |
Definition at line 11 of file BLI_dot_export_attribute_enums.hh.
|
strong |
| Enumerator | |
|---|---|
| Rectangle | |
| Ellipse | |
| Circle | |
| Point | |
| Diamond | |
| Square | |
Definition at line 27 of file BLI_dot_export_attribute_enums.hh.
|
inline |
Definition at line 65 of file BLI_dot_export_attribute_enums.hh.
References arrowType_to_string().
Referenced by arrowType_to_string().
|
inline |
Definition at line 93 of file BLI_dot_export_attribute_enums.hh.
References dirType_to_string().
Referenced by dirType_to_string().
|
inline |
Definition at line 16 of file BLI_dot_export_attribute_enums.hh.
References rankdir_to_string().
Referenced by rankdir_to_string().
|
inline |
Definition at line 36 of file BLI_dot_export_attribute_enums.hh.
References shape_to_string().
Referenced by shape_to_string().