SelectionData Class
Definition
Line
49
of
System.Screen/Editor.cm
Constructors & Destructor
public
nothrow
SelectionData
()
Member Functions
public
nothrow
bool
IsEmpty
()
const
public
nothrow
const
List
<
String
<
uchar
>>&
Lines
()
const
public
void
SetLines
(
const
List
<
String
<
uchar
>>& lines_)
Member Variables
private
List
<
String
<
uchar
>>
lines
Constructor& Destructor Details
SelectionData Constructor
public
nothrow
SelectionData()
Definition
Line
51
of
System.Screen/Editor.cm
Member Function Details
IsEmpty Member Function
public
nothrow
bool
IsEmpty()
Definition
Line
54
of
System.Screen/Editor.cm
Lines Member Function
public
nothrow
const
List
<
String
<
uchar
>>& Lines()
Definition
Line
62
of
System.Screen/Editor.cm
SetLines Member Function
public
void
SetLines(
const
List
<
String
<
uchar
>>& lines_)
Definition
Line
58
of
System.Screen/Editor.cm