Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ctrlcommands.MoveRowsUp Class Reference
Inheritance diagram for robotide.controller.ctrlcommands.MoveRowsUp:
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

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

Private Member Functions

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

Private Attributes

 _rows
 

Additional Inherited Members

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

Detailed Description

Definition at line 1257 of file ctrlcommands.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1259 of file ctrlcommands.py.

Member Function Documentation

◆ _first_row()

def robotide.controller.ctrlcommands.MoveRowsUp._first_row (   self)
private

Definition at line 1370 of file ctrlcommands.py.

◆ _get_undo_command()

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

Reimplemented from robotide.controller.ctrlcommands._ReversibleCommand.

Definition at line 1373 of file ctrlcommands.py.

◆ _last_row()

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

Definition at line 1364 of file ctrlcommands.py.

◆ _params()

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

Reimplemented from robotide.controller.ctrlcommands._Command.

Definition at line 1262 of file ctrlcommands.py.

◆ change_steps()

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

Return True if steps changed, False otherwise.

Reimplemented from robotide.controller.ctrlcommands._StepsChangingCommand.

Definition at line 1265 of file ctrlcommands.py.

Member Data Documentation

◆ _rows

robotide.controller.ctrlcommands.MoveRowsUp._rows
private

Definition at line 1260 of file ctrlcommands.py.

Property Documentation

◆ _first_row

robotide.controller.ctrlcommands.MoveRowsUp._first_row = property
staticprivate

Definition at line 1368 of file ctrlcommands.py.

◆ _last_row

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

Definition at line 1362 of file ctrlcommands.py.


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