QElectroTech 0.100.0-dev
|
The SelectAutonumW class. More...
#include <selectautonumw.h>
Inherits QWidget.
Signals | |
void | applyPressed () |
void | removeClicked () |
Public Member Functions | |
SelectAutonumW (int type, QWidget *parent=nullptr) | |
SelectAutonumW::SelectAutonumW Constructor. | |
SelectAutonumW (const NumerotationContext &context, int type, QWidget *parent=nullptr) | |
SelectAutonumW::SelectAutonumW Constructor. | |
~SelectAutonumW () override | |
SelectAutonumW::~SelectAutonumW Destructor. | |
void | setContext (const NumerotationContext &context) |
SelectAutonumW::setContext build the context of current diagram selected in the diagram_chooser QcomboBox. | |
NumerotationContext | toNumContext () const |
SelectAutonumW::toNumContext. | |
void | contextToFormula () |
SelectAutonumW::contextToFormula Apply formula to ElementAutonumbering Widget. | |
QString | formula () |
SelectAutonumW::formula. | |
QComboBox * | contextComboBox () const |
Private Slots | |
void | on_add_button_clicked () |
SelectAutonumW::on_add_button_clicked Action on add_button, add a NumPartEditor. | |
void | on_remove_button_clicked () |
SelectAutonumW::on_remove_button_clicked Action on remove button, remove the last NumPartEditor. | |
void | on_buttonBox_clicked (QAbstractButton *) |
SelectAutonumW::on_buttonBox_clicked Action on button clicked. | |
void | applyEnable (bool=true) |
SelectAutonumW::applyEnable enable/disable the apply button. | |
void | on_m_next_pb_clicked () |
SelectAutonumW::on_m_next_pb_clicked Increase NumerotationContext. | |
void | on_m_previous_pb_clicked () |
SelectAutonumW::on_m_previous_pb_clicked Decrease NumerotationContext. | |
void | on_m_comboBox_currentTextChanged (const QString &arg1) |
void | on_m_remove_pb_clicked () |
Private Attributes | |
Ui::SelectAutonumW * | ui |
QList< NumPartEditorW * > | num_part_list_ |
NumerotationContext | m_context |
FormulaAutonumberingW * | m_feaw |
FormulaAutonumberingW * | m_fcaw |
int | m_edited_type = -1 |
0 == element : 1 == conductor : 2 == folio | |
The SelectAutonumW class.
|
explicit |
SelectAutonumW::SelectAutonumW Constructor.
type | : int m_edited_type |
parent | : QWidget |
|
explicit |
SelectAutonumW::SelectAutonumW Constructor.
context | : NumerotationContext |
type | : int m_edited_type |
parent | : QWidget |
|
override |
SelectAutonumW::~SelectAutonumW Destructor.
|
privateslot |
SelectAutonumW::applyEnable enable/disable the apply button.
|
signal |
QComboBox * SelectAutonumW::contextComboBox | ( | ) | const |
void SelectAutonumW::contextToFormula | ( | ) |
SelectAutonumW::contextToFormula Apply formula to ElementAutonumbering Widget.
QString SelectAutonumW::formula | ( | ) |
|
privateslot |
SelectAutonumW::on_add_button_clicked Action on add_button, add a NumPartEditor.
|
privateslot |
SelectAutonumW::on_buttonBox_clicked Action on button clicked.
button |
|
privateslot |
|
privateslot |
SelectAutonumW::on_m_next_pb_clicked Increase NumerotationContext.
|
privateslot |
SelectAutonumW::on_m_previous_pb_clicked Decrease NumerotationContext.
|
privateslot |
|
privateslot |
SelectAutonumW::on_remove_button_clicked Action on remove button, remove the last NumPartEditor.
|
signal |
void SelectAutonumW::setContext | ( | const NumerotationContext & | context | ) |
SelectAutonumW::setContext build the context of current diagram selected in the diagram_chooser QcomboBox.
context |
NumerotationContext SelectAutonumW::toNumContext | ( | ) | const |
|
private |
|
private |
0 == element : 1 == conductor : 2 == folio
|
private |
|
private |
|
private |
|
private |