#include "Plot2d_AnalyticalCurveDlg.h"#include "Plot2d_AnalyticalCurve.h"#include "Plot2d_ViewFrame.h"#include <QtxIntSpinBox.h>#include <QtxColorButton.h>#include <SUIT_MessageBox.h>#include <SUIT_Session.h>#include <SUIT_Application.h>#include <QListWidget>#include <QGroupBox>#include <QFrame>#include <QHBoxLayout>#include <QLabel>#include <QLineEdit>#include <QCheckBox>#include <QComboBox>#include <QPushButton>#include <qwt_plot.h>Classes | |
| class | Plot2d_AnalyticalCurveDlg::UpdateLocker |
Variables | |
| const int | MIN_NB_INTERVALS = 1 |
| const int | MAX_NB_INTERVALS = 10000 |
| const int | STEP = 1 |
| const int | MIN_LINE_WIDTH = 0 |
| const int | MAX_LINE_WIDTH = 10 |
| const char * | PROP_TITLE = "title" |
| const char * | PROP_VISIBLE = "visible" |
| const char * | PROP_STATUS = "status" |
| const char * | PROP_FORMULA = "formula" |
| const char * | PROP_NBINTERVALS = "nb_intervals" |
| const char * | PROP_AUTOASSIGN = "auto_assign" |
| const char * | PROP_MARKERTYPE = "marker_type" |
| const char * | PROP_LINETYPE = "line_type" |
| const char * | PROP_LINEWIDTH = "line_width" |
| const char * | PROP_COLOR = "color" |
| const int MAX_LINE_WIDTH = 10 |
| const int MAX_NB_INTERVALS = 10000 |
| const int MIN_LINE_WIDTH = 0 |
| const int MIN_NB_INTERVALS = 1 |
| const char* PROP_AUTOASSIGN = "auto_assign" |
| const char* PROP_COLOR = "color" |
| const char* PROP_FORMULA = "formula" |
| const char* PROP_LINETYPE = "line_type" |
| const char* PROP_LINEWIDTH = "line_width" |
| const char* PROP_MARKERTYPE = "marker_type" |
| const char* PROP_NBINTERVALS = "nb_intervals" |
| const char* PROP_STATUS = "status" |
| const char* PROP_TITLE = "title" |
| const char* PROP_VISIBLE = "visible" |
| const int STEP = 1 |