]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
Change string
[lyx.git] / src / insets / InsetLabel.h
index a96344890916bd7613c143d25777813f267f654f..d7daae3461973d6c91172236ff4d13fcefdc75f1 100644 (file)
@@ -28,14 +28,15 @@ public:
          **/
        void initView();
 
+       ///
+       bool isLabeled() const { return true; }
+
        ///
        docstring screenLabel() const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        InsetCode lyxCode() const { return LABEL_CODE; }
-       /// Appends \c list with this label
-       void getLabelList(std::vector<docstring> & list) const;
        ///
        int latex(odocstream &, OutputParams const &) const;
        ///
@@ -54,7 +55,7 @@ public:
        ///
        void addToToc(ParConstIterator const &) const;
        ///
-       void update(docstring const & new_label, bool updaterefs = true);
+       void updateCommand(docstring const & new_label, bool updaterefs = true);
 protected:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);