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;
51 void setLocalData (
const boost::filesystem::path& localData);
75 #endif // FILEDIALOG_HPP
Definition: filedialog.hpp:26
ContentAction
Definition: adjusterwidget.hpp:12
void slotUpdateAcceptButton(int)
Definition: filedialog.cpp:147
Definition: contentselector.hpp:13
void addFiles(const QString &path)
Definition: filedialog.cpp:31
void buildNewFileView()
Definition: filedialog.cpp:98
void slotOpenFile()
Definition: filedialog.cpp:209
bool mDialogBuilt
Definition: filedialog.hpp:37
void setEncoding(const QString &encoding)
Definition: filedialog.cpp:36
static const struct @8 signals[]
void showDialog(ContentAction action)
Definition: filedialog.cpp:61
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:46
void setLocalData(const boost::filesystem::path &localData)
Definition: filedialog.cpp:56
void clearFiles()
Definition: filedialog.cpp:41
QString filename() const
Definition: filedialog.cpp:176
AdjusterWidget * mAdjusterWidget
Definition: filedialog.hpp:36
ContentSelectorView::ContentSelector * mSelector
Definition: filedialog.hpp:32
void slotRejected()
Definition: filedialog.cpp:184
Ui::FileDialog ui
Definition: filedialog.hpp:33
void signalUpdateAcceptButton(bool, int)
void buildOpenFileView()
Definition: filedialog.cpp:125
void slotNewFile()
Definition: filedialog.cpp:197
void signalCreateNewFile(const boost::filesystem::path &path)
void slotAddonDataChanged(const QModelIndex &topleft, const QModelIndex &bottomright)
Definition: filedialog.cpp:142