|
| | qSlicerSubjectHierarchyVisibilityPlugin (QObject *parent=nullptr) |
| |
| void | showVisibilityContextMenuActionsForItem (vtkIdType itemID) override |
| |
| QList< QAction * > | visibilityContextMenuActions () const override |
| |
| | ~qSlicerSubjectHierarchyVisibilityPlugin () override |
| |
| virtual Q_INVOKABLE bool | addNodeToSubjectHierarchy (vtkMRMLNode *node, vtkIdType parentItemID) |
| |
| virtual Q_INVOKABLE double | canAddNodeToSubjectHierarchy (vtkMRMLNode *node, vtkIdType parentItemID=vtkMRMLSubjectHierarchyNode::INVALID_ITEM_ID) const |
| |
| virtual Q_INVOKABLE bool | canEditProperties (vtkIdType itemID) |
| | Returns true if the module can edit properties of this item using editProperties.
|
| |
| virtual Q_INVOKABLE double | canOwnSubjectHierarchyItem (vtkIdType itemID) const |
| |
| virtual Q_INVOKABLE double | canReparentItemInsideSubjectHierarchy (vtkIdType itemID, vtkIdType parentItemID) const |
| |
| Q_INVOKABLE QColor | colorAndTerminologyFromDisplayableNode (vtkIdType itemID, QMap< int, QVariant > &terminologyMetaData, bool useSelectedColor) const |
| |
| virtual Q_INVOKABLE QString | displayedItemName (vtkIdType itemID) const |
| |
| virtual Q_INVOKABLE void | editProperties (vtkIdType itemID) |
| | Open module belonging to item and set inputs in opened module.
|
| |
| virtual Q_INVOKABLE QColor | getDisplayColor (vtkIdType itemID, QMap< int, QVariant > &terminologyMetaData) const |
| |
| virtual Q_INVOKABLE int | getDisplayVisibility (vtkIdType itemID) const |
| |
| virtual const QString | helpText () const |
| | Get help text for plugin to be added in subject hierarchy module widget help box.
|
| |
| virtual Q_INVOKABLE QIcon | icon (vtkIdType itemID) |
| |
| Q_INVOKABLE bool | isThisPluginOwnerOfItem (vtkIdType itemID) const |
| | Determines if the item is owned by this plugin.
|
| |
| virtual Q_INVOKABLE QList< QAction * > | itemContextMenuActions () const |
| |
| virtual QString | name () const |
| | Get the name of the plugin.
|
| |
| | qSlicerSubjectHierarchyAbstractPlugin (QObject *parent=nullptr) |
| |
| virtual Q_INVOKABLE bool | reparentItemInsideSubjectHierarchy (vtkIdType itemID, vtkIdType parentItemID) |
| |
| virtual Q_INVOKABLE const QString | roleForPlugin () const |
| |
| virtual Q_INVOKABLE QList< QAction * > | sceneContextMenuActions () const |
| |
| Q_INVOKABLE void | setColorAndTerminologyToDisplayableNode (vtkIdType itemID, QColor color, QMap< int, QVariant > terminologyMetaData, bool useSelectedColor, bool disableScalarVisibility) |
| |
| virtual Q_INVOKABLE void | setDisplayColor (vtkIdType itemID, QColor color, QMap< int, QVariant > terminologyMetaData) |
| |
| virtual Q_INVOKABLE void | setDisplayVisibility (vtkIdType itemID, int visible) |
| | Set display visibility of an owned subject hierarchy item.
|
| |
| virtual void | setName (QString name) |
| |
| virtual Q_INVOKABLE void | showContextMenuActionsForItem (vtkIdType itemID) |
| |
| virtual Q_INVOKABLE bool | showItemInView (vtkIdType itemID, vtkMRMLAbstractViewNode *viewNode, vtkIdList *allItemsToShow) |
| |
| virtual Q_INVOKABLE void | showTransformContextMenuActionsForItem (vtkIdType itemID) |
| |
| virtual Q_INVOKABLE void | showViewContextMenuActionsForItem (vtkIdType itemID, QVariantMap eventData) |
| |
| virtual Q_INVOKABLE QString | tooltip (vtkIdType itemID) const |
| | Generate tooltip for a owned subject hierarchy item.
|
| |
| virtual Q_INVOKABLE QList< QAction * > | transformContextMenuActions () const |
| |
| virtual Q_INVOKABLE QList< QAction * > | viewContextMenuActions () const |
| |
| virtual Q_INVOKABLE QIcon | visibilityIcon (int visible) |
| | Get visibility icon for a visibility state.
|
| |
| | ~qSlicerSubjectHierarchyAbstractPlugin () override |
| |