]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcommand.h
support for second \cite option.
[features.git] / src / insets / insetcommand.h
index 6bb797ed1e19539f300e9c332abcb1649dd6c1af..4311621fe0396b91e500b60cfed565b0c4b70e79 100644 (file)
@@ -70,6 +70,8 @@ public:
        ///
        std::string const & getOptions() const { return p_.getOptions(); }
        ///
+       std::string const & getSecOptions() const { return p_.getSecOptions(); }
+       ///
        RenderButton & button() const { return button_; }
 
 protected:
@@ -84,6 +86,8 @@ protected:
        ///
        void setOptions(std::string const & o) { p_.setOptions(o); }
        ///
+       void setSecOptions(std::string const & s) { p_.setSecOptions(s); }
+       ///
        void setParams(InsetCommandParams const &);
        /// This should provide the text for the button
        virtual std::string const getScreenLabel(Buffer const &) const = 0;