Robot Framework Integrated Development Environment (RIDE)
robotide.editor.clipboard._WindowsClipboardHandler Class Reference
Inheritance diagram for robotide.editor.clipboard._WindowsClipboardHandler:
robotide.editor.clipboard._ClipboardHandler

Public Member Functions

def copy (self)
 Copy the contents of the selected cell(s). More...
 
def cut (self)
 Cuts the contents of the selected cell(s). More...
 
def paste (self)
 Paste the contents of the clipboard. More...
 
- Public Member Functions inherited from robotide.editor.clipboard._ClipboardHandler
def __init__ (self, grid)
 
def clipboard_content (self)
 

Private Member Functions

def _paste_to_cell_editor (self)
 

Detailed Description

Definition at line 93 of file clipboard.py.

Member Function Documentation

◆ _paste_to_cell_editor()

def robotide.editor.clipboard._WindowsClipboardHandler._paste_to_cell_editor (   self)
private

Reimplemented from robotide.editor.clipboard._ClipboardHandler.

Definition at line 107 of file clipboard.py.

◆ copy()

def robotide.editor.clipboard._WindowsClipboardHandler.copy (   self)

Copy the contents of the selected cell(s).

This does a normal copy action if the user is editing a cell, otherwise it places the selected range of cells on the data.

Reimplemented from robotide.editor.clipboard._ClipboardHandler.

Definition at line 95 of file clipboard.py.

◆ cut()

def robotide.editor.clipboard._WindowsClipboardHandler.cut (   self)

Cuts the contents of the selected cell(s).

This does a normal cut action if the user is editing a cell, otherwise it places the selected range of cells on the clipboard.

Reimplemented from robotide.editor.clipboard._ClipboardHandler.

Definition at line 101 of file clipboard.py.

◆ paste()

def robotide.editor.clipboard._WindowsClipboardHandler.paste (   self)

Paste the contents of the clipboard.

If a cell is being edited just do a normal paste. If a cell is not being edited, paste whole rows.

Reimplemented from robotide.editor.clipboard._ClipboardHandler.

Definition at line 110 of file clipboard.py.


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