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
Definition newelementwizard.h:40
bool validStep1()
NewElementWizard::validStep1 Valid the setp 1.
Definition newelementwizard.cpp:181
ElementsLocation m_chosen_location
Definition newelementwizard.h:60
QString m_chosen_file
Definition newelementwizard.h:58
QWizardPage * buildStep2()
NewElementWizard::buildStep2.
Definition newelementwizard.cpp:108
QWizardPage * buildStep1()
NewElementWizard::buildStep1.
Definition newelementwizard.cpp:80
QFileNameEdit * m_qle_filename
Definition newelementwizard.h:56
QWizardPage * buildStep3()
NewElementWizard::buildStep3.
Definition newelementwizard.cpp:133
~NewElementWizard() override
Definition newelementwizard.cpp:58
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:155
void preselectedLocation(const ElementsLocation &location)
NewElementWizard::preselectedLocation Select item in the tree view represented by location,...
Definition newelementwizard.cpp:67
void createNewElement()
NewElementWizard::createNewElement Launch an element editor to create the new element.
Definition newelementwizard.cpp:245
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:213
Definition qfilenameedit.h:32