X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBullet.h;h=662fa224d7d74e69f762fcf53f88bffebb252476;hb=3bbce7f24afbb469fff5ad352778af73d57b44d8;hp=0de40c102faeb8087a0f70c3e8ad3d1345b55055;hpb=ad31043987bd55f0519448fd46dcf8ed96ce6475;p=features.git diff --git a/src/Bullet.h b/src/Bullet.h index 0de40c102f..662fa224d7 100644 --- a/src/Bullet.h +++ b/src/Bullet.h @@ -45,10 +45,10 @@ public: int getSize() const; /// FontSize getFontSize() const; - /// + /// The text to be output docstring const & getText() const; - /// - docstring const & getUnicode() const; + /// The label displayed in the workarea + docstring const & getLabel() const; /// Bullet & operator=(Bullet const &); /// @@ -85,7 +85,7 @@ private: /// static FontSize bulletFontSize(int); /// - static docstring const bulletUnicode(int, int); + static docstring const bulletLabel(int, int); /// int font; @@ -111,7 +111,7 @@ private: and size settings. */ mutable docstring text; - mutable docstring unicode; + mutable docstring label; };