]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbutton.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetbutton.h
index 6d5b872e393ae23dad6a1e98330827d54f439878..04b5cd1df8ceaf3924ec21495356dc68af93e57c 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef INSET_BUTTON_H
 #define INSET_BUTTON_H
 
-
 #include "inset.h"
 #include "LString.h"
 #include <boost/weak_ptr.hpp>
 class InsetButton: public Inset {
 public:
        ///
-       int ascent(BufferView *, LyXFont const &) const;
-       ///
-       int descent(BufferView *, LyXFont const &) const;
+       void metrics(MetricsInfo &, Dimension &) const;
        ///
-       int width(BufferView *, LyXFont const &) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       dispatch_result localDispatch(FuncRequest const & cmd);
 
 protected:
        ///