API Documentation
|
A chart that allows the user to select data from a model to plot as a scatter plot. More...
#include <CustomDesignChart.h>
Public Member Functions | |
void | clearBounds () |
CustomDesignChartDialog (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | |
void | setupCombo (const TranslatedString &title, QCustomComboBox *combo) |
void | setupLineEdit (const TranslatedString &label, QCustomLineEdit *edit, uint01 min_max, uint01 axis) |
Protected Attributes | |
CustomDesignChart * | m_chart |
QCustomComboBox * | m_h_combo |
QCustomLineEdit * | m_h_max_edit |
QCustomLineEdit * | m_h_min_edit |
DynamicPointer< QTDesignObject > | m_object |
QCustomComboBox * | m_v_combo |
QCustomLineEdit * | m_v_max_edit |
QCustomLineEdit * | m_v_min_edit |
A chart that allows the user to select data from a model to plot as a scatter plot.
CustomDesignChartDialog | ( | const DynamicPointer< QTDesignObject > & | object, |
QWidget * | parent = nullptr ) |
void clearBounds | ( | ) |
void setupCombo | ( | const TranslatedString & | title, |
QCustomComboBox * | combo ) |
void setupLineEdit | ( | const TranslatedString & | label, |
QCustomLineEdit * | edit, | ||
uint01 | min_max, | ||
uint01 | axis ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |