Home
last modified time | relevance | path

Searched defs:canSelectFiles (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/git/
H A Dstashpatchsource.h33 bool canSelectFiles() const override { return true; }; in canSelectFiles() function
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/interfaces/
H A Dipatchsource.cpp45 bool IPatchSource::canSelectFiles() const in canSelectFiles() function in IPatchSource
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/filebrowser/
H A Djuce_FileBrowserComponent.h58canSelectFiles = 4, /**< specifies that the user can select files (can be used… enumerator
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/filebrowser/
H A Djuce_FileBrowserComponent.h58canSelectFiles = 4, /**< specifies that the user can select files (can be used… enumerator
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/vcs/widgets/
H A Dvcsdiffpatchsources.cpp211 bool VCSCommitDiffPatchSource::canSelectFiles() const { in canSelectFiles() function in VCSCommitDiffPatchSource