#include <TransferMarkers.hpp>
|
| | TransferMarkerModel (const std::vector< double > &markers, const std::vector< QColor > &colors, Interpolation m, bool showRgba, QObject *parent=0) |
| |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| |
| int | columnCount (const QModelIndex &=QModelIndex()) const |
| |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| |
| bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| |
| const std::vector< double > & | getMarkers () const |
| |
| const std::vector< QColor > & | getColors () const |
| |
Definition at line 48 of file TransferMarkers.hpp.
◆ Interpolation
◆ TransferMarkerModel()
| mgx::TransferMarkerModel::TransferMarkerModel |
( |
const std::vector< double > & |
markers, |
|
|
const std::vector< QColor > & |
colors, |
|
|
Interpolation |
m, |
|
|
bool |
showRgba, |
|
|
QObject * |
parent = 0 |
|
) |
| |
◆ addMarker
| void mgx::TransferMarkerModel::addMarker |
( |
const QItemSelection & |
selection | ) |
|
|
slot |
◆ colorText()
| QString mgx::TransferMarkerModel::colorText |
( |
int |
idx | ) |
const |
|
protected |
◆ columnCount()
| int mgx::TransferMarkerModel::columnCount |
( |
const QModelIndex & |
= QModelIndex() | ) |
const |
|
inline |
◆ data()
| QVariant mgx::TransferMarkerModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
◆ flags()
| Qt::ItemFlags mgx::TransferMarkerModel::flags |
( |
const QModelIndex & |
index | ) |
const |
◆ getColors()
| const std::vector<QColor>& mgx::TransferMarkerModel::getColors |
( |
| ) |
const |
|
inline |
◆ getMarkers()
| const std::vector<double>& mgx::TransferMarkerModel::getMarkers |
( |
| ) |
const |
|
inline |
◆ headerData()
| QVariant mgx::TransferMarkerModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
◆ hsvaMode
| void mgx::TransferMarkerModel::hsvaMode |
( |
| ) |
|
|
slot |
◆ removeMarker
| void mgx::TransferMarkerModel::removeMarker |
( |
const QItemSelection & |
selection | ) |
|
|
slot |
◆ rgbaMode
| void mgx::TransferMarkerModel::rgbaMode |
( |
| ) |
|
|
slot |
◆ rowCount()
| int mgx::TransferMarkerModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
◆ setColorText()
| bool mgx::TransferMarkerModel::setColorText |
( |
int |
idx, |
|
|
QString |
txt |
|
) |
| |
|
protected |
◆ setData()
| bool mgx::TransferMarkerModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
◆ spreadMarkers
| void mgx::TransferMarkerModel::spreadMarkers |
( |
const QItemSelection & |
selection | ) |
|
|
slot |
◆ _font
| QFont mgx::TransferMarkerModel::_font |
|
protected |
◆ colors
| std::vector<QColor> mgx::TransferMarkerModel::colors |
|
protected |
◆ markers
| std::vector<double> mgx::TransferMarkerModel::markers |
|
protected |
◆ mode
◆ showRgba
| bool mgx::TransferMarkerModel::showRgba |
|
protected |
◆ spread_button
| QPushButton* mgx::TransferMarkerModel::spread_button |
|
protected |
The documentation for this class was generated from the following file: