]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnomencl.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetnomencl.h
index f706a116a378cd882e9d19036467d745a407186b..093d199223582a8e7414e55df870ca0194a84890 100644 (file)
@@ -21,7 +21,7 @@ namespace lyx {
 
 class LaTeXFeatures;
 
-/** Used to insert notation labels
+/** Used to insert glossary labels
   */
 class InsetNomencl : public InsetCommand {
 public:
@@ -38,10 +38,14 @@ public:
        ///
        int docbook(Buffer const &, odocstream &,
                    OutputParams const &) const;
+       ///
+       int docbookGlossary(odocstream &) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const {
                return std::auto_ptr<InsetBase>(new InsetNomencl(params()));
        }
+       /// unique id for this glossary entry for docbook export
+       docstring glossary_entry_id;
 };