Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.MoveRowsDown Class Reference
Inheritance diagram for robotide.controller.ctrlcommands.MoveRowsDown:
robotide.controller.ctrlcommands._StepsChangingCommand robotide.controller.ctrlcommands._ReversibleCommand robotide.controller.ctrlcommands._Command

Public Member Functions

def __init__ (self, rows)
 
def change_steps (self, context)
 Return True if steps changed, False otherwise. More...
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._ReversibleCommand
def execute (self, context)
 
- Public Member Functions inherited from robotide.controller.ctrlcommands._Command
def __str__ (self)
 

Properties

 _last_row = property
 
- Properties inherited from robotide.controller.ctrlcommands._ReversibleCommand
 _get_undo_command = property
 

Private Member Functions

def _get_undo_command (self)
 
def _last_row (self)
 
def _params (self)
 

Private Attributes

 _context
 
 _rows
 

Additional Inherited Members

- Static Public Attributes inherited from robotide.controller.ctrlcommands._Command
bool modifying = True
 

Detailed Description

Definition at line 1377 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.ctrlcommands.MoveRowsDown.__init__ (   self,
  rows 
)

Definition at line 1379 of file ctrlcommands.py.

Member Function Documentation

◆ _get_undo_command()

def robotide.controller.ctrlcommands.MoveRowsDown._get_undo_command (   self)
private

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 1428 of file ctrlcommands.py.

◆ _last_row()

def robotide.controller.ctrlcommands.MoveRowsDown._last_row (   self)
private

Definition at line 1425 of file ctrlcommands.py.

◆ _params()

def robotide.controller.ctrlcommands.MoveRowsDown._params (   self)
private

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1383 of file ctrlcommands.py.

◆ change_steps()

def robotide.controller.ctrlcommands.MoveRowsDown.change_steps (   self,
  context 
)

Return True if steps changed, False otherwise.

Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.

Definition at line 1386 of file ctrlcommands.py.

Member Data Documentation

◆ _context

robotide.controller.ctrlcommands.MoveRowsDown._context
private

Definition at line 1381 of file ctrlcommands.py.

◆ _rows

robotide.controller.ctrlcommands.MoveRowsDown._rows
private

Definition at line 1380 of file ctrlcommands.py.

Property Documentation

◆ _last_row

robotide.controller.ctrlcommands.MoveRowsDown._last_row = property
staticprivate

Definition at line 1423 of file ctrlcommands.py.


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