public nothrow | StatusBarItem() |
public nothrow | StatusBarItem(const String<char>& text) |
public nothrow | StatusBarItem(const String<char>& text, BorderStyle borderStyle) |
public nothrow | StatusBarItem(const String<char>& text_, BorderStyle borderStyle_, bool spring_) |
public static nothrow int | BorderWidth() |
public void | Draw(Graphics& graphics) |
private void | DrawBorder(Graphics& graphics) |
private void | DrawRaisedBorder(Graphics& graphics) |
private void | DrawSunkenBorder(Graphics& graphics) |
private void | DrawText(Graphics& graphics) |
public inline nothrow BorderStyle | GetBorderStyle() const |
public nothrow const Size& | GetSize() const |
public static nothrow int | HorizontalPadding() |
public void | Invalidate() |
public nothrow const Point& | Location() const |
public void | SetBorderStyle(BorderStyle borderStyle_) |
public nothrow void | SetLocation(const Point& location_) |
public nothrow void | SetSize(const Size& size_) |
public void | SetSpring(bool spring_) |
internal nothrow void | SetStatusBar(StatusBar* statusBar_) |
public void | SetText(const String<char>& text_) |
public inline nothrow void | SetTextWidth(int textWidth_) |
public inline nothrow bool | Spring() const |
public inline nothrow const String<char>& | Text() const |
public inline nothrow int | TextWidth() const |
public enum | BorderStyle |
private BorderStyle | borderStyle |
private Point | location |
private Size | size |
private bool | spring |
private StatusBar* | statusBar |
private String<char> | text |
private int | textWidth |