Home
last modified time | relevance | path

Searched refs:ScanGallery (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/app/
H A Dscangallery.cpp86 ScanGallery::ScanGallery(QWidget *parent) in ScanGallery() function in ScanGallery
134 ScanGallery::~ScanGallery() in ~ScanGallery()
174 void ScanGallery::openRoots() in openRoots()
534 void ScanGallery::slotRenameItems() in slotRenameItems()
890 QUrl ScanGallery::saveURL() const in saveURL()
989 void ScanGallery::slotExportFile() in slotExportFile()
1020 void ScanGallery::slotImportFile() in slotImportFile()
1087 void ScanGallery::slotUnloadItems() in slotUnloadItems()
1127 void ScanGallery::slotItemProperties() in slotItemProperties()
1138 void ScanGallery::slotDeleteItems() in slotDeleteItems()
[all …]
H A Dkookagallery.h39 class ScanGallery; variable
58 ScanGallery *galleryTree() const;
67 ScanGallery *m_galleryTree;
H A Dscangallery.h50 class ScanGallery : public FileTreeView
55 explicit ScanGallery(QWidget *parent);
56 ~ScanGallery() override;
H A Dkookagallery.cpp64 m_galleryTree = new ScanGallery(this); in KookaGallery()
75 ScanGallery *KookaGallery::galleryTree() const in galleryTree()
H A Dkookaview.h56 class ScanGallery; variable
117 ScanGallery *gallery() const;
H A Dkookaview.cpp210 ScanGallery *packager = mGallery->galleryTree(); in KookaView()
1180 ScanGallery *KookaView::gallery() const in gallery()