aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/doc/images/converter.dot
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/doc/images/converter.dot')
-rw-r--r--sources/shiboken2/doc/images/converter.dot14
1 files changed, 14 insertions, 0 deletions
diff --git a/sources/shiboken2/doc/images/converter.dot b/sources/shiboken2/doc/images/converter.dot
new file mode 100644
index 000000000..412341df9
--- /dev/null
+++ b/sources/shiboken2/doc/images/converter.dot
@@ -0,0 +1,14 @@
+digraph Conversions {
+ rankdir=LR
+ CppType1 [ label="C++\nType" ]
+ Converter1 [ label="Converter\nPython -> C++", shape=hexagon ]
+ PythonType1 -> Converter1
+ PythonType2 -> Converter1
+ PythonType3 -> Converter1
+ Converter1 -> CppType1
+
+ CppType2 [ label="C++\nType" ]
+ PythonType4 [ label="PythonType" ]
+ Converter2 [ label="Converter\nPython -> C++", shape=hexagon ]
+ CppType2 -> Converter2 -> PythonType4
+} \ No newline at end of file