]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Change string
[lyx.git] / src / rowpainter.h
index 14fe013ebb575817307064809a2185c938a4d73d..59dfe2cc0030174ce302370075cd2f2869fea5d1 100644 (file)
@@ -31,7 +31,6 @@ class ParagraphMetrics;
 class Row;
 class Text;
 class TextMetrics;
-class ViewMetricsInfo;
 
 namespace frontend { class Painter; }
 
@@ -64,13 +63,13 @@ private:
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos);
        void paintInset(Inset const * inset, pos_type const pos);
-       void paintHfill(pos_type const pos, pos_type const body_pos);
-
+       void paintInlineCompletion(Font const & font);
+       
        /// return left margin
        int leftMargin() const;
 
        /// return the label font for this row
-       FontInfo const getLabelFont() const;
+       FontInfo labelFont() const;
 
        /// contains painting related information.
        PainterInfo & pi_;