Home
last modified time | relevance | path

Searched refs:Fm (Results 1 – 25 of 1850) sorted by relevance

12345678910>>...74

/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dfileoperation.h32 namespace Fm {
54 void setDestination(Fm::FilePath dest);
80 Fm::FileOperationJob* job() { in job()
96 …static FileOperation* copyFiles(Fm::FilePathList srcFiles, Fm::FilePath dest, QWidget* parent = nu…
98 …static FileOperation* copyFiles(Fm::FilePathList srcFiles, Fm::FilePathList destFiles, QWidget* pa…
100 …static FileOperation* copyFile(Fm::FilePath srcFile, Fm::FilePath destFile, QWidget* parent = null…
104 …static FileOperation* moveFiles(Fm::FilePathList srcFiles, Fm::FilePath dest, QWidget* parent = nu…
108 …static FileOperation* moveFile(Fm::FilePath srcFile, Fm::FilePath destFile, QWidget* parent = null…
112 …static FileOperation* symlinkFiles(Fm::FilePathList srcFiles, Fm::FilePath dest, QWidget* parent =…
116 …static FileOperation* symlinkFile(Fm::FilePath srcFile, Fm::FilePath destFile, QWidget* parent = n…
[all …]
H A Dplacesmodelitem.h34 namespace Fm {
48 explicit PlacesModelItem(QIcon icon, QString title, Fm::FilePath path = Fm::FilePath{});
49 … explicit PlacesModelItem(const char* iconName, QString title, Fm::FilePath path = Fm::FilePath{});
50 …explicit PlacesModelItem(std::shared_ptr<const Fm::IconInfo> icon, QString title, Fm::FilePath pat…
60 const Fm::FilePath& path() const { in path()
63 void setPath(Fm::FilePath path) { in setPath()
70 void setIcon(std::shared_ptr<const Fm::IconInfo> icon);
81 Fm::FilePath path_;
82 std::shared_ptr<const Fm::FileInfo> fileInfo_;
83 std::shared_ptr<const Fm::IconInfo> icon_;
[all …]
H A Dfileoperation.cpp35 namespace Fm { namespace
82 connect(job_, &Fm::Job::finished, this, &Fm::FileOperation::onJobFinish);
83 connect(job_, &Fm::Job::cancelled, this, &Fm::FileOperation::onJobCancalled);
84 …connect(job_, &Fm::Job::error, this, &Fm::FileOperation::onJobError, Qt::BlockingQueuedConnection);
94 disconnect(job_, &Fm::Job::finished, this, &Fm::FileOperation::onJobFinish); in disconnectJob()
95 disconnect(job_, &Fm::Job::cancelled, this, &Fm::FileOperation::onJobCancalled); in disconnectJob()
96 disconnect(job_, &Fm::Job::error, this, &Fm::FileOperation::onJobError); in disconnectJob()
97 … disconnect(job_, &Fm::FileOperationJob::fileExists, this, &Fm::FileOperation::onJobFileExists); in disconnectJob()
98 … disconnect(job_, &Fm::FileOperationJob::preparedToRun, this, &Fm::FileOperation::onJobPrepared); in disconnectJob()
352 FileOperation* FileOperation::copyFiles(Fm::FilePathList srcFiles, Fm::FilePath dest, QWidget* pare… in copyFiles()
[all …]
H A Dfiledialoghelper.cpp15 namespace Fm { namespace
28 dlg_ = std::unique_ptr<Fm::FileDialog>(new Fm::FileDialog()); in FileDialogHelper()
196 case Fm::FolderView::CompactMode: in viewModeToString()
199 case Fm::FolderView::IconMode: in viewModeToString()
202 case Fm::FolderView::ThumbnailMode: in viewModeToString()
210 Fm::FolderView::ViewMode ret; in viewModeFromString()
218 ret = Fm::FolderView::IconMode; in viewModeFromString()
230 Fm::FolderModel::ColumnId ret; in sortColumnFromString()
264 case Fm::FolderModel::ColumnFileName: in sortColumnToString()
459 libfmQtContext_ = std::unique_ptr<Fm::LibFmQt>{new Fm::LibFmQt()}; in createFileDialogHelper()
[all …]
H A Dfoldermodel.h38 namespace Fm {
66 const std::shared_ptr<Fm::Folder>& folder() const { in folder()
72 Fm::FilePath path() { in path()
73 return folder_ ? folder_->path() : Fm::FilePath(); in path()
92 std::shared_ptr<const Fm::FileInfo> fileInfoFromPath(const Fm::FilePath& path) const;
112 void onFilesAdded(const Fm::FileInfoList& files);
114 void onFilesRemoved(const Fm::FileInfoList& files);
124 void insertFiles(int row, const Fm::FileInfoList& files);
143 Fm::FileInfoList pendingThumbnails_;
146 std::shared_ptr<Fm::Folder> folder_;
[all …]
H A Ddirtreeview.h30 namespace Fm {
42 const Fm::FilePath& currentPath() const { in currentPath()
46 void setCurrentPath(Fm::FilePath path);
48 void chdir(Fm::FilePath path) { in chdir()
63 void chdirRequested(int type, const Fm::FilePath& path);
64 void openFolderInNewWindowRequested(const Fm::FilePath& path);
65 void openFolderInNewTabRequested(const Fm::FilePath& path);
66 void openFolderInTerminalRequested(const Fm::FilePath& path);
67 void createNewFolderRequested(const Fm::FilePath& path);
85 Fm::FilePath currentPath_;
[all …]
H A Dplacesmodelitem.cpp25 namespace Fm { namespace
36 icon_(Fm::IconInfo::fromName(iconName)) {
43 PlacesModelItem::PlacesModelItem(std::shared_ptr<const Fm::IconInfo> icon, QString title, Fm::FileP… in PlacesModelItem()
63 void PlacesModelItem::setIcon(std::shared_ptr<const Fm::IconInfo> icon) { in setIcon()
74 setIcon(Fm::IconInfo::fromGIcon(Fm::GIconPtr{gicon, true})); in setIcon()
112 Fm::GIconPtr gicon{g_volume_get_icon(volume_), false}; in update()
118 Fm::GMountPtr mount{g_volume_get_mount(volume_), false}; in update()
120 Fm::FilePath mount_root{g_mount_get_root(mount.get()), false}; in update()
125 setPath(Fm::FilePath{}); in update()
170 Fm::FilePath mount_root{g_mount_get_root(mount_), false}; in update()
[all …]
H A Dsidepane.h33 namespace Fm {
58 const Fm::FilePath& currentPath() const { in currentPath()
62 void setCurrentPath(Fm::FilePath path);
96 void chdir(Fm::FilePath path) { in chdir()
103 void chdirRequested(int type, const Fm::FilePath& path);
104 void openFolderInNewWindowRequested(const Fm::FilePath& path);
105 void openFolderInNewTabRequested(const Fm::FilePath& path);
106 void openFolderInTerminalRequested(const Fm::FilePath& path);
107 void createNewFolderRequested(const Fm::FilePath& path);
108 void modeChanged(Fm::SidePane::Mode mode);
[all …]
H A Ddirtreemodelitem.h31 namespace Fm {
42 …explicit DirTreeModelItem(std::shared_ptr<const Fm::FileInfo> info, DirTreeModel* model, DirTreeMo…
63 DirTreeModelItem* childFromPath(Fm::FilePath path, bool recursive) const;
65 DirTreeModelItem* insertFile(std::shared_ptr<const Fm::FileInfo> fi);
66 void insertFiles(Fm::FileInfoList files);
67 int insertItem(Fm::DirTreeModelItem* newItem);
71 void onFolderFilesAdded(Fm::FileInfoList &files);
72 void onFolderFilesRemoved(Fm::FileInfoList &files);
73 void onFolderFilesChanged(std::vector<Fm::FileInfoPair>& changes);
76 std::shared_ptr<const Fm::FileInfo> fileInfo_;
[all …]
H A Dutilities.h38 namespace Fm {
40 LIBFM_QT_API Fm::FilePathList pathListFromUriList(const char* uriList);
42 LIBFM_QT_API QByteArray pathListToUriList(const Fm::FilePathList& paths);
44 LIBFM_QT_API Fm::FilePathList pathListFromQUrls(QList<QUrl> urls);
46 LIBFM_QT_API void pasteFilesFromClipboard(const Fm::FilePath& destPath, QWidget* parent = nullptr);
48 LIBFM_QT_API void copyFilesToClipboard(const Fm::FilePathList& files);
50 LIBFM_QT_API void cutFilesToClipboard(const Fm::FilePathList& files);
52 LIBFM_QT_API bool changeFileName(const Fm::FilePath& path, const QString& newName, QWidget* parent,…
54 LIBFM_QT_API bool renameFile(std::shared_ptr<const Fm::FileInfo> file, QWidget* parent = nullptr);
56 LIBFM_QT_API void setDefaultAppForType(const Fm::GAppInfoPtr app, std::shared_ptr<const Fm::MimeTyp…
/dports/science/iboview/ibo-view.20150427/src/IrCore/
H A DIrBoysFn.cpp85 Fm; in IrBoysFn() local
86 Fm = pTab[8]/(double)(1*2*3*4*5*6*7*8); in IrBoysFn()
87 Fm = Delta * Fm - pTab[7]/(double)(1*2*3*4*5*6*7); in IrBoysFn()
88 Fm = Delta * Fm + pTab[6]/(double)(1*2*3*4*5*6); in IrBoysFn()
89 Fm = Delta * Fm - pTab[5]/(double)(1*2*3*4*5); in IrBoysFn()
90 Fm = Delta * Fm + pTab[4]/(double)(1*2*3*4); in IrBoysFn()
91 Fm = Delta * Fm - pTab[3]/(double)(1*2*3); in IrBoysFn()
92 Fm = Delta * Fm + pTab[2]/(double)(1*2); in IrBoysFn()
93 Fm = Delta * Fm - pTab[1]; in IrBoysFn()
94 Fm = Delta * Fm + pTab[0]; in IrBoysFn()
[all …]
/dports/x11-fm/pcmanfm-qt/pcmanfm-qt-1.0.0/pcmanfm/
H A Dtabpage.h35 namespace Fm {
48 …bool filterAcceptsRow(const Fm::ProxyFolderModel* model, const std::shared_ptr<const Fm::FileInfo>…
124 Fm::FolderView::ViewMode viewMode() { in viewMode()
166 Fm::FilePath path() { in path()
176 Fm::FolderModel* folderModel() { in folderModel()
184 Fm::BrowseHistory& browseHistory() { in browseHistory()
188 Fm::FileInfoList selectedFiles() { in selectedFiles()
234 Fm::FileLauncher* fileLauncher() { in fileLauncher()
310 …void onFolderError(const Fm::GErrorPtr& err, Fm::Job::ErrorSeverity severity, Fm::Job::ErrorAction…
321 Fm::CachedFolderModel* folderModel_;
[all …]
H A Dmainwindow.h39 namespace Fm {
79 MainWindow(Fm::FilePath path = Fm::FilePath());
82 void chdir(Fm::FilePath path, ViewFrame* viewFrame);
83 void chdir(Fm::FilePath path) { in chdir()
88 void addTab(Fm::FilePath path) { in addTab()
108 void onPathBarChdir(const Fm::FilePath& dirPath);
257 void addViewFrame(const Fm::FilePath& path);
259 int addTabWithPage(TabPage* page, ViewFrame* viewFrame, Fm::FilePath path = Fm::FilePath());
265 Fm::PathEdit* pathEntry_;
266 Fm::PathBar* pathBar_;
[all …]
H A Dsettings.cpp478 Fm::FolderConfig::saveCache(); in saveFile()
552 case Fm::FolderView::IconMode: in viewModeToString()
570 Fm::FolderView::ViewMode ret; in viewModeFromString()
630 Fm::FolderModel::ColumnId ret; in sortColumnFromString()
713 case Fm::SidePane::ModePlaces: in sidePaneModeToString()
717 case Fm::SidePane::ModeDirTree: in sidePaneModeToString()
720 case Fm::SidePane::ModeNone: in sidePaneModeToString()
728 Fm::SidePane::Mode ret; in sidePaneModeFromString()
750 Fm::FolderConfig cfg(path); in loadFolderSettings()
752 Fm::FilePath inheritedPath; in loadFolderSettings()
[all …]
H A Dview.cpp33 View::View(Fm::FolderView::ViewMode _mode, QWidget* parent): in View()
34 Fm::FolderView(_mode, parent) { in View()
47 Fm::FileInfoList files; in onFileClicked()
72 Fm::FolderView::onFileClicked(type, fileInfo); in onFileClicked()
78 Fm::FileMenu* menu = static_cast<Fm::FileMenu*>(sender()->parent()); in onNewWindow()
84 Fm::FileMenu* menu = static_cast<Fm::FileMenu*>(sender()->parent()); in onNewTab()
91 Fm::FileMenu* menu = static_cast<Fm::FileMenu*>(sender()->parent()); in onOpenInTerminal()
102 void View::prepareFileMenu(Fm::FileMenu* menu) { in prepareFileMenu()
149 void View::prepareFolderMenu(Fm::FolderMenu* /*menu*/) { in prepareFolderMenu()
167 Fm::ProxyFolderModel* proxyModel = model(); in updateFromSettings()
[all …]
H A Dview.h28 namespace Fm {
37 class View : public Fm::FolderView {
41 explicit View(Fm::FolderView::ViewMode _mode = IconMode, QWidget* parent = 0);
47 return Fm::FolderView::getMargins(); in getMargins()
50 Fm::FolderView::setMargins(size); in setMargins()
60 virtual void onFileClicked(int type, const std::shared_ptr<const Fm::FileInfo>& fileInfo);
61 virtual void prepareFileMenu(Fm::FileMenu* menu);
62 virtual void prepareFolderMenu(Fm::FolderMenu* menu);
65 void launchFiles(Fm::FileInfoList files, bool inNewTabs = false);
H A Dsettings.h50 viewMode_(Fm::FolderView::IconMode), in FolderSettings()
74 Fm::FolderModel::ColumnId sortColumn() const { in sortColumn()
82 Fm::FolderView::ViewMode viewMode() const { in viewMode()
130 Fm::FilePath inheritedPath() const { in inheritedPath()
142 Fm::FolderModel::ColumnId sortColumn_;
143 Fm::FolderView::ViewMode viewMode_;
149 Fm::FilePath inheritedPath_;
563 Fm::SidePane::Mode sidePaneMode() const { in sidePaneMode()
1065 Fm::SidePane::Mode sidePaneMode_;
1069 Fm::FolderView::ViewMode viewMode_;
[all …]
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/tests/
H A Dtest-folder.cpp26 auto home = Fm::FilePath::homeDir(); in main()
27 auto folder = Fm::Folder::fromPath(home); in main()
29 QObject::connect(folder.get(), &Fm::Folder::startLoading, [=]() { in main()
32 QObject::connect(folder.get(), &Fm::Folder::finishLoading, [=]() { in main()
36 QObject::connect(folder.get(), &Fm::Folder::filesAdded, [=](Fm::FileInfoList& files) { in main()
42 QObject::connect(folder.get(), &Fm::Folder::filesRemoved, [=](Fm::FileInfoList& files) { in main()
48 …QObject::connect(folder.get(), &Fm::Folder::filesChanged, [=](std::vector<Fm::FileInfoPair>& file_… in main()
H A Dtest-folderview.cpp34 Fm::LibFmQt contex; in main()
37 Fm::FolderView folder_view; in main()
40 auto home = Fm::FilePath::homeDir(); in main()
41 Fm::CachedFolderModel* model = Fm::CachedFolderModel::modelFromPath(home); in main()
42 auto proxy_model = new Fm::ProxyFolderModel(); in main()
43 proxy_model->sort(Fm::FolderModel::ColumnFileName, Qt::AscendingOrder); in main()
53 Fm::PathEdit edit; in main()
59 auto path = Fm::FilePath::fromPathStr(edit.text().toLocal8Bit().constData()); in main()
60 auto new_model = Fm::CachedFolderModel::modelFromPath(path); in main()
/dports/graphics/lximage-qt/lximage-qt-1.0.0/src/
H A Dmainwindow.h46 namespace Fm {
69 const Fm::FilePath & currentFile() const { in currentFile()
89 void loadFolder(const Fm::FilePath & newFolderPath);
156 void onFilesRemoved(const Fm::FileInfoList& files);
176 Fm::FilePath currentFile_; // path to current image file
183 std::shared_ptr<Fm::Folder> folder_;
184 Fm::FilePath folderPath_;
185 Fm::FolderModel* folderModel_;
186 Fm::ProxyFolderModel* proxyModel_;
191 Fm::FolderView* thumbnailsView_;
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dlibint_2c_3c.F340 params%Fm = 0.0_dp
348 params%Fm = prefac*params%Fm
358 params%Fm = prefac*params%Fm
375 params%Fm(l) = params%Fm(l) + Fm(l)*tmp
378 params%Fm = prefac*params%Fm
539 params%Fm = 0.0_dp
545 params%Fm = prefac*params%Fm
554 params%Fm = prefac*params%Fm
570 params%Fm(l) = params%Fm(l) + Fm(l)*tmp
573 params%Fm = prefac*params%Fm
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dlibint_2c_3c.F305 params%Fm = 0.0_dp
313 params%Fm = prefac*params%Fm
323 params%Fm = prefac*params%Fm
340 params%Fm(l) = params%Fm(l) + Fm(l)*tmp
343 params%Fm = prefac*params%Fm
504 params%Fm = 0.0_dp
510 params%Fm = prefac*params%Fm
519 params%Fm = prefac*params%Fm
535 params%Fm(l) = params%Fm(l) + Fm(l)*tmp
538 params%Fm = prefac*params%Fm
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/arm/nwfpe/
H A Dnetwinder-fpe.rst68 CMF{cond} Fn, Fm Compare floating
70 CNF{cond} Fn, Fm Compare negated floating
80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
107 MVF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move
114 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round
119 NRM{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - normalize
133 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
134 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
135 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
136 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/arm/nwfpe/
H A Dnetwinder-fpe.rst68 CMF{cond} Fn, Fm Compare floating
70 CNF{cond} Fn, Fm Compare negated floating
80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
107 MVF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move
114 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round
119 NRM{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - normalize
133 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
134 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
135 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
136 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/arm/nwfpe/
H A Dnetwinder-fpe.rst68 CMF{cond} Fn, Fm Compare floating
70 CNF{cond} Fn, Fm Compare negated floating
80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
107 MVF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move
114 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round
119 NRM{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - normalize
133 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
134 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
135 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
136 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
[all …]

12345678910>>...74