Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Properties | Public Slots | Public Member Functions | Protected Slots | Protected Attributes
qSlicerPresetComboBox Class Reference

#include <Modules/Loadable/VolumeRendering/Widgets/qSlicerPresetComboBox.h>

Inheritance diagram for qSlicerPresetComboBox:
Inheritance graph
[legend]
Collaboration diagram for qSlicerPresetComboBox:
Collaboration graph
[legend]

Public Types

typedef qMRMLNodeComboBox Superclass
 Constructors. More...
 
- Public Types inherited from qMRMLNodeComboBox
typedef QWidget Superclass
 

Properties

bool showIcons
 
- Properties inherited from qMRMLNodeComboBox
bool addEnabled
 
QString baseName
 
QString currentNodeId
 
QString currentNodeID
 
bool editEnabled
 
QStringList hideChildNodeTypes
 
QString interactionNodeSingletonTag
 
QStringList nodeTypes
 
QString noneDisplay
 
bool noneEnabled
 
bool removeEnabled
 
bool renameEnabled
 
bool selectNodeUponCreation
 
bool showChildNodeTypes
 
bool showHidden
 
QComboBox::SizeAdjustPolicy sizeAdjustPolicy
 

Public Slots

void setIconToPreset (vtkMRMLNode *presetNode)
 
- Public Slots inherited from qMRMLNodeComboBox
virtual vtkMRMLNodeaddNode (QString nodeType)
 Creates a node of the same type as in the "node types" property. More...
 
virtual vtkMRMLNodeaddNode ()
 Creates a node of the same type as the first in the "node types" property. More...
 
virtual void editCurrentNode ()
 Edits the currently selected node. More...
 
virtual void removeCurrentNode ()
 
virtual void renameCurrentNode ()
 
void setCurrentNode (vtkMRMLNode *node)
 Select the node to be current. More...
 
void setCurrentNode (const QString &nodeID)
 
void setCurrentNodeID (const QString &nodeID)
 
void setCurrentNodeIndex (int index)
 
virtual void setMRMLScene (vtkMRMLScene *scene)
 

Public Member Functions

 qSlicerPresetComboBox (QWidget *parent=nullptr)
 
void setShowIcons (bool show)
 
bool showIcons () const
 
 ~qSlicerPresetComboBox () override
 
- Public Member Functions inherited from qMRMLNodeComboBox
Q_INVOKABLE void addAttribute (const QString &nodeType, const QString &attributeName, const QVariant &attributeValue=QVariant())
 
bool addEnabled () const
 
virtual Q_INVOKABLE void addMenuAction (QAction *newAction)
 
QString baseName (const QString &nodeType="") const
 
Q_INVOKABLE vtkMRMLNodecurrentNode () const
 Return the currently selected node. 0 if no node is selected. More...
 
QString currentNodeID () const
 
Q_INVOKABLE QString currentNodeId () const
 
bool editEnabled () const
 
QStringList hideChildNodeTypes () const
 
virtual QString interactionNodeSingletonTag () const
 
QAbstractItemModel * model () const
 
Q_INVOKABLE vtkMRMLScenemrmlScene () const
 
Q_INVOKABLE int nodeCount () const
 
qMRMLNodeFactorynodeFactory () const
 
Q_INVOKABLE vtkMRMLNodenodeFromIndex (int index) const
 
QList< vtkMRMLNode * > nodes () const
 Return a list of all the nodes that are displayed in the combo box. More...
 
Q_INVOKABLE QString nodeTypeLabel (const QString &nodeType) const
 
QStringList nodeTypes () const
 
QString noneDisplay () const
 
bool noneEnabled () const
 
 qMRMLNodeComboBox (QWidget *parent=nullptr)
 
Q_INVOKABLE void removeAttribute (const QString &nodeType, const QString &attributeName)
 
bool removeEnabled () const
 
bool renameEnabled () const
 Allow the user to rename the node. More...
 
qMRMLSceneModelsceneModel () const
 
bool selectNodeUponCreation () const
 
void setAddEnabled (bool enable)
 
void setBaseName (const QString &baseName, const QString &nodeType="")
 
void setEditEnabled (bool enable)
 
void setHideChildNodeTypes (const QStringList &nodeTypes)
 
virtual void setInteractionNodeSingletonTag (const QString &tag)
 
Q_INVOKABLE void setNodeTypeLabel (const QString &label, const QString &nodeType)
 
