Home
last modified time | relevance | path

Searched refs:num_editors (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/
H A Dcolor_dialog.cpp416 auto num_editors = component_colors.size(); in updateWidgets() local
418 for (auto i = num_components+1; i < num_editors; ++i) in updateWidgets()
426 if (num_editors != num_components+1) in updateWidgets()
434 for (auto i = num_editors; i <= num_components; ++i) in updateWidgets()
445 num_editors = component_colors.size(); in updateWidgets()
447 for (std::size_t i = 0; i < num_editors; i++) in updateWidgets()
467 auto stretch_row = qMax(stretch_row0, components_row0+int(num_editors)); in updateWidgets()
732 auto num_editors = component_colors.size(); in spotColorCompositionChanged() local
733 components.reserve(num_editors); in spotColorCompositionChanged()
734 for (std::size_t i = 0; i < num_editors; i++) in spotColorCompositionChanged()
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dgbdfed.c40 guint num_editors; variable
210 for (i = modified = 0; i < num_editors; i++) { in quit_application()
227 for (i = 0; i < num_editors; i++) { in quit_application()
837 for (; i < num_editors; i++) { in menu_popup()
1463 for (i = 0; i < num_editors; i++) { in make_windows_menu()
1661 if (num_editors > 0 && !cmdline) in gbdfed_make_editor()
1695 if (num_editors == 0) in gbdfed_make_editor()
1699 sizeof(gbdfed_editor_t) * (num_editors + 1)); in gbdfed_make_editor()
1701 ed = editors + num_editors; in gbdfed_make_editor()
1703 ed->id = num_editors++; in gbdfed_make_editor()
[all …]
H A Dgbdfed.h243 extern guint num_editors;
/dports/audio/din/din-52/src/
H A Dui.cc564 int num_editors = 5; in handle_plugin() local
566 for (int i = 0; i < num_editors; ++i) widgets_of[ueds[i]].push_back (which); in handle_plugin()
568 for (int i = 0; i < num_editors; ++i) { in handle_plugin()