#include <PlotConfig.h>
Public Slots | |
void | arrayChanged (int) |
void | arrayToScalarChanged (int) |
void | arrayChangedXY (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 * | arrayCombo0D |
QLineEdit * | arrayLine0D |
QComboBox * | arrayCombo1D |
QLineEdit * | arrayLine1D |
QComboBox * | arrayCombo2D |
QLineEdit * | arrayLine2D |
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::arrayChangedXY | ( | 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::arrayCombo0D [protected] |
QComboBox* PlotConfig::arrayCombo1D [protected] |
QComboBox* PlotConfig::arrayCombo2D [protected] |
QLineEdit* PlotConfig::arrayLine0D [protected] |
QLineEdit* PlotConfig::arrayLine1D [protected] |
QLineEdit* PlotConfig::arrayLine2D [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] |