]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TDocument.hh
* added show/hide cursro methods
[helm.git] / helm / DEVEL / mathml_editor / src / TDocument.hh
index b1ca562c63431125a7f54a7b0919e8709a0f6afd..e1ef858927ba589e3631eedac90cef1feff50c97 100644 (file)
@@ -11,6 +11,7 @@ public:
   TDocument(void);
   ~TDocument();
 
+  void  reset(void);
   TNode create(const std::string&, unsigned = 0) const;
   TNode createG(unsigned id = 0) const { return create("g", id); };
   TNode createC(const std::string&, unsigned = 0) const;