casa
$Rev:20696$
|
#include <QtProfilePrefs.qo.h>
Signals | |
void | currentPrefs (bool stateAutoX, bool stateAutoY, int showGrid, int stateMProf, int stateRel, bool showToolTips, bool showTopAxis, bool displayStepFunction, bool opticalFitter, bool channelLine) |
Public Member Functions | |
QtProfilePrefs (QWidget *parent=0) | |
QtProfilePrefs (QWidget *parent, bool stateAutoX, bool stateAutoY, int showGrid, int stateMProf, int stateRel, bool showToolTips, bool showTopAxis, bool displayStepFunction, bool opticalFitter, bool channelLine) | |
~QtProfilePrefs () | |
void | syncUserPreferences () |
Private Slots | |
void | accepted () |
void | rejected () |
void | adjustBoxes (int st) |
Private Member Functions | |
void | initializeConnections () |
void | persist () |
void | reset () |
Private Attributes | |
bool | xAutoScaleDefault |
bool | yAutoScaleDefault |
bool | showGridDefault |
bool | overlayDefault |
bool | relativeDefault |
bool | toolTipsDefault |
bool | topAxisDefault |
bool | stepFunctionDefault |
bool | opticalDefault |
bool | channelLineDefault |
Static Private Attributes | |
static const QString | X_AUTO_SCALE |
static const QString | Y_AUTO_SCALE |
static const QString | SHOW_GRID |
static const QString | OVERLAY |
static const QString | RELATIVE |
static const QString | TOOLTIPS |
static const QString | TOP_AXIS |
static const QString | STEP_FUNCTION |
static const QString | OPTICAL |
static const QString | CHANNEL_LINE |
Definition at line 74 of file QtProfilePrefs.qo.h.
casa::QtProfilePrefs::QtProfilePrefs | ( | QWidget * | parent = 0 | ) |
casa::QtProfilePrefs::QtProfilePrefs | ( | QWidget * | parent, |
bool | stateAutoX, | ||
bool | stateAutoY, | ||
int | showGrid, | ||
int | stateMProf, | ||
int | stateRel, | ||
bool | showToolTips, | ||
bool | showTopAxis, | ||
bool | displayStepFunction, | ||
bool | opticalFitter, | ||
bool | channelLine | ||
) |
void casa::QtProfilePrefs::accepted | ( | ) | [private, slot] |
void casa::QtProfilePrefs::adjustBoxes | ( | int | st | ) | [private, slot] |
void casa::QtProfilePrefs::currentPrefs | ( | bool | stateAutoX, |
bool | stateAutoY, | ||
int | showGrid, | ||
int | stateMProf, | ||
int | stateRel, | ||
bool | showToolTips, | ||
bool | showTopAxis, | ||
bool | displayStepFunction, | ||
bool | opticalFitter, | ||
bool | channelLine | ||
) | [signal] |
void casa::QtProfilePrefs::initializeConnections | ( | ) | [private] |
void casa::QtProfilePrefs::persist | ( | ) | [private] |
void casa::QtProfilePrefs::rejected | ( | ) | [private, slot] |
void casa::QtProfilePrefs::reset | ( | ) | [private] |
const QString casa::QtProfilePrefs::CHANNEL_LINE [static, private] |
Definition at line 110 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::channelLineDefault [private] |
Definition at line 121 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::OPTICAL [static, private] |
Definition at line 109 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::opticalDefault [private] |
Definition at line 120 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::OVERLAY [static, private] |
Definition at line 104 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::overlayDefault [private] |
Definition at line 115 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::RELATIVE [static, private] |
Definition at line 105 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::relativeDefault [private] |
Definition at line 116 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::SHOW_GRID [static, private] |
Definition at line 103 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::showGridDefault [private] |
Definition at line 114 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::STEP_FUNCTION [static, private] |
Definition at line 108 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::stepFunctionDefault [private] |
Definition at line 119 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::TOOLTIPS [static, private] |
Definition at line 106 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::toolTipsDefault [private] |
Definition at line 117 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::TOP_AXIS [static, private] |
Definition at line 107 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::topAxisDefault [private] |
Definition at line 118 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::X_AUTO_SCALE [static, private] |
Definition at line 101 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::xAutoScaleDefault [private] |
Definition at line 112 of file QtProfilePrefs.qo.h.
const QString casa::QtProfilePrefs::Y_AUTO_SCALE [static, private] |
Definition at line 102 of file QtProfilePrefs.qo.h.
bool casa::QtProfilePrefs::yAutoScaleDefault [private] |
Definition at line 113 of file QtProfilePrefs.qo.h.