]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetnote.h
index 880f1a34aa8489d001597b3bada55fa366ddd3a6..95948c4caced8a80b922ee1df933d37026f1e322 100644 (file)
@@ -15,7 +15,8 @@
 #include "insetcollapsable.h"
 
 
-struct InsetNoteParams {
+class InsetNoteParams {
+public:
        enum Type {
                Note,
                Comment,
@@ -69,6 +70,8 @@ public:
        void validate(LaTeXFeatures &) const;
        ///
        InsetNoteParams const & params() const { return params_; }
+       ///
+       bool getStatus(LCursor &, FuncRequest const &, FuncStatus &) const;
 protected:
        InsetNote(InsetNote const &);
        ///