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

Sent when the notebook tab change has started. More...

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

Static Public Attributes

list data = ['oldtab', 'newtab']
 
- 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 the notebook tab change has started.

Subscribing to this event allows the listener to do something before the
tab has actually changed in the UI.

Definition at line 236 of file messages.py.

Member Data Documentation

◆ data

list robotide.publish.messages.RideNotebookTabChanging.data = ['oldtab', 'newtab']
static

Definition at line 237 of file messages.py.


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