X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTPushParser.hh;h=143e8fad13acc2646228726269a7ac2d2e399720;hb=8335f6c45ef87edd700b898e91489eb9cb551304;hp=09bfe713db9a94321fa1f3873bc4d67fccff8f32;hpb=7bea7bddf7ca13260f4d3965182dc4fb58d035e7;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TPushParser.hh b/helm/DEVEL/mathml_editor/src/TPushParser.hh index 09bfe713d..143e8fad1 100644 --- a/helm/DEVEL/mathml_editor/src/TPushParser.hh +++ b/helm/DEVEL/mathml_editor/src/TPushParser.hh @@ -44,8 +44,20 @@ private: void do_active(const std::string&); void do_comment(void); void do_control(const std::string&); + + + void gdelete_prev_token(void); + void gdelete_prev_script(void); + void gdelete_prev_group(void); + void gdelete_prev_macro(void); void gdelete_prev(void); + void rgreplace_futher(void); + + void do_gdelete_script(void); + void do_gdelete_macro(void); + void do_gdelete_groupId(void); + void do_gdelete_phantom_group(void); void do_gdelete(void); void do_cr(void); @@ -57,6 +69,7 @@ private: struct Frame { Frame(const TDictionary::Entry& e) : entry(e), pos(0) { }; + Frame(const TDictionary::Entry&e, unsigned p) : entry(e), pos(p) { }; const TDictionary::Entry& entry; unsigned pos; };