void setNodeTypes (const QStringList &nodeTypes)
 
void setNoneDisplay (const QString &displayName)
 
void setNoneEnabled (bool enable)
 
void setRemoveEnabled (bool enable)
 
void setRenameEnabled (bool enable)
 
void setSelectNodeUponCreation (bool value)
 
void setShowChildNodeTypes (bool show)
 
void setShowHidden (bool)
 
void setSizeAdjustPolicy (QComboBox::SizeAdjustPolicy policy)
 
bool showChildNodeTypes () const
 
bool showHidden () const
 
QComboBox::SizeAdjustPolicy sizeAdjustPolicy () const
 
Q_INVOKABLE qMRMLSortFilterProxyModelsortFilterProxyModel () const
 
 ~qMRMLNodeComboBox () override
 

Protected Slots

void updateComboBoxTitleAndIcon (vtkMRMLNode *presetNode)
 
- Protected Slots inherited from qMRMLNodeComboBox
void activateExtraItem (const QModelIndex &index)
 
void emitCurrentNodeChanged ()
 
void emitNodeActivated (int currentIndex)
 
void emitNodesAboutToBeRemoved (const QModelIndex &parent, int start, int end)
 
void emitNodesAdded (const QModelIndex &parent, int start, int end)
 
void refreshIfCurrentNodeHidden ()
 

Protected Attributes

QScopedPointer< qSlicerPresetComboBoxPrivate > d_ptr
 
- Protected Attributes inherited from qMRMLNodeComboBox
QScopedPointer< qMRMLNodeComboBoxPrivate > d_ptr
 

Additional Inherited Members

- Signals inherited from qMRMLNodeComboBox
void currentNodeChanged (vtkMRMLNode *node)
 
void currentNodeChanged (bool validNode)
 
void currentNodeIDChanged (const QString &id)
 
void currentNodeRenamed (const QString &newName)
 Signal emitted when the current node is renamed. More...
 
void nodeAboutToBeEdited (vtkMRMLNode *node)
 Signal emitted when edit node menu action is selected. More...
 
void nodeAboutToBeRemoved (vtkMRMLNode *node)
 
void nodeActivated (vtkMRMLNode *node)
 
void nodeAdded (vtkMRMLNode *node)
 
void nodeAddedByUser (vtkMRMLNode *node)
 Signal emitted when node is added by the user. More...
 
- Protected Member Functions inherited from qMRMLNodeComboBox
void changeEvent (QEvent *event) override
 
QComboBox * comboBox () const
 
 qMRMLNodeComboBox (QAbstractItemModel *model, QWidget *parent=nullptr)
 qMRMLNodeComboBox will not take ownership on the model. More...
 
 qMRMLNodeComboBox (qMRMLNodeComboBoxPrivate *pimpl, QWidget *parent=nullptr)
 
QAbstractItemModel * rootModel () const
 
void setComboBox (QComboBox *comboBox)
 

Detailed Description

Definition at line 33 of file qSlicerPresetComboBox.h.

Member Typedef Documentation

◆ Superclass

Constructors.

Definition at line 41 of file qSlicerPresetComboBox.h.

Property Documentation

◆ showIcons

bool qSlicerPresetComboBox::showIcons
readwrite

Definition at line 37 of file qSlicerPresetComboBox.h.

Constructor & Destructor Documentation

◆ qSlicerPresetComboBox()

qSlicerPresetComboBox::qSlicerPresetComboBox ( QWidget *  parent = nullptr)
explicit

◆ ~qSlicerPresetComboBox()

qSlicerPresetComboBox::~qSlicerPresetComboBox ( )
override

Member Function Documentation

◆ setIconToPreset

void qSlicerPresetComboBox::setIconToPreset ( vtkMRMLNode presetNode)
slot

◆ setShowIcons()

void qSlicerPresetComboBox::setShowIcons ( bool  show)

◆ showIcons()

bool qSlicerPresetComboBox::showIcons ( ) const

◆ updateComboBoxTitleAndIcon

void qSlicerPresetComboBox::updateComboBoxTitleAndIcon ( vtkMRMLNode presetNode)
protectedslot

Member Data Documentation

◆ d_ptr

QScopedPointer<qSlicerPresetComboBoxPrivate> qSlicerPresetComboBox::d_ptr
protected

Definition at line 55 of file qSlicerPresetComboBox.h.


The documentation for this class was generated from the following file: