18#ifndef ELEMENTS_CATEGORY_EDITOR_H
19#define ELEMENTS_CATEGORY_EDITOR_H
27class QDialogButtonBox;
The ElementsCategoryEditor class This class provides a dialog to edit an existing category or create ...
Definition elementscategoryeditor.h:35
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
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