6#ifndef ATLASGAMEMANAGER_SIMPLEIMPORTER_HPP
7#define ATLASGAMEMANAGER_SIMPLEIMPORTER_HPP
10#include <QItemSelection>
34 void setRoot(
const QString path );
38 Ui::SimpleImporter*
ui;
40 std::vector< QPersistentModelIndex >
selected()
const;
Definition SimpleImporter.hpp:25
SimpleImporter(QWidget *parent=nullptr)
Definition SimpleImporter.cpp:17
void dirView_itemSelectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
Definition SimpleImporter.cpp:50
void on_cIsPreview_toggled(bool checked)
Definition SimpleImporter.cpp:359
void on_cbSupportingSelection_currentIndexChanged(int index)
Definition SimpleImporter.cpp:106
void on_leCreator_textChanged(const QString &text)
Definition SimpleImporter.cpp:125
void on_leTitle_textChanged(const QString &text)
Definition SimpleImporter.cpp:159
Ui::SimpleImporter * ui
Definition SimpleImporter.hpp:38
void on_cIsBanner_toggled(bool checked)
Definition SimpleImporter.cpp:340
~SimpleImporter() override
Definition SimpleImporter.cpp:32
void on_cIsSupporting_toggled(bool checked)
Definition SimpleImporter.cpp:87
void updateSidebar()
Definition SimpleImporter.cpp:193
void on_leEngine_textChanged(const QString &text)
Definition SimpleImporter.cpp:176
void on_cIsGameRoot_toggled(bool checked)
Definition SimpleImporter.cpp:68
std::vector< QPersistentModelIndex > selected() const
Definition SimpleImporter.cpp:59
void setRoot(const QString path)
Definition SimpleImporter.cpp:37
void on_leVersion_textChanged(const QString &text)
Definition SimpleImporter.cpp:142
void on_cbBannerType_currentIndexChanged(int index)
Definition SimpleImporter.cpp:378
bool no_modification
Definition SimpleImporter.hpp:43
void onCustomContextMenuRequested(const QPoint &point)
Definition SimpleImporter.cpp:56
Definition AboutAtlas.hpp:9
Definition SIModel.hpp:45