Selection Class

Definition

Line 13 of System.Screen/Editor.cm

Constructors & Destructor

public nothrow Selection()

Member Functions

public nothrow bool IsEmpty() const
public nothrow void Reset()
public nothrow void SetEnd(int endLine_, int endCol_)
public nothrow void SetStart(int startLine_, int startCol_)
public nothrow String<char> ToString() const

Member Variables

public int endCol
public int endLine
public int startCol
public int startLine

Constructor& Destructor Details

Selection Constructor

public nothrow Selection()

Definition
Line 15 of System.Screen/Editor.cm


Member Function Details

IsEmpty Member Function

public nothrow bool IsEmpty()

Definition
Line 18 of System.Screen/Editor.cm


Reset Member Function

public nothrow void Reset()

Definition
Line 22 of System.Screen/Editor.cm


SetEnd Member Function

public nothrow void SetEnd(int endLine_, int endCol_)

Definition
Line 34 of System.Screen/Editor.cm


SetStart Member Function

public nothrow void SetStart(int startLine_, int startCol_)

Definition
Line 29 of System.Screen/Editor.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 39 of System.Screen/Editor.cm