Robot Framework Integrated Development Environment (RIDE)
robotide.publish.messages.RideVariableMovedUp Class Reference

Sent when a variable is moved up item is the item that has been moved up other is the item that was swapped down. More...

Inheritance diagram for robotide.publish.messages.RideVariableMovedUp:
robotide.publish.messages.RideItemMovedUp robotide.publish.messages.RideDataChanged robotide.publish.messages.RideMessage

Static Public Attributes

list data = ['item', 'other']
 
- Static Public Attributes inherited from robotide.publish.messages.RideItemMovedUp
list data = ['item']
 
- Static Public Attributes inherited from robotide.publish.messages.RideMessage
list data = []
 

Additional Inherited Members

- Public Member Functions inherited from robotide.publish.messages.RideMessage
def __init__ (self, **kwargs)
 Initializes message based on given keyword arguments. More...
 
def publish (self)
 Publishes the message. More...
 
def topic (cls)
 

Detailed Description

Sent when a variable is moved up item is the item that has been moved up other is the item that was swapped down.

Definition at line 456 of file messages.py.

Member Data Documentation

◆ data

list robotide.publish.messages.RideVariableMovedUp.data = ['item', 'other']
static

Definition at line 457 of file messages.py.


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