#include <PlotConfig2_qt4.h>
Public Slots | |
void | sansCheckChanged () |
void | serifCheckChanged () |
void | monotypeCheckChanged () |
void | decorativeCheckChanged () |
void | showImportedTables () |
void | showProfilesMenu () |
void | addImportedTable (QAction *) |
void | mergeProfileTables (QAction *) |
Public Member Functions | |
PlotConfig2 () | |
void | setSelectedProfile (QProfile *p) |
void | updateProfile (QProfile *p) |
Protected Attributes | |
QFontComboBox * | sansFontCombo |
QCheckBox * | sansFontCheck |
QFontComboBox * | serifFontCombo |
QCheckBox * | serifFontCheck |
QFontComboBox * | monotypeFontCombo |
QCheckBox * | monotypeFontCheck |
QFontComboBox * | decorativeFontCombo |
QCheckBox * | decorativeFontCheck |
ColourTableList * | paletteEdit |
QDoubleSpinBox * | lineWidthBox |
QDoubleSpinBox * | baseFontSizeBox |
QDoubleSpinBox * | gapToleranceBox |
QComboBox * | gapToleranceTypeBox |
PlotConfig2::PlotConfig2 | ( | ) |
void PlotConfig2::addImportedTable | ( | QAction * | action | ) | [slot] |
void PlotConfig2::decorativeCheckChanged | ( | ) | [slot] |
void PlotConfig2::mergeProfileTables | ( | QAction * | action | ) | [slot] |
void PlotConfig2::monotypeCheckChanged | ( | ) | [slot] |
void PlotConfig2::sansCheckChanged | ( | ) | [slot] |
void PlotConfig2::serifCheckChanged | ( | ) | [slot] |
void PlotConfig2::setSelectedProfile | ( | QProfile * | p | ) |
void PlotConfig2::showImportedTables | ( | ) | [slot] |
void PlotConfig2::showProfilesMenu | ( | ) | [slot] |
void PlotConfig2::updateProfile | ( | QProfile * | p | ) |
QDoubleSpinBox* PlotConfig2::baseFontSizeBox [protected] |
QCheckBox* PlotConfig2::decorativeFontCheck [protected] |
QFontComboBox* PlotConfig2::decorativeFontCombo [protected] |
QDoubleSpinBox* PlotConfig2::gapToleranceBox [protected] |
QComboBox* PlotConfig2::gapToleranceTypeBox [protected] |
QDoubleSpinBox* PlotConfig2::lineWidthBox [protected] |
QCheckBox* PlotConfig2::monotypeFontCheck [protected] |
QFontComboBox* PlotConfig2::monotypeFontCombo [protected] |
ColourTableList* PlotConfig2::paletteEdit [protected] |
QCheckBox* PlotConfig2::sansFontCheck [protected] |
QFontComboBox* PlotConfig2::sansFontCombo [protected] |
QCheckBox* PlotConfig2::serifFontCheck [protected] |
QFontComboBox* PlotConfig2::serifFontCombo [protected] |