summaryrefslogtreecommitdiff
path: root/src/pyglue/DocStrings/Transform.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyglue/DocStrings/Transform.py')
-rw-r--r--src/pyglue/DocStrings/Transform.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/pyglue/DocStrings/Transform.py b/src/pyglue/DocStrings/Transform.py
new file mode 100644
index 0000000..b0819be
--- /dev/null
+++ b/src/pyglue/DocStrings/Transform.py
@@ -0,0 +1,19 @@
+
+class Transform:
+ """
+ These are typically only needed when creating or manipulating configurations.
+ """
+ def __init__(self):
+ pass
+
+ def isEditable(self):
+ pass
+
+ def createEditableCopy(self):
+ pass
+
+ def getDirection(self):
+ pass
+
+ def setDirection(self):
+ pass