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

Sent when settings are changed. More...

Inheritance diagram for robotide.publish.messages.RideSettingsChanged:
robotide.publish.messages.RideMessage

Static Public Attributes

list data = ['keys', 'old', 'new']
 
- 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 settings are changed.

keys is a tuple of key names. For example, if the "Grid Colors" section
was modified the keys would be ("Grid Colors"), or a specific plugin
setting might be ("Plugin", "Preview", "format").
`old` and `new` contain the old and the new value of the setting.

Definition at line 173 of file messages.py.

Member Data Documentation

◆ data

list robotide.publish.messages.RideSettingsChanged.data = ['keys', 'old', 'new']
static

Definition at line 174 of file messages.py.


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