]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
de.po
[lyx.git] / src / insets / InsetRef.h
index 066a596630b15f55399e015f96bdafd364780a7d..3e3e7b07d94fd9c2f68f43c5e5c0cd68263f7ba8 100644 (file)
@@ -29,10 +29,6 @@ public:
                std::string short_gui_name;
        };
        static const type_info types[];
-       ///
-       static int getType(std::string const & name);
-       ///
-       static std::string const & getName(int type);
 
        ///
        InsetRef(Buffer * buffer, InsetCommandParams const &);
@@ -40,6 +36,10 @@ public:
        /// \name Public functions inherited from Inset class
        //@{
        ///
+       void doDispatch(Cursor & cur, FuncRequest & cmd);
+       ///
+       bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus & status) const;
+       ///
        bool isLabeled() const { return true; }
        ///
        docstring toolTip(BufferView const &, int, int) const
@@ -73,7 +73,7 @@ public:
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;
        ///
-       bool forceLTR() const { return true; }
+       bool forceLTR() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes