casa
$Rev:20696$
|
#include <SlicePlotPreferences.qo.h>
Signals | |
void | plotPreferencesChanged () |
Public Member Functions | |
SlicePlotPreferences (QWidget *parent=0) | |
int | getLineWidth () const |
int | getMarkerSize () const |
~SlicePlotPreferences () | |
Private Slots | |
void | preferencesAccepted () |
void | preferencesRejected () |
Private Member Functions | |
void | initializeCustomSettings () |
void | reset () |
void | persist () |
Private Attributes | |
int | lineThickness |
int | markerSize |
Ui::SlicePlotPreferencesClass | ui |
Static Private Attributes | |
static const QString | ORGANIZATION |
static const QString | APPLICATION |
static const QString | LINE_THICKNESS |
static const QString | MARKER_SIZE |
Definition at line 33 of file SlicePlotPreferences.qo.h.
casa::SlicePlotPreferences::SlicePlotPreferences | ( | QWidget * | parent = 0 | ) |
int casa::SlicePlotPreferences::getLineWidth | ( | ) | const |
int casa::SlicePlotPreferences::getMarkerSize | ( | ) | const |
void casa::SlicePlotPreferences::initializeCustomSettings | ( | ) | [private] |
void casa::SlicePlotPreferences::persist | ( | ) | [private] |
void casa::SlicePlotPreferences::plotPreferencesChanged | ( | ) | [signal] |
void casa::SlicePlotPreferences::preferencesAccepted | ( | ) | [private, slot] |
void casa::SlicePlotPreferences::preferencesRejected | ( | ) | [private, slot] |
void casa::SlicePlotPreferences::reset | ( | ) | [private] |
const QString casa::SlicePlotPreferences::APPLICATION [static, private] |
Definition at line 60 of file SlicePlotPreferences.qo.h.
const QString casa::SlicePlotPreferences::LINE_THICKNESS [static, private] |
Definition at line 61 of file SlicePlotPreferences.qo.h.
int casa::SlicePlotPreferences::lineThickness [private] |
Definition at line 55 of file SlicePlotPreferences.qo.h.
const QString casa::SlicePlotPreferences::MARKER_SIZE [static, private] |
Definition at line 62 of file SlicePlotPreferences.qo.h.
int casa::SlicePlotPreferences::markerSize [private] |
Definition at line 56 of file SlicePlotPreferences.qo.h.
const QString casa::SlicePlotPreferences::ORGANIZATION [static, private] |
Definition at line 59 of file SlicePlotPreferences.qo.h.
Ui::SlicePlotPreferencesClass casa::SlicePlotPreferences::ui [private] |
Definition at line 58 of file SlicePlotPreferences.qo.h.