Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Public Member Functions | |
def | __init__ (self, scriptedPlugin) |
def | canAddNodeToSubjectHierarchy (self, node, parentItemID) |
def | canOwnSubjectHierarchyItem (self, itemID) |
def | editProperties (self, itemID) |
def | getDisplayVisibility (self, itemID) |
def | helpText (self) |
def | icon (self, itemID) |
def | itemContextMenuActions (self) |
def | roleForPlugin (self) |
def | sceneContextMenuActions (self) |
def | setDisplayVisibility (self, itemID, visible) |
def | showContextMenuActionsForItem (self, itemID) |
def | tooltip (self, itemID) |
def | visibilityIcon (self, visible) |
Static Public Attributes | |
filePath = __file__ | |
Scripted subject hierarchy plugin for the Annotations module. This is also an example for scripted plugins, so includes all possible methods. The methods that are not needed (i.e. the default implementation in qSlicerSubjectHierarchyAbstractPlugin is satisfactory) can simply be omitted in plugins created based on this one.
Definition at line 5 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.__init__ | ( | self, | |
scriptedPlugin | |||
) |
Definition at line 17 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.canAddNodeToSubjectHierarchy | ( | self, | |
node, | |||
parentItemID | |||
) |
Definition at line 21 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.canOwnSubjectHierarchyItem | ( | self, | |
itemID | |||
) |
Definition at line 27 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.editProperties | ( | self, | |
itemID | |||
) |
Definition at line 76 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.getDisplayVisibility | ( | self, | |
itemID | |||
) |
Definition at line 98 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.helpText | ( | self | ) |
Definition at line 40 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.icon | ( | self, | |
itemID | |||
) |
Definition at line 53 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.itemContextMenuActions | ( | self | ) |
Definition at line 80 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.roleForPlugin | ( | self | ) |
Definition at line 37 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.sceneContextMenuActions | ( | self | ) |
Definition at line 83 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.setDisplayVisibility | ( | self, | |
itemID, | |||
visible | |||
) |
Definition at line 94 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.showContextMenuActionsForItem | ( | self, | |
itemID | |||
) |
Definition at line 86 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.tooltip | ( | self, | |
itemID | |||
) |
Definition at line 89 of file AnnotationsSubjectHierarchyPlugin.py.
def AnnotationsSubjectHierarchyPlugin.AnnotationsSubjectHierarchyPlugin.visibilityIcon | ( | self, | |
visible | |||
) |
Definition at line 72 of file AnnotationsSubjectHierarchyPlugin.py.
|
static |
Definition at line 15 of file AnnotationsSubjectHierarchyPlugin.py.