18#ifndef NEW_ELEMENT_WIZARD_H
19#define NEW_ELEMENT_WIZARD_H
Definition elementscollectionmodel.h:33
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition elementslocation.h:47
NewElementWizard(QWidget *=nullptr, Qt::WindowFlags=Qt::Widget)
Definition newelementwizard.cpp:37
bool validStep1()
NewElementWizard::validStep1 Valid the setp 1.
Definition newelementwizard.cpp:182
ElementsLocation m_chosen_location
Definition newelementwizard.h:60
QString m_chosen_file
Definition newelementwizard.h:58
QWizardPage * buildStep2()
NewElementWizard::buildStep2.
Definition newelementwizard.cpp:109
QWizardPage * buildStep1()
NewElementWizard::buildStep1.
Definition newelementwizard.cpp:81
QFileNameEdit * m_qle_filename
Definition newelementwizard.h:56
QWizardPage * buildStep3()
NewElementWizard::buildStep3.
Definition newelementwizard.cpp:134
~NewElementWizard() override
Definition newelementwizard.cpp:59
WizardState
Definition newelementwizard.h:55
@ Category
Definition newelementwizard.h:55
@ Filename
Definition newelementwizard.h:55
@ Names
Definition newelementwizard.h:55
NameListWidget * m_names_list
Definition newelementwizard.h:57
bool validateCurrentPage() override
NewElementWizard::validateCurrentPage.
Definition newelementwizard.cpp:156
void preselectedLocation(const ElementsLocation &location)
NewElementWizard::preselectedLocation Select item in the tree view represented by location,...
Definition newelementwizard.cpp:68
void createNewElement()
NewElementWizard::createNewElement Launch an element editor to create the new element.
Definition newelementwizard.cpp:246
ElementsCollectionModel * m_model
Definition newelementwizard.h:61
NewElementWizard(const NewElementWizard &)
QTreeView * m_tree_view
Definition newelementwizard.h:59
bool validStep2()
NewElementWizard::validStep2 Valid the step 2.
Definition newelementwizard.cpp:214
Definition qfilenameedit.h:32