LogView Class

Constructors & Destructor | Member Functions

Definition

Line 36 of System.Windows/LogView.cm

Inheritance

Constructors & Destructor

public LogView()
public LogView(LogViewCreateParams& createParams)
public LogView(const FontFamily& fontFamily, float fontSize, const Color& backgroundColor, const Color& textColor, const Point& location, const Size& size, Dock dock, Anchors anchors)
public LogView(const Point& location, const Size& size, Dock dock, Anchors anchors)

Member Functions

protected override Result<bool> OnKeyDown(KeyEventArgs& args)
protected override Result<bool> OnMouseDown(MouseEventArgs& args)
protected override Result<bool> OnPaint(PaintEventArgs& args)
public virtual Result<bool> WriteLine(const String<char>& text)

Constructor& Destructor Details

LogView Constructor

public LogView()

Definition
Line 48 of System.Windows/LogView.cm


LogView Constructor

public LogView(LogViewCreateParams& createParams)

Definition
Line 51 of System.Windows/LogView.cm


LogView Constructor

public LogView(const FontFamily& fontFamily, float fontSize, const Color& backgroundColor, const Color& textColor, const Point& location, const Size& size, Dock dock, Anchors anchors)

Definition
Line 38 of System.Windows/LogView.cm


LogView Constructor

public LogView(const Point& location, const Size& size, Dock dock, Anchors anchors)

Definition
Line 44 of System.Windows/LogView.cm


Member Function Details

OnKeyDown Member Function

protected override Result<bool> OnKeyDown(KeyEventArgs& args)

Definition
Line 91 of System.Windows/LogView.cm


OnMouseDown Member Function

protected override Result<bool> OnMouseDown(MouseEventArgs& args)

Definition
Line 86 of System.Windows/LogView.cm


OnPaint Member Function

protected override Result<bool> OnPaint(PaintEventArgs& args)

Definition
Line 81 of System.Windows/LogView.cm


WriteLine Member Function

public virtual Result<bool> WriteLine(const String<char>& text)

Definition
Line 56 of System.Windows/LogView.cm