LogView Class

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 void OnKeyDown(KeyEventArgs& args)
protected override void OnMouseDown(MouseEventArgs& args)
protected override void OnPaint(PaintEventArgs& args)
public virtual void 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 void OnKeyDown(KeyEventArgs& args)

Definition
Line 77 of System.Windows/LogView.cm


OnMouseDown Member Function

protected override void OnMouseDown(MouseEventArgs& args)

Definition
Line 73 of System.Windows/LogView.cm


OnPaint Member Function

protected override void OnPaint(PaintEventArgs& args)

Definition
Line 69 of System.Windows/LogView.cm


WriteLine Member Function

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

Definition
Line 55 of System.Windows/LogView.cm