]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHFill.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetHFill.h
index 6c015afd470d976c92e5798fe0ed3e96eda380a8..0364e6ecb1e76f19de6246ed34b37bca61b6581b 100644 (file)
@@ -25,6 +25,8 @@ public:
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
+       void draw(PainterInfo & pi, int x, int y) const;
+       ///
        docstring const getScreenLabel(Buffer const &) const;
        ///
        InsetCode lyxCode() const { return HFILL_CODE; }
@@ -42,13 +44,14 @@ public:
        // a line separator)?
        bool isSpace() const;
        ///
-       static CommandInfo const * findInfo(std::string const &);
+       static ParamInfo const & findInfo(std::string const &);
        ///
        static std::string defaultCommand() { return "hfill"; };
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "hfill"; }
 private:
+       ///
        virtual Inset * clone() const;
 };