casa
$Rev:20696$
|
Allows the user to customize properties of the spectral profile legend. More...
#include <LegendPreferences.qo.h>
Public Member Functions | |
LegendPreferences (CanvasHolder *canvas, QWidget *parent=0) | |
void | show () |
~LegendPreferences () | |
Private Slots | |
void | legendVisibilityChanged () |
void | legendLocationChanged (int index) |
void | accept () |
void | reject () |
Private Member Functions | |
void | initializeUserPreferences () |
void | initializeCurveLabels () |
void | curveLabelChange () |
void | persist () |
void | canvasLegendChange () |
void | colorBarVisibilityChange () |
Private Attributes | |
bool | showLegendDefault |
bool | showColorBarDefault |
int | legendPositionDefault |
Ui::LegendPreferences | ui |
CanvasHolder * | canvasHolder |
Static Private Attributes | |
static const QString | LEGEND_VISIBLE |
static const QString | LEGEND_LOCATION |
static const QString | LEGEND_COLOR_BAR |
Allows the user to customize properties of the spectral profile legend.
Definition at line 37 of file LegendPreferences.qo.h.
casa::LegendPreferences::LegendPreferences | ( | CanvasHolder * | canvas, |
QWidget * | parent = 0 |
||
) |
void casa::LegendPreferences::accept | ( | ) | [private, slot] |
void casa::LegendPreferences::canvasLegendChange | ( | ) | [private] |
void casa::LegendPreferences::colorBarVisibilityChange | ( | ) | [private] |
void casa::LegendPreferences::curveLabelChange | ( | ) | [private] |
void casa::LegendPreferences::initializeCurveLabels | ( | ) | [private] |
void casa::LegendPreferences::initializeUserPreferences | ( | ) | [private] |
void casa::LegendPreferences::legendLocationChanged | ( | int | index | ) | [private, slot] |
void casa::LegendPreferences::legendVisibilityChanged | ( | ) | [private, slot] |
void casa::LegendPreferences::persist | ( | ) | [private] |
void casa::LegendPreferences::reject | ( | ) | [private, slot] |
void casa::LegendPreferences::show | ( | ) |
Definition at line 68 of file LegendPreferences.qo.h.
const QString casa::LegendPreferences::LEGEND_COLOR_BAR [static, private] |
Definition at line 66 of file LegendPreferences.qo.h.
const QString casa::LegendPreferences::LEGEND_LOCATION [static, private] |
Definition at line 65 of file LegendPreferences.qo.h.
const QString casa::LegendPreferences::LEGEND_VISIBLE [static, private] |
Definition at line 64 of file LegendPreferences.qo.h.
int casa::LegendPreferences::legendPositionDefault [private] |
Definition at line 62 of file LegendPreferences.qo.h.
bool casa::LegendPreferences::showColorBarDefault [private] |
Definition at line 61 of file LegendPreferences.qo.h.
bool casa::LegendPreferences::showLegendDefault [private] |
Definition at line 60 of file LegendPreferences.qo.h.
Ui::LegendPreferences casa::LegendPreferences::ui [private] |
Definition at line 67 of file LegendPreferences.qo.h.