Home
last modified time | relevance | path

Searched refs:notify_set_cursor (Results 1 – 6 of 6) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Observers/
H A Dlist_observer.cpp50 void notify_set_cursor (tree& ref, int pos, tree data);
152 list_observer_rep::notify_set_cursor (tree& ref, int pos, tree data) { in notify_set_cursor() function in list_observer_rep
153 if (!is_nil (o1)) o1->notify_set_cursor (ref, pos, data); in notify_set_cursor()
154 if (!is_nil (o2)) o2->notify_set_cursor (ref, pos, data); in notify_set_cursor()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Modify/
H A Dedit_modify.hpp38 void notify_set_cursor (path p, tree data);
H A Dedit_modify.cpp90 edit_modify_rep::notify_set_cursor (path p, tree data) { in notify_set_cursor() function in edit_modify_rep
209 ed->notify_set_cursor (p, data); in edit_set_cursor()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Abstractions/
H A Dobserver.hpp74 virtual void notify_set_cursor (tree& ref, int pos, tree data);
H A Dobserver.cpp322 ref->obs->notify_set_cursor (ref, pos, data); in raw_set_cursor()
683 observer_rep::notify_set_cursor (tree& ref, int pos, tree data) { in notify_set_cursor() function in observer_rep
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/
H A Deditor.hpp312 virtual void notify_set_cursor (path p, tree data) = 0;