API Documentation
Loading...
Searching...
No Matches
CustomDesignChartDialog Class Reference

#include <CustomDesignChart.h>

Inheritance diagram for CustomDesignChartDialog:
[legend]
Collaboration diagram for CustomDesignChartDialog:
[legend]

Public Member Functions

 CustomDesignChartDialog (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr)
 
void setupLineEdit (const TranslatedString &label, QCustomLineEdit *edit, uint01 min_max, uint01 axis)
 
void clearBounds ()
 
void setupCombo (const TranslatedString &title, QCustomComboBox *combo)
 

Protected Attributes

DynamicPointer< QTDesignObjectm_object
 
CustomDesignChartm_chart
 
QCustomComboBoxm_h_combo
 
QCustomComboBoxm_v_combo
 
QCustomLineEditm_h_min_edit
 
QCustomLineEditm_h_max_edit
 
QCustomLineEditm_v_min_edit
 
QCustomLineEditm_v_max_edit
 

Constructor & Destructor Documentation

◆ CustomDesignChartDialog()

CustomDesignChartDialog ( const DynamicPointer< QTDesignObject > & object,
QWidget * parent = nullptr )
inline

Member Function Documentation

◆ clearBounds()

void clearBounds ( )
inline

◆ setupCombo()

void setupCombo ( const TranslatedString & title,
QCustomComboBox * combo )
inline

◆ setupLineEdit()

void setupLineEdit ( const TranslatedString & label,
QCustomLineEdit * edit,
uint01 min_max,
uint01 axis )
inline

Member Data Documentation

◆ m_chart

CustomDesignChart* m_chart
protected

◆ m_h_combo

QCustomComboBox* m_h_combo
protected

◆ m_h_max_edit

QCustomLineEdit* m_h_max_edit
protected

◆ m_h_min_edit

QCustomLineEdit* m_h_min_edit
protected

◆ m_object

DynamicPointer<QTDesignObject> m_object
protected

◆ m_v_combo

QCustomComboBox* m_v_combo
protected

◆ m_v_max_edit

QCustomLineEdit* m_v_max_edit
protected

◆ m_v_min_edit

QCustomLineEdit* m_v_min_edit
protected

The documentation for this class was generated from the following file: