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

Base class for all messages notifying that data in model has changed. More...

Inheritance diagram for robotide.publish.messages.RideDataChanged:
robotide.publish.messages.RideMessage robotide.publish.messages.RideDataChangedToDirty robotide.publish.messages.RideDataFileRemoved robotide.publish.messages.RideDataFileSet robotide.publish.messages.RideFileNameChanged robotide.publish.messages.RideImportSetting robotide.publish.messages.RideInitFileRemoved robotide.publish.messages.RideItem robotide.publish.messages.RideItemMovedDown robotide.publish.messages.RideItemMovedUp robotide.publish.messages.RideSuiteAdded robotide.publish.messages.RideTestCaseAdded robotide.publish.messages.RideTestCaseRemoved robotide.publish.messages.RideUserKeyword robotide.publish.messages.RideVariableAdded robotide.publish.messages.RideVariableRemoved robotide.publish.messages.RideVariableUpdated

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)
 
- Static Public Attributes inherited from robotide.publish.messages.RideMessage
list data = []
 

Detailed Description

Base class for all messages notifying that data in model has changed.

Definition at line 302 of file messages.py.


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