#include <ColorSummaryWidget.qo.h>
|
void | addColor (QListWidget *list) |
|
void | removeColor (QListWidget *list) |
|
void | initializeColors () |
|
void | addColorListItem (QListWidget *list, const QColor &listColor) |
|
void | readCustomColor (QSettings &settings, const QString &countKey, const QString &baseLookup, QList< QString > &list) |
|
void | populateColorList (const QList< QString > &colors, QListWidget *list) |
|
void | copyViewList (QListWidget *listWidget, QList< QString > &canvasList) |
|
void | copyViewLists () |
|
void | initializePresetColors () |
|
void | initializeUserColors () |
|
void | populateColorLists () |
|
void | clearColorLists () |
|
void | registerColorChange () |
|
void | clearColorChange () |
|
void | pixelCanvasColorChange () |
|
void | persistColorList (QSettings &settings, QListWidget *list, const QString &baseStr, const QString &countStr) |
|
void | persist () |
|
void | setLabelColor (QLabel *label, QString colorName) |
|
Definition at line 37 of file ColorSummaryWidget.qo.h.
casa::ColorSummaryWidget::ColorSummaryWidget |
( |
QWidget * |
parent = 0 | ) |
|
casa::ColorSummaryWidget::~ColorSummaryWidget |
( |
| ) |
|
void casa::ColorSummaryWidget::accept |
( |
| ) |
|
|
privateslot |
void casa::ColorSummaryWidget::addColor |
( |
QListWidget * |
list | ) |
|
|
private |
void casa::ColorSummaryWidget::addColorFit |
( |
| ) |
|
|
privateslot |
void casa::ColorSummaryWidget::addColorFitSummary |
( |
| ) |
|
|
privateslot |
void casa::ColorSummaryWidget::addColorListItem |
( |
QListWidget * |
list, |
|
|
const QColor & |
listColor |
|
) |
| |
|
private |
void casa::ColorSummaryWidget::addColorProfile |
( |
| ) |
|
|
privateslot |
Methods to add colors in various categories.
void casa::ColorSummaryWidget::channelLineColorChanged |
( |
| ) |
|
|
privateslot |
void casa::ColorSummaryWidget::clearColorChange |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::clearColorLists |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::colorSchemeChanged |
( |
| ) |
|
|
privateslot |
User changed to a different color scheme (traditional, alternative, custom, etc)
void casa::ColorSummaryWidget::copyViewList |
( |
QListWidget * |
listWidget, |
|
|
QList< QString > & |
canvasList |
|
) |
| |
|
private |
void casa::ColorSummaryWidget::copyViewLists |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::initialGaussianEstimateColorChanged |
( |
| ) |
|
|
privateslot |
void casa::ColorSummaryWidget::initializeColors |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::initializePresetColors |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::initializeUserColors |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::molecularLineColorChanged |
( |
| ) |
|
|
privateslot |
void casa::ColorSummaryWidget::persist |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::persistColorList |
( |
QSettings & |
settings, |
|
|
QListWidget * |
list, |
|
|
const QString & |
baseStr, |
|
|
const QString & |
countStr |
|
) |
| |
|
private |
void casa::ColorSummaryWidget::pixelCanvasColorChange |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::populateColorList |
( |
const QList< QString > & |
colors, |
|
|
QListWidget * |
list |
|
) |
| |
|
private |
void casa::ColorSummaryWidget::populateColorLists |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::readCustomColor |
( |
QSettings & |
settings, |
|
|
const QString & |
countKey, |
|
|
const QString & |
baseLookup, |
|
|
QList< QString > & |
list |
|
) |
| |
|
private |
void casa::ColorSummaryWidget::registerColorChange |
( |
| ) |
|
|
private |
void casa::ColorSummaryWidget::reject |
( |
| ) |
|
|
privateslot |
Stores any changes to the colors used by the application before closing the dialog.
void casa::ColorSummaryWidget::removeColor |
( |
QListWidget * |
list | ) |
|
|
private |
void casa::ColorSummaryWidget::removeColorFit |
( |
| ) |
|
|
privateslot |
void casa::ColorSummaryWidget::removeColorFitSummary |
( |
| ) |
|
|
privateslot |
void casa::ColorSummaryWidget::removeColorProfile |
( |
| ) |
|
|
privateslot |
Methods to remove colors in various categories.
void casa::ColorSummaryWidget::setColorCanvas |
( |
QtCanvas * |
colorCanvas | ) |
|
void casa::ColorSummaryWidget::setLabelColor |
( |
QLabel * |
label, |
|
|
QString |
colorName |
|
) |
| |
|
private |
void casa::ColorSummaryWidget::zoomRectColorChanged |
( |
| ) |
|
|
privateslot |
bool casa::ColorSummaryWidget::alternativeChange |
|
private |
const QString casa::ColorSummaryWidget::CHANNEL_LINE_COLOR |
|
staticprivate |
QColor casa::ColorSummaryWidget::channelLineColor |
|
private |
const QString casa::ColorSummaryWidget::COLOR_SCHEME_PREFERENCE |
|
staticprivate |
const QString casa::ColorSummaryWidget::CUSTOM_FIT_COLOR |
|
staticprivate |
const QString casa::ColorSummaryWidget::CUSTOM_FIT_COLOR_COUNT |
|
staticprivate |
const QString casa::ColorSummaryWidget::CUSTOM_PROFILE_COLOR |
|
staticprivate |
const QString casa::ColorSummaryWidget::CUSTOM_PROFILE_COLOR_COUNT |
|
staticprivate |
const QString casa::ColorSummaryWidget::CUSTOM_SUMMARY_COLOR |
|
staticprivate |
const QString casa::ColorSummaryWidget::CUSTOM_SUMMARY_COLOR_COUNT |
|
staticprivate |
QList<QString> casa::ColorSummaryWidget::customFitList |
|
private |
QList<QString> casa::ColorSummaryWidget::customFitSummaryList |
|
private |
QList<QString> casa::ColorSummaryWidget::customMainList |
|
private |
QList<QString> casa::ColorSummaryWidget::fitCurveColorList |
|
private |
QList<QString> casa::ColorSummaryWidget::fitSummaryCurveColorList |
|
private |
const QString casa::ColorSummaryWidget::INITIAL_GAUSSIAN_ESTIMATE_COLOR |
|
staticprivate |
QColor casa::ColorSummaryWidget::initialGaussianEstimateColor |
|
private |
QList<QString> casa::ColorSummaryWidget::mainCurveColorList |
|
private |
const QString casa::ColorSummaryWidget::MOLECULAR_LINE_COLOR |
|
staticprivate |
QColor casa::ColorSummaryWidget::molecularLineColor |
|
private |
QtCanvas* casa::ColorSummaryWidget::pixelCanvas |
|
private |
bool casa::ColorSummaryWidget::traditionalChange |
|
private |
QList<QString> casa::ColorSummaryWidget::traditionalCurveColorList |
|
private |
Ui::ColorSummaryWidget casa::ColorSummaryWidget::ui |
|
private |
const QString casa::ColorSummaryWidget::ZOOM_RECT_COLOR |
|
staticprivate |
QColor casa::ColorSummaryWidget::zoomRectColor |
|
private |
The documentation for this class was generated from the following file: