Home
last modified time | relevance | path

Searched refs:SortMethod (Results 1 – 25 of 87) sorted by relevance

1234

/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A DSortMethod.h55 class SortMethod
58 SortMethod() {} in SortMethod() function
59 virtual ~SortMethod() {} in ~SortMethod()
70 class DontSortMethod: public SortMethod
79 class BSPSortMethod: public SortMethod
88 class TopologicalSortMethod: public SortMethod
H A DVRender.cpp72 SortMethod *sort_method = nullptr ; in VectorialRender()
107 if(SortMethod != EPS_DONT_SORT) in VectorialRender()
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A DSortMethod.h55 class SortMethod
58 SortMethod() {} in SortMethod() function
59 virtual ~SortMethod() {} in ~SortMethod()
70 class DontSortMethod: public SortMethod
79 class BSPSortMethod: public SortMethod
88 class TopologicalSortMethod: public SortMethod
H A DVRender.cpp72 SortMethod *sort_method = NULL ; in VectorialRender()
107 if(SortMethod != EPS_DONT_SORT) in VectorialRender()
/dports/audio/giada/giada-0.17.1/src/core/plugins/
H A DpluginManager.cpp100 sortPlugins(static_cast<pluginManager::SortMethod>(conf::conf.pluginSortMethod)); in init()
340 void sortPlugins(SortMethod method) in sortPlugins()
343 case SortMethod::NAME: in sortPlugins()
344 knownPluginList_.sort(juce::KnownPluginList::SortMethod::sortAlphabetically, true); in sortPlugins()
346 case SortMethod::CATEGORY: in sortPlugins()
347 knownPluginList_.sort(juce::KnownPluginList::SortMethod::sortByCategory, true); in sortPlugins()
349 case SortMethod::MANUFACTURER: in sortPlugins()
350 knownPluginList_.sort(juce::KnownPluginList::SortMethod::sortByManufacturer, true); in sortPlugins()
352 case SortMethod::FORMAT: in sortPlugins()
353 knownPluginList_.sort(juce::KnownPluginList::SortMethod::sortByFormat, true); in sortPlugins()
H A DpluginManager.h48 enum class SortMethod : int enum
110 void sortPlugins(SortMethod sortMethod);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/scanning/
H A Djuce_KnownPluginList.h128 enum SortMethod enum
148 SortMethod sortMethod, const String& currentlyTickedPluginID = {});
158 void sort (SortMethod method, bool forwards);
179 …::unique_ptr<PluginTree> createTree (const Array<PluginDescription>& types, SortMethod sortMethod);
224 …JUCE_DEPRECATED (void addToMenu (PopupMenu& menu, SortMethod sortMethod, const String& currentlyTi…
226 JUCE_DEPRECATED (std::unique_ptr<PluginTree> createTree (const SortMethod sortMethod) const);
H A Djuce_KnownPluginList.cpp285 PluginSorter (KnownPluginList::SortMethod sortMethod, bool forwards) noexcept in PluginSorter()
324 KnownPluginList::SortMethod method;
328 void KnownPluginList::sort (const SortMethod method, bool forwards) in sort()
439 const KnownPluginList::SortMethod sortMethod) in buildTreeByCategory()
566 …ginTree> KnownPluginList::createTree (const Array<PluginDescription>& types, SortMethod sortMethod) in createTree()
593 void KnownPluginList::addToMenu (PopupMenu& menu, const Array<PluginDescription>& types, SortMethod in addToMenu()
621 void KnownPluginList::addToMenu (PopupMenu& menu, SortMethod sortMethod, const String& currentlyTic… in addToMenu()
631 std::unique_ptr<KnownPluginList::PluginTree> KnownPluginList::createTree (const SortMethod sortMeth… in createTree()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_processors/scanning/
H A Djuce_KnownPluginList.h128 enum SortMethod enum
148 SortMethod sortMethod, const String& currentlyTickedPluginID = {});
158 void sort (SortMethod method, bool forwards);
179 …::unique_ptr<PluginTree> createTree (const Array<PluginDescription>& types, SortMethod sortMethod);
224 …JUCE_DEPRECATED (void addToMenu (PopupMenu& menu, SortMethod sortMethod, const String& currentlyTi…
226 JUCE_DEPRECATED (std::unique_ptr<PluginTree> createTree (const SortMethod sortMethod) const);
H A Djuce_KnownPluginList.cpp285 PluginSorter (KnownPluginList::SortMethod sortMethod, bool forwards) noexcept in PluginSorter()
324 KnownPluginList::SortMethod method;
328 void KnownPluginList::sort (const SortMethod method, bool forwards) in sort()
439 const KnownPluginList::SortMethod sortMethod) in buildTreeByCategory()
566 …ginTree> KnownPluginList::createTree (const Array<PluginDescription>& types, SortMethod sortMethod) in createTree()
593 void KnownPluginList::addToMenu (PopupMenu& menu, const Array<PluginDescription>& types, SortMethod in addToMenu()
621 void KnownPluginList::addToMenu (PopupMenu& menu, SortMethod sortMethod, const String& currentlyTic… in addToMenu()
631 std::unique_ptr<KnownPluginList::PluginTree> KnownPluginList::createTree (const SortMethod sortMeth… in createTree()
/dports/multimedia/lms/lms-3.25.2/src/libs/database/impl/
H A DArtist.cpp160 case Artist::SortMethod::None: in getAll()
162 case Artist::SortMethod::ByName: in getAll()
165 case Artist::SortMethod::BySortName: in getAll()
184 case Artist::SortMethod::None: in getAll()
186 case Artist::SortMethod::ByName: in getAll()
272 SortMethod sortMethod, in getByFilter()
281 case Artist::SortMethod::None: in getByFilter()
283 case Artist::SortMethod::ByName: in getByFilter()
345 SortMethod sortMethod, in getStarred()
364 case Artist::SortMethod::None: in getStarred()
[all …]
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/include/IrcModel/
H A Dircusermodel.h55 Q_PROPERTY(Irc::SortMethod sortMethod READ sortMethod WRITE setSortMethod)
78 Irc::SortMethod sortMethod() const;
79 void setSortMethod(Irc::SortMethod method);
97 void sort(Irc::SortMethod method, Qt::SortOrder order = Qt::AscendingOrder);
112 virtual bool lessThan(IrcUser* one, IrcUser* another, Irc::SortMethod method) const;
H A Dircbuffermodel.h53 Q_PROPERTY(Irc::SortMethod sortMethod READ sortMethod WRITE setSortMethod)
91 Irc::SortMethod sortMethod() const;
92 void setSortMethod(Irc::SortMethod method);
129 void sort(Irc::SortMethod method, Qt::SortOrder order = Qt::AscendingOrder);
155 virtual bool lessThan(IrcBuffer* one, IrcBuffer* another, Irc::SortMethod method) const;
H A Dircusermodel_p.h66 Irc::SortMethod sortMethod = Irc::SortByHand;
/dports/multimedia/lms/lms-3.25.2/src/libs/database/include/database/
H A DArtist.hpp50 enum class SortMethod enum in Database::Artist
68 SortMethod sortMethod
74 SortMethod sortMethod,
79 static std::vector<pointer> getAll(Session& session, SortMethod sortMethod);
80 …static std::vector<pointer> getAll(Session& session, SortMethod sortMethod, std::optional<Range> r…
95 SortMethod sortMethod,
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/PanelView/
H A Dkrviewproperties.h76 enum SortMethod { enum
86 SortMethod sortMethod, bool humanReadableSize,
95 const SortMethod sortMethod; // sort method for names and extensions
H A Dkrviewproperties.cpp24 KrViewProperties::SortMethod sortMethod, bool humanReadableSize, in KrViewProperties()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/extra-cmds/
H A Dreadtags-cmd.c19 static sortType SortMethod; variable
296 if (tagsSetSortType (file, SortMethod) != TagSuccess) in findTag()
301 SortMethod, in findTag()
552 SortMethod = 0; in main()
555 SortMethod = 1; in main()
558 SortMethod = 2; in main()
655 SortMethod = TAG_SORTED; in main()
657 SortMethod = (sortType) (arg[j] - '0'); in main()
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/src/model/
H A Dircusermodel.cpp94 IrcUserLessThan(IrcUserModel* model, Irc::SortMethod method) : model(model), method(method) { } in IrcUserLessThan()
98 Irc::SortMethod method;
104 … IrcUserGreaterThan(IrcUserModel* model, Irc::SortMethod method) : model(model), method(method) { } in IrcUserGreaterThan()
108 Irc::SortMethod method;
494 Irc::SortMethod IrcUserModel::sortMethod() const in sortMethod()
500 void IrcUserModel::setSortMethod(Irc::SortMethod method) in setSortMethod()
695 void IrcUserModel::sort(Irc::SortMethod method, Qt::SortOrder order) in sort()
733 bool IrcUserModel::lessThan(IrcUser* one, IrcUser* another, Irc::SortMethod method) const in lessThan()
H A Dircbuffermodel.cpp113 …IrcBufferLessThan(IrcBufferModel* model, Irc::SortMethod method) : model(model), method(method) { } in IrcBufferLessThan()
117 Irc::SortMethod method;
123 …IrcBufferGreaterThan(IrcBufferModel* model, Irc::SortMethod method) : model(model), method(method)… in IrcBufferGreaterThan()
127 Irc::SortMethod method;
987 Irc::SortMethod IrcBufferModel::sortMethod() const in sortMethod()
993 void IrcBufferModel::setSortMethod(Irc::SortMethod method) in setSortMethod()
1066 void IrcBufferModel::sort(Irc::SortMethod method, Qt::SortOrder order) in sort()
1137 bool IrcBufferModel::lessThan(IrcBuffer* one, IrcBuffer* another, Irc::SortMethod method) const in lessThan()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/include/de/framework/
H A Ddata.h118 enum SortMethod { Ascending, Descending }; enum
120 virtual void sort(SortMethod method = Ascending);
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/include/IrcCore/
H A Dirc.h45 Q_ENUMS(Color DataRole SortMethod Code)
88 enum SortMethod { enum
548 IRC_CORE_EXPORT QDebug operator<<(QDebug debug, Irc::SortMethod method);
557 Q_DECLARE_METATYPE(IRC_PREPEND_NAMESPACE(Irc::SortMethod))
/dports/multimedia/lms/lms-3.25.2/src/test/database/
H A DDatabaseTest.cpp188 auto artists {Artist::getAll(session, Artist::SortMethod::ByName)}; in testSingleArtist()
394 CHECK(Artist::getAll(session, Artist::SortMethod::ByName).size() == 2); in testSingleTrackMultiArtists()
459 auto allArtistsByName {Artist::getAll(session, Artist::SortMethod::ByName)}; in testMultiArtistsSortMethod()
460 auto allArtistsBySortName {Artist::getAll(session, Artist::SortMethod::BySortName)}; in testMultiArtistsSortMethod()
1021 auto artists {Artist::getByClusters(session, {cluster1.getId()}, Artist::SortMethod::ByName)}; in testSingleTrackSingleArtistMultiClusters()
1025 CHECK(Artist::getByClusters(session, {cluster2.getId()}, Artist::SortMethod::ByName).empty()); in testSingleTrackSingleArtistMultiClusters()
1038 artists = Artist::getByClusters(session, {cluster2.getId()}, Artist::SortMethod::ByName); in testSingleTrackSingleArtistMultiClusters()
1077 auto artists {Artist::getByClusters(session, {cluster.getId()}, Artist::SortMethod::ByName)}; in testSingleTrackSingleArtistMultiRolesMultiClusters()
1121 auto artists {Artist::getByClusters(session, clusterIds, Artist::SortMethod::ByName)}; in testMultiTracksSingleArtistMultiClusters()
1236 auto artists {Artist::getByClusters(session, {cluster.getId()}, Artist::SortMethod::ByName)}; in testSingleTrackSingleReleaseSingleArtistSingleCluster()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/framegraph/
H A Dsortpolicy.cpp51 : FrameGraphNode(FrameGraphNode::SortMethod) in SortPolicy()
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/src/core/
H A Dirccore.cpp55 qRegisterMetaType<Irc::SortMethod>("Irc::SortMethod"); in registerMetaTypes()

1234