18#ifndef ELEMENTS_CATEGORY_EDITOR_H
19#define ELEMENTS_CATEGORY_EDITOR_H
27class QDialogButtonBox;
ElementsLocation m_location
Definition elementscategoryeditor.h:53
void acceptUpdate()
ElementsCategoryEditor::acceptUpdate Valid the update of the category.
Definition elementscategoryeditor.cpp:184
bool m_edit_mode
Definition elementscategoryeditor.h:52
QLabel * m_file_name
Definition elementscategoryeditor.h:50
ElementsLocation createdLocation() const
ElementsCategoryEditor::createdLocation.
Definition elementscategoryeditor.cpp:99
QFileNameEdit * m_file_line_edit
Definition elementscategoryeditor.h:51
void acceptCreation()
ElementsCategoryEditor::acceptCreation Valid the creation of the category.
Definition elementscategoryeditor.cpp:133
~ElementsCategoryEditor() override
ElementsCategoryEditor::~ElementsCategoryEditor Destructor.
Definition elementscategoryeditor.cpp:91
ElementsCategoryEditor(const ElementsLocation &location, bool edit=true, QWidget *parent=nullptr)
ElementsCategoryEditor::ElementsCategoryEditor Constructor.
Definition elementscategoryeditor.cpp:38
NameListWidget * m_names_list
Definition elementscategoryeditor.h:49
ElementsCategoryEditor(const ElementsCategoryEditor &)
QDialogButtonBox * m_buttons
Definition elementscategoryeditor.h:48
ElementsLocation m_created_location
Definition elementscategoryeditor.h:54
void setUpWidget()
ElementsCategoryEditor::setUpWidget.
Definition elementscategoryeditor.cpp:107
The ElementsLocation class This class represents the location, the location of an element or of a cat...
Definition elementslocation.h:47
Definition qfilenameedit.h:32