#include <PlotConfig.h>
Public Slots | |
void | arrayChanged (int) |
void | arrayToScalarChanged (int) |
void | pageSizeChanged (int) |
void | unitsChanged (int) |
void | pageDPIChanged (int) |
Public Member Functions | |
PlotConfig () | |
void | setSelectedProfile (QProfile *p) |
void | updateProfile (QProfile *p) |
Protected Member Functions | |
double | getCurrentDPI () |
Protected Attributes | |
QComboBox * | vectorCombo |
QComboBox * | arrayCombo |
QLineEdit * | arrayLine |
QComboBox * | arrayToScalarCombo |
QLineEdit * | arrayToScalarLine |
QComboBox * | pageSizeCombo |
QComboBox * | pageDPICombo |
QLineEdit * | widthLine |
QLineEdit * | heightLine |
QComboBox * | orientationCombo |
QComboBox * | unitsCombo |
QComboBox * | timeRepCombo |
QCheckBox * | kprinterCheck |
int | previous_units |
double | previous_dpi |
PlotConfig::PlotConfig | ( | ) |
void PlotConfig::arrayChanged | ( | int | index | ) | [slot] |
void PlotConfig::arrayToScalarChanged | ( | int | index | ) | [slot] |
double PlotConfig::getCurrentDPI | ( | ) | [protected] |
void PlotConfig::pageDPIChanged | ( | int | index | ) | [slot] |
void PlotConfig::pageSizeChanged | ( | int | index | ) | [slot] |
void PlotConfig::setSelectedProfile | ( | QProfile * | p | ) |
void PlotConfig::unitsChanged | ( | int | index | ) | [slot] |
void PlotConfig::updateProfile | ( | QProfile * | p | ) |
QComboBox* PlotConfig::arrayCombo [protected] |
QLineEdit* PlotConfig::arrayLine [protected] |
QComboBox* PlotConfig::arrayToScalarCombo [protected] |
QLineEdit* PlotConfig::arrayToScalarLine [protected] |
QLineEdit* PlotConfig::heightLine [protected] |
QCheckBox* PlotConfig::kprinterCheck [protected] |
QComboBox* PlotConfig::orientationCombo [protected] |
QComboBox* PlotConfig::pageDPICombo [protected] |
QComboBox* PlotConfig::pageSizeCombo [protected] |
double PlotConfig::previous_dpi [protected] |
int PlotConfig::previous_units [protected] |
QComboBox* PlotConfig::timeRepCombo [protected] |
QComboBox* PlotConfig::unitsCombo [protected] |
QComboBox* PlotConfig::vectorCombo [protected] |
QLineEdit* PlotConfig::widthLine [protected] |