summaryrefslogtreecommitdiffstats
path: root/lib_edges.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-24 23:55:46 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-24 23:55:46 +0200
commit7194b691d333f8eb3c4eead3209428f98b80ed1f (patch)
treecce76a0d83057f99e7bb04c72ae57823251081d4 /lib_edges.py
parent7eccf40188a2326bec49d67f92ce0ca3d8919cec (diff)
downloadcluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.tar.gz
cluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.tar.xz
cluster-overview-7194b691d333f8eb3c4eead3209428f98b80ed1f.zip
Move invisible elements to lib_$class.py
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'lib_edges.py')
-rw-r--r--lib_edges.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib_edges.py b/lib_edges.py
index 19617eb..06402ef 100644
--- a/lib_edges.py
+++ b/lib_edges.py
@@ -9,6 +9,13 @@ from lib import LibEdge
from lib_attributes import *
+class EdgeInvisible(LibEdge):
+ defaults = dict((
+ STYLE.invis,
+ ARROWHEAD.none,
+ ))
+
+
class DBUS(LibEdge):
defaults = dict((
STYLE.dotted,