Home
last modified time | relevance | path

Searched refs:FileListModel (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/ui/dependencymodel/
H A Dfilelistmodel.cpp22 FileListModel::FileListModel(QObject* parent): QAbstractListModel(parent) in FileListModel() function in FileListModel
26 FileListModel::~FileListModel() = default;
28 ElfFileSet* FileListModel::fileSet() const in fileSet()
33 void FileListModel::setFileSet(ElfFileSet* fileSet) in setFileSet()
40 QVariant FileListModel::data(const QModelIndex& index, int role) const in data()
57 int FileListModel::rowCount(const QModelIndex& parent) const in rowCount()
64 QVariant FileListModel::headerData(int section, Qt::Orientation orientation, int role) const in headerData()
H A Dfilelistmodel.h26 class FileListModel : public QAbstractListModel
34 explicit FileListModel(QObject* parent = nullptr);
35 ~FileListModel();
/dports/chinese/fcitx-libpinyin/fcitx-libpinyin-0.5.3/dictmanager/
H A Dfilelistmodel.cpp25 FileListModel::FileListModel(QObject* parent): QAbstractListModel(parent) in FileListModel() function in FileListModel
31 FileListModel::~FileListModel() in ~FileListModel()
36 QString FileListModel::dictDir() const in dictDir()
41 int FileListModel::rowCount(const QModelIndex& parent) const in rowCount()
46 QVariant FileListModel::data(const QModelIndex& index, int role) const in data()
65 void FileListModel::loadFileList() in loadFileList()
80 int FileListModel::findFile(const QString& lastFileName) in findFile()
H A Dfilelistmodel.h28 class FileListModel : public QAbstractListModel
32 explicit FileListModel(QObject* parent = 0);
33 virtual ~FileListModel();
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/gui/pinyindictmanager/
H A Dfilelistmodel.cpp17 FileListModel::FileListModel(QObject *parent) : QAbstractListModel(parent) { in FileListModel() function in fcitx::FileListModel
21 FileListModel::~FileListModel() {} in ~FileListModel()
23 int FileListModel::rowCount(const QModelIndex &) const { in rowCount()
27 QVariant FileListModel::data(const QModelIndex &index, int role) const { in data()
52 bool FileListModel::setData(const QModelIndex &index, const QVariant &value, in setData()
68 Qt::ItemFlags FileListModel::flags(const QModelIndex &index) const { in flags()
76 void FileListModel::loadFileList() { in loadFileList()
103 int FileListModel::findFile(const QString &lastFileName) { in findFile()
114 void FileListModel::save() { in save()
H A Dfilelistmodel.h15 class FileListModel : public QAbstractListModel {
18 explicit FileListModel(QObject *parent = nullptr);
19 ~FileListModel() override;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/DirectoryView/
H A DFileListModel.cpp55 using Directory::FileListModel;
77 struct FileListModel::Private
107 FileListModel::FileListModel(LocalLibrary* localLibrary, QObject* parent) :
113 FileListModel::~FileListModel() = default;
115 void FileListModel::setParentDirectory(const QString& dir)
207 LibraryId FileListModel::libraryId() const
212 QString FileListModel::parentDirectory() const
217 QStringList FileListModel::files() const
237 int FileListModel::rowCount(const QModelIndex& parent) const
243 int FileListModel::columnCount(const QModelIndex& parent) const
[all …]
H A DFileListModel.h58 class FileListModel :
62 PIMPL(FileListModel)
65 explicit FileListModel(LocalLibrary* localLibrary, QObject* parent=nullptr);
66 ~FileListModel() override;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx-qt5/qt5/quickphrase-editor/
H A Dfilelistmodel.cpp24 fcitx::FileListModel::FileListModel(QObject *parent) in FileListModel() function in fcitx::FileListModel
29 fcitx::FileListModel::~FileListModel() {} in ~FileListModel()
31 int fcitx::FileListModel::rowCount(const QModelIndex &) const { in rowCount()
35 QVariant fcitx::FileListModel::data(const QModelIndex &index, int role) const { in data()
58 void fcitx::FileListModel::loadFileList() { in loadFileList()
75 int fcitx::FileListModel::findFile(const QString &lastFileName) { in findFile()
H A Dfilelistmodel.h31 class FileListModel : public QAbstractListModel {
34 explicit FileListModel(QObject *parent = 0);
35 virtual ~FileListModel();
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt5/quickphrase-editor/
H A Dfilelistmodel.cpp13 fcitx::FileListModel::FileListModel(QObject *parent) in FileListModel() function in fcitx::FileListModel
16 fcitx::FileListModel::~FileListModel() {} in ~FileListModel()
18 int fcitx::FileListModel::rowCount(const QModelIndex &parent) const { in rowCount()
22 QVariant fcitx::FileListModel::data(const QModelIndex &index, int role) const { in data()
45 void fcitx::FileListModel::loadFileList() { in loadFileList()
61 int fcitx::FileListModel::findFile(const QString &lastFileName) { in findFile()
H A Dfilelistmodel.h18 class FileListModel : public QAbstractListModel {
21 explicit FileListModel(QObject *parent = 0);
22 virtual ~FileListModel();
/dports/textproc/fcitx-qt5/fcitx-qt5-1.2.6/quickphrase-editor/
H A Dfilelistmodel.cpp24 fcitx::FileListModel::FileListModel(QObject *parent) in FileListModel() function in fcitx::FileListModel
29 fcitx::FileListModel::~FileListModel() {} in ~FileListModel()
31 int fcitx::FileListModel::rowCount(const QModelIndex &parent) const { in rowCount()
35 QVariant fcitx::FileListModel::data(const QModelIndex &index, int role) const { in data()
58 void fcitx::FileListModel::loadFileList() { in loadFileList()
75 int fcitx::FileListModel::findFile(const QString &lastFileName) { in findFile()
H A Dfilelistmodel.h31 class FileListModel : public QAbstractListModel {
34 explicit FileListModel(QObject *parent = 0);
35 virtual ~FileListModel();
/dports/textproc/fcitx5-qt/fcitx5-qt-5.0.8/qt5/quickphrase-editor/
H A Dfilelistmodel.cpp13 fcitx::FileListModel::FileListModel(QObject *parent) in FileListModel() function in fcitx::FileListModel
16 fcitx::FileListModel::~FileListModel() {} in ~FileListModel()
18 int fcitx::FileListModel::rowCount(const QModelIndex &parent) const { in rowCount()
22 QVariant fcitx::FileListModel::data(const QModelIndex &index, int role) const { in data()
45 void fcitx::FileListModel::loadFileList() { in loadFileList()
61 int fcitx::FileListModel::findFile(const QString &lastFileName) { in findFile()
H A Dfilelistmodel.h18 class FileListModel : public QAbstractListModel {
21 explicit FileListModel(QObject *parent = 0);
22 virtual ~FileListModel();
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/itemviews/fetchmore/
H A Dfilelistmodel.cpp47 FileListModel::FileListModel(QObject *parent) in FileListModel() function in FileListModel
53 int FileListModel::rowCount(const QModelIndex & /* parent */) const in rowCount()
58 QVariant FileListModel::data(const QModelIndex &index, int role) const in data()
80 bool FileListModel::canFetchMore(const QModelIndex & /* index */) const in canFetchMore()
90 void FileListModel::fetchMore(const QModelIndex & /* index */) in fetchMore()
106 void FileListModel::setDirPath(const QString &path) in setDirPath()
H A Dfilelistmodel.h49 class FileListModel : public QAbstractListModel
54 FileListModel(QObject *parent = 0);
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/itemviews/fetchmore/
H A Dfilelistmodel.cpp57 FileListModel::FileListModel(QObject *parent) in FileListModel() function in FileListModel
62 int FileListModel::rowCount(const QModelIndex &parent) const in rowCount()
67 QVariant FileListModel::data(const QModelIndex &index, int role) const in data()
89 bool FileListModel::canFetchMore(const QModelIndex &parent) const in canFetchMore()
98 void FileListModel::fetchMore(const QModelIndex &parent) in fetchMore()
119 void FileListModel::setDirPath(const QString &path) in setDirPath()
H A Dwindow.cpp59 FileListModel *model = new FileListModel(this); in Window()
73 model, &FileListModel::setDirPath); in Window()
76 connect(model, &FileListModel::numberPopulated, in Window()
H A Dfilelistmodel.h58 class FileListModel : public QAbstractListModel
63 FileListModel(QObject *parent = nullptr);
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/itemviews/
H A Dfetchmore.py52 class FileListModel(QAbstractListModel): class
56 super(FileListModel, self).__init__(parent)
112 model = FileListModel(self)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/itemviews/
H A Dfetchmore.py52 class FileListModel(QAbstractListModel): class
56 super(FileListModel, self).__init__(parent)
112 model = FileListModel(self)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/itemviews/
H A Dfetchmore.py52 class FileListModel(QAbstractListModel): class
56 super(FileListModel, self).__init__(parent)
112 model = FileListModel(self)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/itemviews/
H A Dfetchmore.py52 class FileListModel(QAbstractListModel): class
56 super(FileListModel, self).__init__(parent)
112 model = FileListModel(self)

1234