#include <Preferences.qo.h>
Signals | |
void | preferencesChanged () |
Public Member Functions | |
Preferences (QWidget *parent=0) | |
void | setPlaneCount (int count) |
bool | isDisplayOutputFunctions () const |
bool | isDisplayLegend () const |
bool | isDisplayOutputScatterPlot () const |
bool | isDisplayX () const |
bool | isDisplayY () const |
bool | isLogAmplitude () const |
bool | isLogUV () const |
bool | isXAxisUV () const |
bool | isPlaneAveraged () const |
int | getPlaneIndex () const |
int | getLineThickness () const |
int | getDotSize () const |
~Preferences () | |
Static Public Attributes | |
static const QString | ORGANIZATION |
static const QString | APPLICATION |
Private Slots | |
void | preferencesAccepted () |
void | preferencesRejected () |
void | xAxisChanged () |
void | planeModeChanged () |
Private Member Functions | |
void | initializeCustomSettings () |
void | persist () |
void | reset () |
Private Attributes | |
Ui::PreferencesClass | ui |
int | lineThickness |
int | dotSize |
bool | displayOutputFunctions |
bool | displayOutputScatterPlot |
bool | displayYPlots |
bool | displayXPlots |
bool | displayLegend |
bool | logAmplitude |
bool | logUV |
bool | xAxisUV |
bool | planeAveraged |
int | planeIndex |
Static Private Attributes | |
static const QString | LINE_THICKNESS |
static const QString | DISPLAY_OUTPUT_FUNCTIONS |
static const QString | DISPLAY_LEGEND |
static const QString | DISPLAY_OUTPUT_SCATTERPLOT |
static const QString | DISPLAY_Y_PLOTS |
static const QString | DISPLAY_X_PLOTS |
static const QString | DOT_SIZE |
static const QString | LOG_AMPLITUDE |
static const QString | LOG_UV |
static const QString | DISPLAY_X_AXIS_UV |
static const QString | PLANE_AVERAGED |
Definition at line 33 of file Preferences.qo.h.
casa::Preferences::Preferences | ( | QWidget * | parent = 0 |
) |
casa::Preferences::~Preferences | ( | ) |
int casa::Preferences::getDotSize | ( | ) | const |
int casa::Preferences::getLineThickness | ( | ) | const |
int casa::Preferences::getPlaneIndex | ( | ) | const |
void casa::Preferences::initializeCustomSettings | ( | ) | [private] |
bool casa::Preferences::isDisplayLegend | ( | ) | const |
bool casa::Preferences::isDisplayOutputFunctions | ( | ) | const |
bool casa::Preferences::isDisplayOutputScatterPlot | ( | ) | const |
bool casa::Preferences::isDisplayX | ( | ) | const |
bool casa::Preferences::isDisplayY | ( | ) | const |
bool casa::Preferences::isLogAmplitude | ( | ) | const |
bool casa::Preferences::isLogUV | ( | ) | const |
bool casa::Preferences::isPlaneAveraged | ( | ) | const |
bool casa::Preferences::isXAxisUV | ( | ) | const |
void casa::Preferences::persist | ( | ) | [private] |
void casa::Preferences::planeModeChanged | ( | ) | [private, slot] |
void casa::Preferences::preferencesAccepted | ( | ) | [private, slot] |
void casa::Preferences::preferencesChanged | ( | ) | [signal] |
void casa::Preferences::preferencesRejected | ( | ) | [private, slot] |
void casa::Preferences::reset | ( | ) | [private] |
void casa::Preferences::setPlaneCount | ( | int | count | ) |
void casa::Preferences::xAxisChanged | ( | ) | [private, slot] |
const QString casa::Preferences::APPLICATION [static] |
Definition at line 39 of file Preferences.qo.h.
const QString casa::Preferences::DISPLAY_LEGEND [static, private] |
Definition at line 73 of file Preferences.qo.h.
const QString casa::Preferences::DISPLAY_OUTPUT_FUNCTIONS [static, private] |
Definition at line 72 of file Preferences.qo.h.
const QString casa::Preferences::DISPLAY_OUTPUT_SCATTERPLOT [static, private] |
Definition at line 74 of file Preferences.qo.h.
const QString casa::Preferences::DISPLAY_X_AXIS_UV [static, private] |
Definition at line 80 of file Preferences.qo.h.
const QString casa::Preferences::DISPLAY_X_PLOTS [static, private] |
Definition at line 76 of file Preferences.qo.h.
const QString casa::Preferences::DISPLAY_Y_PLOTS [static, private] |
Definition at line 75 of file Preferences.qo.h.
bool casa::Preferences::displayLegend [private] |
Definition at line 90 of file Preferences.qo.h.
bool casa::Preferences::displayOutputFunctions [private] |
Definition at line 86 of file Preferences.qo.h.
bool casa::Preferences::displayOutputScatterPlot [private] |
Definition at line 87 of file Preferences.qo.h.
bool casa::Preferences::displayXPlots [private] |
Definition at line 89 of file Preferences.qo.h.
bool casa::Preferences::displayYPlots [private] |
Definition at line 88 of file Preferences.qo.h.
const QString casa::Preferences::DOT_SIZE [static, private] |
Definition at line 77 of file Preferences.qo.h.
int casa::Preferences::dotSize [private] |
Definition at line 85 of file Preferences.qo.h.
const QString casa::Preferences::LINE_THICKNESS [static, private] |
Definition at line 71 of file Preferences.qo.h.
int casa::Preferences::lineThickness [private] |
Definition at line 84 of file Preferences.qo.h.
const QString casa::Preferences::LOG_AMPLITUDE [static, private] |
Definition at line 78 of file Preferences.qo.h.
const QString casa::Preferences::LOG_UV [static, private] |
Definition at line 79 of file Preferences.qo.h.
bool casa::Preferences::logAmplitude [private] |
Definition at line 91 of file Preferences.qo.h.
bool casa::Preferences::logUV [private] |
Definition at line 92 of file Preferences.qo.h.
const QString casa::Preferences::ORGANIZATION [static] |
Definition at line 38 of file Preferences.qo.h.
const QString casa::Preferences::PLANE_AVERAGED [static, private] |
Definition at line 81 of file Preferences.qo.h.
bool casa::Preferences::planeAveraged [private] |
Definition at line 94 of file Preferences.qo.h.
int casa::Preferences::planeIndex [private] |
Definition at line 95 of file Preferences.qo.h.
Ui::PreferencesClass casa::Preferences::ui [private] |
Definition at line 83 of file Preferences.qo.h.
bool casa::Preferences::xAxisUV [private] |
Definition at line 93 of file Preferences.qo.h.