#include "AxesDialog.h"
#include "../../ApplicationWindow.h"
#include "../../MyParser.h"
#include "../../ColorButton.h"
#include "../../TextFormatButtons.h"
#include "../../Table.h"
#include "../../DoubleSpinBox.h"
#include "../../ColorBox.h"
#include "../../TextDialog.h"
#include "../Graph.h"
#include "../Grid.h"
#include "../ScaleDraw.h"
#include "../ScaleEngine.h"
#include <QCheckBox>
#include <QComboBox>
#include <QLabel>
#include <QPushButton>
#include <QSpinBox>
#include <QTabWidget>
#include <QLayout>
#include <QMessageBox>
#include <QFontDialog>
#include <QDate>
#include <QList>
#include <QListWidget>
#include <QVector>
#include <QGroupBox>
#include <QDateTimeEdit>
#include <QTimeEdit>
#include <qwt_plot.h>
#include <qwt_scale_widget.h>
Defines | |
#define | M_PI 3.141592653589793238462643 |
Variables | |
static const char *const | bottom_scl_xpm [] |
static const char *const | image2_data [] |
static const char *const | image3_data [] |
static const char *const | image4_data [] |
static const char *const | image5_data [] |
static const char *const | image6_data [] |
static const char *const | image7_data [] |
static const char *const | left_scl_xpm [] |
static const char *const | right_scl_xpm [] |
static const char *const | top_scl_xpm [] |
#define M_PI 3.141592653589793238462643 |
const char* const bottom_scl_xpm[] [static] |
Referenced by AxesDialog::initScalesPage().
const char* const image2_data[] [static] |
Referenced by AxesDialog::initGridPage().
const char* const image3_data[] [static] |
Referenced by AxesDialog::initGridPage().
const char* const image4_data[] [static] |
Referenced by AxesDialog::AxesDialog(), and AxesDialog::initAxesPage().
const char* const image5_data[] [static] |
Referenced by AxesDialog::AxesDialog(), and AxesDialog::initAxesPage().
const char* const image6_data[] [static] |
Referenced by AxesDialog::AxesDialog(), and AxesDialog::initAxesPage().
const char* const image7_data[] [static] |
Referenced by AxesDialog::AxesDialog(), and AxesDialog::initAxesPage().
const char* const left_scl_xpm[] [static] |
Referenced by AxesDialog::initScalesPage().
const char* const right_scl_xpm[] [static] |
Referenced by AxesDialog::initScalesPage().
const char* const top_scl_xpm[] [static] |
Referenced by AxesDialog::initScalesPage().