7 #include <boost/filesystem/path.hpp>
10 #ifndef CS_QT_BOOST_FILESYSTEM_PATH_DECLARED
11 #define CS_QT_BOOST_FILESYSTEM_PATH_DECLARED
12 Q_DECLARE_METATYPE (boost::filesystem::path)
15 #include "ui_filedialog.h"
17 namespace ContentSelectorView
19 class ContentSelector;
50 void setLocalData (
const boost::filesystem::path& localData);
74 #endif // FILEDIALOG_HPP
Definition: filedialog.hpp:26
ContentAction
Definition: adjusterwidget.hpp:12
void slotUpdateAcceptButton(int)
Definition: filedialog.cpp:142
static const struct @2 signals[]
Definition: contentselector.hpp:13
void addFiles(const QString &path)
Definition: filedialog.cpp:31
void buildNewFileView()
Definition: filedialog.cpp:93
void slotOpenFile()
Definition: filedialog.cpp:204
bool mDialogBuilt
Definition: filedialog.hpp:37
void showDialog(ContentAction action)
Definition: filedialog.cpp:56
void signalOpenFiles(const boost::filesystem::path &path)
ContentAction mAction
Definition: filedialog.hpp:34
FileDialog(QWidget *parent=0)
Definition: filedialog.cpp:20
FileWidget * mFileWidget
Definition: filedialog.hpp:35
QStringList selectedFilePaths()
Definition: filedialog.cpp:41
void setLocalData(const boost::filesystem::path &localData)
Definition: filedialog.cpp:51
void clearFiles()
Definition: filedialog.cpp:36
QString filename() const
Definition: filedialog.cpp:171
AdjusterWidget * mAdjusterWidget
Definition: filedialog.hpp:36
ContentSelectorView::ContentSelector * mSelector
Definition: filedialog.hpp:32
void slotRejected()
Definition: filedialog.cpp:179
Ui::FileDialog ui
Definition: filedialog.hpp:33
void signalUpdateAcceptButton(bool, int)
void buildOpenFileView()
Definition: filedialog.cpp:120
void slotNewFile()
Definition: filedialog.cpp:192
void signalCreateNewFile(const boost::filesystem::path &path)
void slotAddonDataChanged(const QModelIndex &topleft, const QModelIndex &bottomright)
Definition: filedialog.cpp:137