Reference for .Net version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
SpaceVIL.Core.ITextShortcuts Interface Reference

An interface that defines items that can receive common keyboard shortcuts (copy, paste, cut and etc.) and describes its attributes. More...

Inherited by SpaceVIL.TextView.

Public Member Functions

void PasteText (string pasteStr)
 Method for pasting text. More...
 
string GetSelectedText ()
 Method for getting selected text. More...
 
string CutText ()
 Method for cutting selected text. More...
 
void Undo ()
 Method for undo last change. More...
 
void Redo ()
 Method for redo last undo action. More...
 
void SelectAll ()
 Method for selecting all text in the item. More...
 

Detailed Description

An interface that defines items that can receive common keyboard shortcuts (copy, paste, cut and etc.) and describes its attributes.

Member Function Documentation

◆ CutText()

string SpaceVIL.Core.ITextShortcuts.CutText ( )

Method for cutting selected text.

Returns
Cutted text.

Implemented in SpaceVIL.TextView.

◆ GetSelectedText()

string SpaceVIL.Core.ITextShortcuts.GetSelectedText ( )

Method for getting selected text.

Returns
Selected text.

Implemented in SpaceVIL.TextView.

◆ PasteText()

void SpaceVIL.Core.ITextShortcuts.PasteText ( string  pasteStr)

Method for pasting text.

Parameters
pasteStrText for pasting.

◆ Redo()

void SpaceVIL.Core.ITextShortcuts.Redo ( )

Method for redo last undo action.

Implemented in SpaceVIL.TextView.

◆ SelectAll()

void SpaceVIL.Core.ITextShortcuts.SelectAll ( )

Method for selecting all text in the item.

Implemented in SpaceVIL.TextView.

◆ Undo()

void SpaceVIL.Core.ITextShortcuts.Undo ( )

Method for undo last change.

Implemented in SpaceVIL.TextView.


The documentation for this interface was generated from the following file: