6#ifndef ATLASGAMEMANAGER_IMAGEVIEW_HPP
7#define ATLASGAMEMANAGER_IMAGEVIEW_HPP
25 std::vector< std::filesystem::path >
paths()
const;
36 void setPaths(
const std::vector< std::filesystem::path >&
paths );
Definition FilepathModel.hpp:18
Definition ImageDelegate.hpp:14
std::vector< std::filesystem::path > selectedItems() const
Definition ImageView.cpp:31
std::vector< QString > pathsQString() const
Definition ImageView.cpp:51
ImageView(QWidget *parent=nullptr)
Definition ImageView.cpp:18
ImageDelegate * delegate() const
Definition ImageView.hpp:30
void setPaths(const std::vector< std::filesystem::path > &paths)
Definition ImageView.cpp:12
FilepathModel * filepathModel() const
Definition ImageView.hpp:28
std::vector< std::filesystem::path > paths() const
Definition ImageView.cpp:46
void modelReordered()
Definition ImageView.cpp:26
void reordered(std::vector< std::filesystem::path > paths)