Home
last modified time | relevance | path

Searched refs:selection_only (Results 1 – 25 of 82) sorted by relevance

1234

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/maya_tools/
H A Dmaya_export_tools.h37 MStatus export_object(const char* path, bool selection_only = false);
38 MStatus export_skl_object(const char* path, bool selection_only = false);
39 MStatus export_skl(const char* path, bool selection_only = false);
H A Dmaya_export_tools.cxx630 static void collect_meshes(MObjectArray& mesh_objs, bool selection_only) in collect_meshes() argument
632 if (selection_only) { in collect_meshes()
650 MStatus maya_export_tools::export_object(const char* path, bool selection_only) in export_object() argument
653 collect_meshes(mesh_objs, selection_only); in export_object()
671 static MStatus find_mesh_and_skin(MObject* mesh_obj, MObject* skin_obj, bool selection_only) in find_mesh_and_skin() argument
674 collect_meshes(mesh_objs, selection_only); in find_mesh_and_skin()
720 MStatus maya_export_tools::export_skl_object(const char* path, bool selection_only) in export_skl_object() argument
723 MStatus status = find_mesh_and_skin(&mesh_obj, &skin_obj, selection_only); in export_skl_object()
738 MStatus maya_export_tools::export_skl(const char* path, bool selection_only) in export_skl() argument
744 MStatus status = find_mesh_and_skin(0, &skin_obj, selection_only); in export_skl()
/dports/audio/kwave/kwave-21.12.3/plugins/saveblocks/
H A DSaveBlocksPlugin.h80 void scanBlocksToSave(const QString &base, bool selection_only);
134 numbering_mode_t mode, bool selection_only);
155 bool selection_only);
H A DSaveBlocksPlugin.cpp141 bool selection_only = (enable_selection_only) ? in setup() local
147 *list << QString::number(selection_only); in setup()
152 QString::number(selection_only) + _(")") in setup()
210 bool selection_only = enable_selection_only && m_selection_only; in start() local
211 if (!selection_only) { in start()
217 scanBlocksToSave(base, selection_only); in start()
449 bool selection_only) in scanBlocksToSave() argument
460 if (selection_only) { in scanBlocksToSave()
717 bool selection_only) in firstFileName() argument
726 scanBlocksToSave(base, selection_only); in firstFileName()
[all …]
H A DSaveBlocksDialog.h62 bool selection_only,
92 bool selection_only);
H A DSaveBlocksDialog.cpp39 bool selection_only, in SaveBlocksDialog() argument
45 numbering_mode, selection_only, have_selection)) in SaveBlocksDialog()
H A DSaveBlocksWidget.cpp34 bool selection_only, in SaveBlocksWidget() argument
68 chkSelectionOnly->setChecked(selection_only); in SaveBlocksWidget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/printing/common/
H A Dprint_messages.cc72 selection_only(false), in PrintMsg_Print_Params()
100 selection_only = false; in Reset()
138 selection_only(false) {} in PrintHostMsg_RequestPrintPreview_Params()
H A Dprint_messages.h51 bool selection_only; member
90 bool selection_only; member
149 IPC_STRUCT_TRAITS_MEMBER(selection_only)
216 IPC_STRUCT_TRAITS_MEMBER(selection_only)
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimppalette-import.c273 gboolean selection_only, in gimp_palette_import_extract() argument
297 if (selection_only && in gimp_palette_import_extract()
359 gboolean selection_only) in gimp_palette_import_from_image() argument
373 if (selection_only) in gimp_palette_import_from_image()
389 selection_only, in gimp_palette_import_from_image()
448 gboolean selection_only) in gimp_palette_import_from_drawable() argument
462 if (selection_only) in gimp_palette_import_from_drawable()
482 selection_only, in gimp_palette_import_from_drawable()
H A Dgimppalette-import.h33 gboolean selection_only);
42 gboolean selection_only);
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dcode_editor.cpp432 return selection_only->is_pressed(); in is_selection_only()
552 selection_only = memnew(CheckBox); in FindReplaceBar()
555 selection_only->set_focus_mode(FOCUS_NONE); in FindReplaceBar()
604 selection_only->set_disabled(true); in popup_replace()
609 selection_only->set_disabled(false); in popup_replace()
757 selection_only->set_disabled(true); in _prompt_changed()
762 selection_only->set_disabled(false); in _prompt_changed()
783 return selection_only->is_pressed(); in is_replace_selection_only()
787 selection_only->set_pressed(p_enable); in set_replace_selection_only()
917 selection_only = memnew(CheckButton); in FindReplaceDialog()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dcode_editor.cpp432 return selection_only->is_pressed(); in is_selection_only()
552 selection_only = memnew(CheckBox); in FindReplaceBar()
555 selection_only->set_focus_mode(FOCUS_NONE); in FindReplaceBar()
604 selection_only->set_disabled(true); in popup_replace()
609 selection_only->set_disabled(false); in popup_replace()
757 selection_only->set_disabled(true); in _prompt_changed()
762 selection_only->set_disabled(false); in _prompt_changed()
783 return selection_only->is_pressed(); in is_replace_selection_only()
787 selection_only->set_pressed(p_enable); in set_replace_selection_only()
917 selection_only = memnew(CheckButton); in FindReplaceDialog()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/printing/common/
H A Dprinting_param_traits.cc54 m->WriteBool(p->selection_only); in Write()
105 bool selection_only; in Read() local
106 success &= iter->ReadBool(&selection_only); in Read()
159 page_orientation, dpi, scale_factor, document_cookie, selection_only, in Read()
H A Dprint_messages.h41 bool selection_only; member
87 IPC_STRUCT_TRAITS_MEMBER(selection_only)
154 IPC_STRUCT_TRAITS_MEMBER(selection_only)
/dports/audio/kwave/kwave-21.12.3/plugins/export_k3b/
H A DK3BExportDialog.cpp39 bool selection_only, in K3BExportDialog() argument
47 this, pattern, selection_only, have_selection, in K3BExportDialog()
H A DK3BExportWidget.cpp33 bool selection_only, in K3BExportWidget() argument
62 chkSelectionOnly->setChecked(selection_only); in K3BExportWidget()
H A DK3BExportPlugin.cpp353 bool selection_only = (enable_selection_only) ? in setup() local
358 *list << QString::number(selection_only); // selection only in setup()
364 QString::number(selection_only) + _(",") + in setup()
626 bool selection_only = enable_selection_only && m_selection_only; in start() local
627 if (!selection_only) { in start()
667 result = saveBlocks(selection_only, out_dir, out_pattern); in start()
692 int Kwave::K3BExportPlugin::saveBlocks(bool selection_only, in saveBlocks() argument
731 params << (selection_only ? _("1") : _("0")); in saveBlocks()
/dports/graphics/drawing/drawing-0.8.4/src/
H A Dsaving_manager.py32 def save_current_image(self, is_export, to_new, selection_only, allow_alpha): argument
34 if not selection_only and not self._confirm_despite_ongoing_operation():
42 if image.get_file_path() is None or to_new or selection_only:
52 if selection_only:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/printing/
H A Dprinting_context_system_dialog_win.cc103 bool selection_only) { in InitializeSettingsWithRanges() argument
123 if (!selection_only) { in InitializeSettingsWithRanges()
137 settings_->set_selection_only(selection_only); in InitializeSettingsWithRanges()
H A Dprint_settings.h147 void set_selection_only(bool selection_only) { in set_selection_only() argument
148 selection_only_ = selection_only; in set_selection_only()
150 bool selection_only() const { return selection_only_; } in selection_only() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/
H A Dprinting_context_system_dialog_win.cc103 bool selection_only) { in InitializeSettingsWithRanges() argument
123 if (!selection_only) { in InitializeSettingsWithRanges()
137 settings_->set_selection_only(selection_only); in InitializeSettingsWithRanges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/printing/browser/
H A Dprint_manager_utils.cc67 params->selection_only = settings.selection_only(); in RenderParamsFromPrintSettings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/printing/browser/
H A Dprint_manager_utils.cc64 params->selection_only = settings.selection_only(); in RenderParamsFromPrintSettings()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dsearch_replace_engine.cpp268 …bool selection_only = sel.size() > 1 && settings.limit_to == SearchReplaceSettings::Limit::SELECTE… in FindReplace() local
271 if (selection_only && !sel.count(&*it)) continue; in FindReplace()
275 if (selection_only) in FindReplace()
305 bool selection_only = settings.limit_to == SearchReplaceSettings::Limit::SELECTED; in ReplaceAll() local
308 if (selection_only && !sel.count(&diag)) continue; in ReplaceAll()

1234