Home
last modified time | relevance | path

Searched defs:WeightRole (Results 1 – 8 of 8) sorted by relevance

/dports/cad/cura/Cura-58bae31/cura/Machines/Models/
H A DIntentCategoryModel.py26 WeightRole = Qt.UserRole + 3 variable in IntentCategoryModel
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Ddelegationstakeritemmodel.h38 WeightRole = Qt::UserRole + 8, enumerator
H A Dsuperstakeritemmodel.h40 WeightRole = Qt::UserRole + 9, enumerator
H A Ddelegationitemmodel.h45 WeightRole = Qt::UserRole + 12, enumerator
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-netdir/src/
H A Dweight.rs88 pub enum WeightRole { enum
230 role: WeightRole, in weight_bw_for_role()
H A Dlib.rs627 fn frac_for_role<'a, F>(&'a self, role: WeightRole, usable: F) -> f64 in frac_for_role()
708 role: WeightRole, in pick_relay()
761 role: WeightRole, in pick_n_relays()
793 pub fn total_weight<P>(&self, role: WeightRole, usable: P) -> RelayWeight in total_weight()
/dports/editors/kate/kate-21.12.3/kate/
H A Dkateoutputview.cpp163 static constexpr int WeightRole = Qt::UserRole + 1; member in OutputSortFilterProxyModel
/dports/editors/kate/kate-21.12.3/addons/lspclient/
H A Dlspclientsymbolview.cpp156 static constexpr int WeightRole = Qt::UserRole + 1; member in LSPClientSymbolViewFilterProxyModel