Home
last modified time | relevance | path

Searched refs:get_editor (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Deditor_tabs.cpp464 Editor* editor = get_editor(index); in remove_editor()
492 Editor* EditorTabs::get_editor() { in get_editor() function in SolarusEditor::EditorTabs
499 return get_editor(index); in get_editor()
542 Editor* editor = get_editor(index); in save_file_requested()
633 Editor* editor = get_editor(index); in close_file_requested()
667 editor = get_editor(count() - 1); in reload_file_requested()
688 if (get_editor() == nullptr) { in file_renamed()
739 Editor* editor = get_editor(i); in confirm_before_closing()
823 Editor* editor = get_editor(); in current_editor_changed()
848 Editor* editor = get_editor(i); in save_open_files_list()
[all …]
H A Ddialogs_editor.cpp43 DialogsEditor& get_editor() const { in get_editor() function in SolarusEditor::__anon048802640111::DialogsEditorCommand
312 get_editor().update_properties_buttons(); in undo()
318 get_editor().set_selected_property(key); in redo()
346 get_editor().set_selected_property(key); in undo()
352 get_editor().update_properties_buttons(); in redo()
383 get_editor().set_selected_property(old_key); in undo()
390 get_editor().set_selected_property(new_key); in redo()
421 get_editor().set_selected_property(key); in undo()
427 get_editor().set_selected_property(key); in redo()
/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/displaytabs/
H A Dldsembedlist.py74 def get_editor(self): member in LdsEmbedList
89 self.get_editor()(self.dbstate, self.uistate, self.track,
104 self.get_editor()(self.dbstate, self.uistate, self.track,
H A Dattrembedlist.py78 def get_editor(self): member in AttrEmbedList
98 self.get_editor()(
116 self.get_editor()(
H A Dsrcattrembedlist.py79 def get_editor(self): member in SrcAttrEmbedList
135 self.get_editor()(
153 self.get_editor()(
H A Deventattrembedlist.py38 def get_editor(self): member in EventAttrEmbedList
H A Dfamilyattrembedlist.py38 def get_editor(self): member in FamilyAttrEmbedList
H A Dmediaattrembedlist.py38 def get_editor(self): member in MediaAttrEmbedList
/dports/devel/py-python-editor/python-editor-1.0.4/
H A Deditor.py54 def get_editor(): function
77 editor = get_editor()
109 print(get_editor())
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_summary.cc282 get_editor (&_view_rectangle_x, &_view_rectangle_y); in render()
397 get_editor (&xr); in centre_on_click()
490 get_editor (&xr); in on_button_press_event()
507 get_editor (&_pending_editor_x, &_pending_editor_y); in on_button_press_event()
525 get_editor (&_pending_editor_x, &_pending_editor_y); in on_button_press_event()
556 EditorSummary::get_editor (pair<double, double>* x, pair<double, double>* y) const in get_editor() function in EditorSummary
649 get_editor (&xn); in summary_zoom_step()
693 get_editor (&xr); in on_motion_notify_event()
712 get_editor (&xr); in on_motion_notify_event()
777 get_editor (&xr); in on_scroll_event()
/dports/devel/py-pyface/pyface-7.2.0/pyface/tasks/
H A Di_editor_area_pane.py96 def get_editor(self, obj): member in IEditorAreaPane
170 editor = self.get_editor(obj)
186 def get_editor(self, obj): member in MEditorAreaPane
/dports/www/firefox-esr/firefox-91.8.0/python/mozlint/mozlint/
H A Deditor.py12 def get_editor():
20 editor = get_editor()
/dports/www/firefox/firefox-99.0/python/mozlint/mozlint/
H A Deditor.py12 def get_editor(): function
20 editor = get_editor()
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozlint/mozlint/
H A Deditor.py12 def get_editor(): function
20 editor = get_editor()
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozlint/mozlint/
H A Deditor.py12 def get_editor(): function
20 editor = get_editor()
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozlint/mozlint/
H A Deditor.py14 def get_editor(): function
22 editor = get_editor()
/dports/devel/py-traits/traits-6.3.2/traits/
H A Dtrait_handlers.py151 def get_editor(self, trait): member in TraitCoerceType
399 def get_editor(self, trait): member in TraitInstance
512 def get_editor(self, trait): member in TraitEnum
607 def get_editor(self, trait): member in TraitPrefixList
700 def get_editor(self, trait): member in TraitMap
908 def get_editor(self, trait): member in TraitCompound
911 the_editors = [x.get_editor(trait) for x in self.handlers]
1006 def get_editor(self, trait): member in TraitTuple
1111 def get_editor(self, trait): member in TraitList
1226 def get_editor(self, trait): member in TraitDict
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/
H A Dtable_column.py406 def get_editor(self, object): member in ObjectColumn
414 return target.base_trait(name).get_editor()
598 def get_editor(self, object): member in NumericColumn
601 return super(NumericColumn, self).get_editor(object)
669 def get_editor(self, object): member in ListColumn
/dports/mail/mmh/mmh-0.4/uip/
H A Dwhatnow2.sh44 get_editor() function
100 get_editor
120 get_editor
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dinteract.c34 static const char* get_editor(void) {
107 snprintf(buf, sizeof(buf), "%s %s\n", get_editor(), fname);
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/widgets/
H A Deditor_tabs.h71 Editor* get_editor(int index);
72 Editor* get_editor();
/dports/devel/svk/SVK-v2.2.3/lib/SVK/Path/
H A DView.pm82 sub get_editor { subroutine
107 my ($editor, $inspector, %extra) = $self->source->new(path => $actual_anchor)->get_editor(%arg);
/dports/finance/xtrader/xtrader-0.99.9_10/util/fl/
H A DFl_Table_Data.h59 …Fl_Widget* editor (int row, int col, bool force_editor) {return get_editor (editor_ty… in editor()
91 Fl_Widget* get_editor (FL_TABLE_EDITOR type, int row, int col);
/dports/devel/libslang2/slang-2.3.2/slsh/lib/rline/
H A Deditor.sl48 private define get_editor () function
58 variable editor = get_editor ();
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/edit-0.1.3/src/
H A Dbin.rs4 edit::get_editor() in main()

12345678