Mantid
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
CellStandardItem.h File Reference
#include "MantidQtWidgets/Common/Batch/Cell.h"
#include <QColor>
#include <QStandardItem>

Go to the source code of this file.

Namespaces

namespace  MantidQt
 The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress bar for them, and a property list.
 
namespace  MantidQt::MantidWidgets
 
namespace  MantidQt::MantidWidgets::Batch
 

Enumerations

enum  MantidQt::MantidWidgets::Batch::CellUserRoles { MantidQt::MantidWidgets::Batch::BorderColor = Qt::UserRole + 1 , MantidQt::MantidWidgets::Batch::BorderThickness , MantidQt::MantidWidgets::Batch::IconFilePath }
 

Functions

void MantidQt::MantidWidgets::Batch::applyCellPropertiesToItem (Cell const &cell, QStandardItem &item)
 
Cell MantidQt::MantidWidgets::Batch::extractCellPropertiesFromItem (QStandardItem const &item)
 
std::string MantidQt::MantidWidgets::Batch::getBackgroundColor (QStandardItem const &item)
 
QColor MantidQt::MantidWidgets::Batch::getBorderColor (QStandardItem const &item)
 
int MantidQt::MantidWidgets::Batch::getBorderThickness (QStandardItem const &item)
 
std::string MantidQt::MantidWidgets::Batch::getForegroundColor (QStandardItem const &item)
 
std::string MantidQt::MantidWidgets::Batch::getIconFilePath (QStandardItem const &item)
 
void MantidQt::MantidWidgets::Batch::setBackgroundColor (QStandardItem &item, std::string const &backgroundColor)
 
void MantidQt::MantidWidgets::Batch::setBorderColor (QStandardItem &item, std::string const &borderColor, int alpha)
 
void MantidQt::MantidWidgets::Batch::setBorderThickness (QStandardItem &item, int borderThickness)
 
void MantidQt::MantidWidgets::Batch::setForegroundColor (QStandardItem &item, std::string const &foregroundColor)
 
void MantidQt::MantidWidgets::Batch::setIcon (QStandardItem &item, std::string const &iconFilePath)
 
void MantidQt::MantidWidgets::Batch::setIconFilePath (QStandardItem &item, QString const &iconFilePath)