Home
last modified time | relevance | path

Searched refs:m_labels (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/demos/gtk-demo/
H A Dexample_overlay.cc20 Gtk::Label m_labels[9]; member in Example_Overlay
66 m_labels[i].set_text("Hello world"); in configure_entries_and_labels()
67 m_labels[i].set_margin_start(20); in configure_entries_and_labels()
68 m_labels[i].set_margin_end(20); in configure_entries_and_labels()
69 m_labels[i].set_margin_top(5); in configure_entries_and_labels()
70 m_labels[i].set_margin_bottom(5); in configure_entries_and_labels()
73 m_overlay.add_overlay(m_labels[i]); in configure_entries_and_labels()
79 m_labels[0].set_halign(Gtk::ALIGN_END); in configure_entries_and_labels()
80 m_labels[0].set_valign(Gtk::ALIGN_END); in configure_entries_and_labels()
85 m_labels[1].set_valign(Gtk::ALIGN_END); in configure_entries_and_labels()
[all …]
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Ui/qsui/
H A Dqsuistatusbar.cpp38 m_labels.insert(LabelType(i), label); in QSUiStatusBar()
83 m_labels[BitrateLabel]->clear(); in onStateChanged()
85 m_labels[TimeLabel]->clear(); in onStateChanged()
96 m_labels[LabelType(i)]->hide(); in onStateChanged()
101 m_labels[StatusLabel]->show(); in onStateChanged()
111 m_labels[t]->show(); in onStateChanged()
116 m_labels[t]->show(); in onStateChanged()
121 m_labels[t]->hide(); in onStateChanged()
133 m_labels[LabelType(i)]->hide(); in onStateChanged()
138 m_labels[StatusLabel]->show(); in onStateChanged()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/dialogs/
H A DLabelListModel.cpp21 , m_labels( labels ) in LabelListModel()
29 return m_labels.count(); in rowCount()
37 if ( index.row() >= m_labels.size() ) in data()
68 m_labels.sort(); in setData()
80 m_labels << label ; in addLabel()
81 m_labels.sort(); in addLabel()
105 m_labels.removeAt( index ); in removeLabel()
125 return m_labels; in labels()
132 m_labels = labels; in setLabels()
144 m_labels.insert( position, "" ); in insertRows()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/
H A DLabel_set.h40 Base m_labels; variable
94 m_labels.push_back (out);
220 if (label->index() >= m_labels.size() in remove()
225 m_labels[i]->m_index --; in remove()
226 m_labels.erase (m_labels.begin() + label->index()); in remove()
236 m_labels.clear(); in clear()
248 iterator end() { return m_labels.end(); } in end()
255 return m_labels.size(); in size()
263 return m_labels[i];
297 ++ nb_inliers[m_labels.size()];
[all …]
H A DEvaluation.h40 const Label_set& m_labels; variable
54 : m_labels (labels) in Evaluation()
79 : m_labels (labels) in Evaluation()
88 m_confusion.resize (m_labels.size()); in init()
90 m_confusion[i].resize (m_labels.size(), 0); in init()
95 for (std::size_t i = 0; i < m_labels.size(); ++ i) in label_has_ground_truth()
170 for (std::size_t i = 0; i < m_labels.size(); ++ i) in precision()
194 for (std::size_t i = 0; i < m_labels.size(); ++ i) in recall()
234 for (std::size_t i = 0; i < m_labels.size(); ++ i) in intersection_over_union()
304 mean += f1_score(m_labels[i]); in mean_f1_score()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/widgets/
H A DTransformFinder.cpp213 m_labels[--j]->hide(); in parse()
305 if (i >= (int)m_labels.size()) { in parse()
314 m_labels.push_back(label); in parse()
326 if (!m_labels[i]->isVisible()) m_labels[i]->show(); in parse()
342 if (!m_labels[i]->isVisible()) continue;
343 if (m_labels[i] == s) {
344 if (m_labels[i]->isSelected()) {
348 if (m_labels[i]->isSelected()) {
349 m_labels[i]->setSelected(false);
396 if (i+1 < (int)m_labels.size() &&
[all …]
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Classification/
H A DItem_classification_base.h93 m_labels.add(name); in add_new_label()
99 m_ethz = new ETHZ_random_forest (m_labels, m_features); in add_new_label()
106 return label_qcolor (m_labels[m_labels.size() - 1]); in add_new_label()
110 m_labels.remove(m_labels[position]); in remove_label()
127 m_labels.clear(); in clear_labels()
146 for (std::size_t i = 0; i < m_labels.size(); ++ i) in fill_display_combo_box()
149 oss << "Label " << m_labels[i]->name(); in fill_display_combo_box()
226 return label_qcolor (m_labels[i]); in label_color()
230 m_labels[position]->set_color in change_label_color()
235 m_labels[position]->set_name (name); in change_label_name()
[all …]
H A DPoint_set_item_classification.cpp207 m_labels.add("ground"); in Point_set_item_classification()
208 m_labels.add("vegetation"); in Point_set_item_classification()
209 m_labels.add("roof"); in Point_set_item_classification()
210 m_labels.add("facade"); in Point_set_item_classification()
258 if (m_labels[i]->name() == "ground") in ~Point_set_item_classification()
262 else if (m_labels[i]->name() == "med_veget" || m_labels[i]->name() == "vegetation") in ~Point_set_item_classification()
266 else if (m_labels[i]->name() == "building" || m_labels[i]->name() == "roof") in ~Point_set_item_classification()
270 else if (m_labels[i]->name() == "reserved" || m_labels[i]->name() == "facade") in ~Point_set_item_classification()
274 else if (m_labels[i]->name() == "rail") in ~Point_set_item_classification()
389 color = label_qcolor (m_labels[c]); in change_color()
[all …]
H A DSurface_mesh_item_classification.cpp27 m_labels.add("ground"); in Surface_mesh_item_classification()
28 m_labels.add("vegetation"); in Surface_mesh_item_classification()
29 m_labels.add("roof"); in Surface_mesh_item_classification()
30 m_labels.add("facade"); in Surface_mesh_item_classification()
32 m_sowf = new Sum_of_weighted_features (m_labels, m_features); in Surface_mesh_item_classification()
105 color = label_qcolor (m_labels[c]); in change_color()
119 color = label_qcolor(m_labels[c]); in change_color()
157 corrected_index -= m_labels.size(); in change_color()
261 m_label_probabilities.resize (m_labels.size()); in train()
268 std::vector<std::size_t> nb_label (m_labels.size(), 0); in train()
[all …]
H A DCluster_classification.cpp220 m_labels.add("ground"); in Cluster_classification()
221 m_labels.add("vegetation"); in Cluster_classification()
222 m_labels.add("roof"); in Cluster_classification()
223 m_labels.add("facade"); in Cluster_classification()
322 if (m_labels[i]->name() == "ground") in ~Cluster_classification()
326 else if (m_labels[i]->name() == "med_veget" || m_labels[i]->name() == "vegetation") in ~Cluster_classification()
330 else if (m_labels[i]->name() == "building" || m_labels[i]->name() == "roof") in ~Cluster_classification()
332 else if (m_labels[i]->name() == "noise") in ~Cluster_classification()
334 else if (m_labels[i]->name() == "reserved" || m_labels[i]->name() == "facade") in ~Cluster_classification()
338 else if (m_labels[i]->name() == "rail") in ~Cluster_classification()
[all …]
H A DPoint_set_item_classification.h242 (m_labels.size(), nullptr); in generate_one_item_per_label()
243 for (std::size_t i = 0; i < m_labels.size(); ++ i) in generate_one_item_per_label()
314 for (std::size_t i = 0; i < m_labels.size(); ++ i) in update_comments_of_point_set_item()
329 m_label_probabilities.resize (m_labels.size()); in run()
350 m_labels, classifier, in run()
359 m_labels, classifier, in run()
378 for (std::size_t i = 0; i < m_labels.size(); ++ i) in run()
380 std::cerr << " * " << m_labels[i]->name() << ": " in run()
381 << eval.precision(m_labels[i]) << " ; " in run()
382 << eval.recall(m_labels[i]) << " ; " in run()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dslider.cpp75 m_labels = NULL; in Init()
227 delete m_labels; in ~wxSlider()
337 if ( m_labels ) in GetBoundingBox()
387 if ( !m_labels ) in DoMoveWindow()
523 if ( m_labels ) in DoGetBestSize()
543 if ( m_labels ) in DoGetBestSize()
581 if ( m_labels ) in SetValue()
600 if ( m_labels ) in SetRange()
693 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Min] : NULL; in GetStaticMin()
698 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Max] : NULL; in GetStaticMax()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dslider.cpp75 m_labels = NULL; in Init()
227 delete m_labels; in ~wxSlider()
337 if ( m_labels ) in GetBoundingBox()
387 if ( !m_labels ) in DoMoveWindow()
523 if ( m_labels ) in DoGetBestSize()
543 if ( m_labels ) in DoGetBestSize()
581 if ( m_labels ) in SetValue()
600 if ( m_labels ) in SetRange()
693 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Min] : NULL; in GetStaticMin()
698 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Max] : NULL; in GetStaticMax()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dslider.cpp69 m_labels = NULL; in Init()
169 if ( m_labels ) in Create()
232 delete m_labels; in ~wxSlider()
355 if ( m_labels ) in GetBoundingBox()
405 if ( !m_labels ) in DoMoveWindow()
575 if ( m_labels ) in DoGetBestSize()
676 if ( m_labels ) in SetValue()
695 if ( m_labels ) in SetRange()
798 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Min] : NULL; in GetStaticMin()
803 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Max] : NULL; in GetStaticMax()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dslider95.cpp137 m_labels = NULL; in wxBEGIN_FLAGS()
284 delete m_labels; in ~wxSlider()
394 if ( m_labels ) in GetBoundingBox()
449 if ( !m_labels ) in DoMoveWindow()
523 if ( m_labels ) in DoGetBestSize()
541 if ( m_labels ) in DoGetBestSize()
574 if ( m_labels ) in SetValue()
588 if ( m_labels ) in SetRange()
671 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Min] : NULL; in GetStaticMin()
676 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Max] : NULL; in GetStaticMax()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dslider95.cpp137 m_labels = NULL; in wxBEGIN_FLAGS()
284 delete m_labels; in ~wxSlider()
394 if ( m_labels ) in GetBoundingBox()
449 if ( !m_labels ) in DoMoveWindow()
523 if ( m_labels ) in DoGetBestSize()
541 if ( m_labels ) in DoGetBestSize()
574 if ( m_labels ) in SetValue()
588 if ( m_labels ) in SetRange()
671 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Min] : NULL; in GetStaticMin()
676 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Max] : NULL; in GetStaticMax()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dslider95.cpp137 m_labels = NULL; in wxBEGIN_FLAGS()
284 delete m_labels; in ~wxSlider()
394 if ( m_labels ) in GetBoundingBox()
449 if ( !m_labels ) in DoMoveWindow()
523 if ( m_labels ) in DoGetBestSize()
541 if ( m_labels ) in DoGetBestSize()
574 if ( m_labels ) in SetValue()
588 if ( m_labels ) in SetRange()
671 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Min] : NULL; in GetStaticMin()
676 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Max] : NULL; in GetStaticMax()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dslider95.cpp137 m_labels = NULL; in wxBEGIN_FLAGS()
284 delete m_labels; in ~wxSlider()
394 if ( m_labels ) in GetBoundingBox()
449 if ( !m_labels ) in DoMoveWindow()
523 if ( m_labels ) in DoGetBestSize()
541 if ( m_labels ) in DoGetBestSize()
574 if ( m_labels ) in SetValue()
588 if ( m_labels ) in SetRange()
671 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Min] : NULL; in GetStaticMin()
676 return m_labels ? (WXHWND)(*m_labels)[SliderLabel_Max] : NULL; in GetStaticMax()
[all …]
/dports/games/knavalbattle/knavalbattle-21.12.3/src/
H A Dseaview.cpp35 m_labels[0] = new PlayerLabel( in SeaView()
39 m_labels[0]->show(); in SeaView()
40 m_labels[1] = new PlayerLabel( in SeaView()
44 m_labels[1]->show(); in SeaView()
89 m_labels[0]->show(); in refresh()
91 m_labels[0]->update(); in refresh()
94 m_labels[0]->hide(); in refresh()
105 m_labels[1]->show(); in refresh()
107 m_labels[1]->update(); in refresh()
110 m_labels[1]->hide(); in refresh()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/variables/
H A Dset_variable.h40 : m_labels(std::move(*resize(&labels))), in Set_variable()
41 m_typelib{m_labels.size() - 1, "", m_labels.data(), nullptr} {} in Set_variable()
46 uint32_t get_labels_count() const { return m_labels.size() - 1; } in get_labels_count()
48 labels->assign(m_labels.begin(), m_labels.end() - 1); in get_labels()
57 std::vector<const char *> m_labels; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eks/include/aws/eks/model/
H A DFargateProfileSelector.h88 inline const Aws::Map<Aws::String, Aws::String>& GetLabels() const{ return m_labels; } in GetLabels()
102 …s(const Aws::Map<Aws::String, Aws::String>& value) { m_labelsHasBeenSet = true; m_labels = value; } in SetLabels()
109 …ws::Map<Aws::String, Aws::String>&& value) { m_labelsHasBeenSet = true; m_labels = std::move(value… in SetLabels()
130 …ws::String& key, const Aws::String& value) { m_labelsHasBeenSet = true; m_labels.emplace(key, valu… in AddLabels()
137 …s::String&& key, const Aws::String& value) { m_labelsHasBeenSet = true; m_labels.emplace(std::move… in AddLabels()
144 …nst Aws::String& key, Aws::String&& value) { m_labelsHasBeenSet = true; m_labels.emplace(key, std:… in AddLabels()
151 …ls(Aws::String&& key, Aws::String&& value) { m_labelsHasBeenSet = true; m_labels.emplace(std::move… in AddLabels()
158 …bels(const char* key, Aws::String&& value) { m_labelsHasBeenSet = true; m_labels.emplace(key, std:… in AddLabels()
165 …bels(Aws::String&& key, const char* value) { m_labelsHasBeenSet = true; m_labels.emplace(std::move… in AddLabels()
172 …Labels(const char* key, const char* value) { m_labelsHasBeenSet = true; m_labels.emplace(key, valu… in AddLabels()
[all …]
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/engine/
H A Daxisrendercache.cpp78 m_labels.clear(); in setType()
104 if (m_labels != labels) { in setLabels()
106 int oldSize(m_labels.size()); in setLabels()
121 } else if (i >= oldSize || labels.at(i) != m_labels.at(i) in setLabels()
127 m_labels = labels; in setLabels()
180 int widest = maxLabelWidth(m_labels); in updateTextures()
182 for (int i = 0; i < m_labels.size(); i++) { in updateTextures()
183 if (m_labels.at(i).isEmpty()) in updateTextures()
186 m_drawer->generateLabelItem(*m_labelItems[i], m_labels.at(i), widest); in updateTextures()
193 for (int i = 0; i < m_labels.size(); i++) in clearLabels()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehend/include/aws/comprehend/model/
H A DContainsPiiEntitiesResult.h40 inline const Aws::Vector<EntityLabel>& GetLabels() const{ return m_labels; } in GetLabels()
46 inline void SetLabels(const Aws::Vector<EntityLabel>& value) { m_labels = value; } in SetLabels()
52 inline void SetLabels(Aws::Vector<EntityLabel>&& value) { m_labels = std::move(value); } in SetLabels()
70 …inline ContainsPiiEntitiesResult& AddLabels(const EntityLabel& value) { m_labels.push_back(value);… in AddLabels()
76 …inline ContainsPiiEntitiesResult& AddLabels(EntityLabel&& value) { m_labels.push_back(std::move(va… in AddLabels()
80 Aws::Vector<EntityLabel> m_labels;
/dports/games/fillets-ng/fillets-ng-1.0.1/src/widget/
H A DLabels.cpp43 m_labels = new ResDialogPack(); in Labels()
50 m_labels->removeAll(); in ~Labels()
51 delete m_labels; in ~Labels()
58 m_labels->addRes(name, new Dialog(lang, "", text)); in addLabel()
65 const Dialog *dialog = m_labels->findDialogHard(name); in getLabel()
80 const Dialog *dialog = m_labels->findDialogHard(name); in getFormatedLabel()
/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/ETHZ/
H A DRandom_forest_classifier.h74 const Label_set& m_labels; variable
89 : m_labels (labels), m_features (features) in Random_forest_classifier()
108 : m_labels (other.m_labels), m_features (features) in Random_forest_classifier()
174 CGAL_precondition (m_labels.is_valid_ground_truth (ground_truth));
184 std::vector<std::size_t> count (m_labels.size(), 0);
205 for (std::size_t i = 0; i < m_labels.size(); ++ i)
206 std::cerr << " * " << m_labels[i]->name() << ": " << count[i] << " inlier(s)" << std::endl;
221 …ector, CGAL::internal::liblearning::DataView2D<int>(), generator, 0, reset_trees, m_labels.size());
227 out.resize (m_labels.size(), 0.); in operator()
234 std::vector<float> prob (m_labels.size()); in operator()

12345678910>>...17