casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Signals | Public Member Functions | Static Public Attributes | Private Slots | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
casa::FeatherPreferences Class Reference

#include <FeatherPreferences.qo.h>

Inheritance diagram for casa::FeatherPreferences:

Signals

void preferencesChanged ()
 

Public Member Functions

 FeatherPreferences (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
 
 ~FeatherPreferences ()
 

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::FeatherPreferencesClass 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
 

Detailed Description

Definition at line 33 of file FeatherPreferences.qo.h.

Constructor & Destructor Documentation

casa::FeatherPreferences::FeatherPreferences ( QWidget *  parent = 0)
casa::FeatherPreferences::~FeatherPreferences ( )

Member Function Documentation

int casa::FeatherPreferences::getDotSize ( ) const
int casa::FeatherPreferences::getLineThickness ( ) const
int casa::FeatherPreferences::getPlaneIndex ( ) const
void casa::FeatherPreferences::initializeCustomSettings ( )
private
bool casa::FeatherPreferences::isDisplayLegend ( ) const
bool casa::FeatherPreferences::isDisplayOutputFunctions ( ) const
bool casa::FeatherPreferences::isDisplayOutputScatterPlot ( ) const
bool casa::FeatherPreferences::isDisplayX ( ) const
bool casa::FeatherPreferences::isDisplayY ( ) const
bool casa::FeatherPreferences::isLogAmplitude ( ) const
bool casa::FeatherPreferences::isLogUV ( ) const
bool casa::FeatherPreferences::isPlaneAveraged ( ) const
bool casa::FeatherPreferences::isXAxisUV ( ) const
void casa::FeatherPreferences::persist ( )
private
void casa::FeatherPreferences::planeModeChanged ( )
privateslot
void casa::FeatherPreferences::preferencesAccepted ( )
privateslot
void casa::FeatherPreferences::preferencesChanged ( )
signal
void casa::FeatherPreferences::preferencesRejected ( )
privateslot
void casa::FeatherPreferences::reset ( )
private
void casa::FeatherPreferences::setPlaneCount ( int  count)
void casa::FeatherPreferences::xAxisChanged ( )
privateslot

Member Data Documentation

const QString casa::FeatherPreferences::APPLICATION
static

Definition at line 39 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::DISPLAY_LEGEND
staticprivate

Definition at line 73 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::DISPLAY_OUTPUT_FUNCTIONS
staticprivate

Definition at line 72 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::DISPLAY_OUTPUT_SCATTERPLOT
staticprivate

Definition at line 74 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::DISPLAY_X_AXIS_UV
staticprivate

Definition at line 80 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::DISPLAY_X_PLOTS
staticprivate

Definition at line 76 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::DISPLAY_Y_PLOTS
staticprivate

Definition at line 75 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::displayLegend
private

Definition at line 90 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::displayOutputFunctions
private

Definition at line 86 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::displayOutputScatterPlot
private

Definition at line 87 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::displayXPlots
private

Definition at line 89 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::displayYPlots
private

Definition at line 88 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::DOT_SIZE
staticprivate

Definition at line 77 of file FeatherPreferences.qo.h.

int casa::FeatherPreferences::dotSize
private

Definition at line 85 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::LINE_THICKNESS
staticprivate

Definition at line 71 of file FeatherPreferences.qo.h.

int casa::FeatherPreferences::lineThickness
private

Definition at line 84 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::LOG_AMPLITUDE
staticprivate

Definition at line 78 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::LOG_UV
staticprivate

Definition at line 79 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::logAmplitude
private

Definition at line 91 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::logUV
private

Definition at line 92 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::ORGANIZATION
static

Definition at line 38 of file FeatherPreferences.qo.h.

const QString casa::FeatherPreferences::PLANE_AVERAGED
staticprivate

Definition at line 81 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::planeAveraged
private

Definition at line 94 of file FeatherPreferences.qo.h.

int casa::FeatherPreferences::planeIndex
private

Definition at line 95 of file FeatherPreferences.qo.h.

Ui::FeatherPreferencesClass casa::FeatherPreferences::ui
private

Definition at line 83 of file FeatherPreferences.qo.h.

bool casa::FeatherPreferences::xAxisUV
private

Definition at line 93 of file FeatherPreferences.qo.h.


The documentation for this class was generated from the following file: