21#ifndef __qMRMLSimpleColorTableView_h
22#define __qMRMLSimpleColorTableView_h
28#include "qSlicerTerminologiesModuleWidgetsExport.h"
31class qMRMLSimpleColorTableViewPrivate;
61 QScopedPointer<qMRMLSimpleColorTableViewPrivate>
d_ptr;
Q_INVOKABLE vtkMRMLColorNode * mrmlColorNode() const
void setMRMLColorNode(vtkMRMLNode *colorNode)
Utility function to simply connect signals/slots with Qt Designer.
Q_INVOKABLE int selectedColorIndex() const
QScopedPointer< qMRMLSimpleColorTableViewPrivate > d_ptr
Q_INVOKABLE qMRMLSortFilterColorProxyModel * sortFilterProxyModel() const
qMRMLSimpleColorTableView(QWidget *parent=nullptr)
~qMRMLSimpleColorTableView() override
void setMRMLColorNode(vtkMRMLColorNode *colorNode)
Q_INVOKABLE qMRMLColorModel * colorModel() const
bool selectColorByIndex(int colorIndex)
Abstract MRML node to represent color information.
Abstract Superclass for all specific types of MRML nodes.