21 #ifndef __qMRMLCheckableNodeComboBox_h 22 #define __qMRMLCheckableNodeComboBox_h 27 class qMRMLCheckableNodeComboBoxPrivate;
57 Q_INVOKABLE
bool allChecked()
const;
61 Q_INVOKABLE
bool noneChecked()
const;
66 Q_INVOKABLE Qt::CheckState checkState(
vtkMRMLNode* node)
const;
67 Q_INVOKABLE
void setCheckState(
vtkMRMLNode* node, Qt::CheckState check);
71 Q_INVOKABLE
void setUserCheckable(
vtkMRMLNode* node,
bool userCheckable);
82 void checkedNodesChanged();
Q_INVOKABLE void setCheckState(vtkMRMLNode *node, Qt::CheckState check)
qMRMLNodeComboBox Superclass
Superclass typedef.
void uncheck(vtkMRMLNode *node)
Set the check state of the node to Qt::Unchecked.
Combobox that automatically displays all the nodes of the scene that match filtering criteria...
void check(vtkMRMLNode *node)
Set the check state of the node to Qt::Checked.
Abstract Superclass for all specific types of MRML nodes.