18 #ifndef __H__OCULAR_EDITOR_SELECT_RESOURCE_DIALOG__H__
19 #define __H__OCULAR_EDITOR_SELECT_RESOURCE_DIALOG__H__
21 #include <QtWidgets/qdialog.h>
22 #include <QtWidgets/qtreewidget.h>
24 #include "Resources/Resource.hpp"
40 enum class ResourceType
61 std::string
const& getSelectedName()
const;
67 void populateTree(ResourceType
const type);
68 void populateTree(Core::ResourceType
const type);
76 std::string m_ResourceName;
80 QVBoxLayout* m_Layout;
81 QTreeWidget* m_TreeResource;
83 QPushButton* m_ButtonSelect;
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
Definition: SelectResourceDialog.hpp:50