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

Classes

class  _RideExcludes
 
class  RideBeforeSaving
 Sent before files are going to be saved. More...
 
class  RideClosing
 Sent when user selects Quit from File menu or via shortcut. More...
 
class  RideDataChanged
 Base class for all messages notifying that data in model has changed. More...
 
class  RideDataChangedToDirty
 Sent when datafile changes from serialized version. More...
 
class  RideDataDirtyCleared
 Sent when datafiles dirty marking is cleared. More...
 
class  RideDataFileRemoved
 
class  RideDataFileSet
 Set when a whole datafile is replaced with new one in a controller. More...
 
class  RideExcludesChanged
 
class  RideExecuteSpecXmlImport
 Sent whenever spec xml import is requested. More...
 
class  RideFileNameChanged
 Sent after test suite or resource file is renamed. More...
 
class  RideImportSetting
 Base class for all messages about changes to import settings. More...
 
class  RideImportSettingAdded
 Sent whenever an import setting is added. More...
 
class  RideImportSettingChanged
 Sent whenever a value of import setting is changed. More...
 
class  RideImportSettingRemoved
 Sent whenever a value of import setting is removed. More...
 
class  RideIncludesChanged
 
class  RideInitFileRemoved
 
class  RideInputValidationError
 Sent whenever user input is invalid. More...
 
class  RideItem
 Base class for all messages about changes to any data item. More...
 
class  RideItemMovedDown
 Sent when an item (test, keyword, variable) is moved down. More...
 
class  RideItemMovedUp
 Sent when an item (test, keyword, variable) is moved up. More...
 
class  RideItemNameChanged
 
class  RideItemSettingsChanged
 
class  RideItemStepsChanged
 
class  RideLog
 This class represents a general purpose log message. More...
 
class  RideLogException
 This class represents a general purpose log message with a traceback appended to message text. More...
 
class  RideLogMessage
 This class represents a general purpose log message. More...
 
class  RideMessage
 Base class for all messages sent by RIDE. More...
 
class  RideModificationPrevented
 Sent whenever modifying command is prevented for some reason. More...
 
class  RideNewProject
 Sent when a new project has been created. More...
 
class  RideNotebookTabChanged
 Sent after the notebook tab change has completed. More...
 
class  RideNotebookTabChanging
 Sent when the notebook tab change has started. More...
 
class  RideOpenResource
 Sent when a new resource has finished loading. More...
 
class  RideOpenSuite
 Sent when a new suite has finished loading. More...
 
class  RideOpenTagSearch
 Sent we when want to open Search Tags) More...
 
class  RideOpenVariableDialog
 Sent when variable dialog is requested to be open. More...
 
class  RideParserLogMessage
 This class represents a general purpose log message. More...
 
class  RideSaveAll
 Sent when user selects Save All from File menu or via shortcut. More...
 
class  RideSaved
 Sent after the file has been actually saved to disk. More...
 
class  RideSaving
 Sent when user selects Save from File menu or via shortcut. More...
 
class  RideSelectResource
 Sent when a resource should be selected. More...
 
class  RideSettingsChanged
 Sent when settings are changed. More...
 
class  RideSuiteAdded
 
class  RideTestCaseAdded
 Sent when a new test case is added to a suite. More...
 
class  RideTestCaseRemoved
 Sent when a test case is removed from a suite. More...
 
class  RideTestExecutionStarted
 Sent whenever new test execution is started. More...
 
class  RideTestFailed
 Sent whenever RIDE has executed a test case, and it failed. More...
 
class  RideTestPassed
 Sent whenever RIDE has executed a test case, and it passed. More...
 
class  RideTestPaused
 Sent whenever RIDE is running a test case and paused. More...
 
class  RideTestRunning
 Sent whenever RIDE is starting to run a test case. More...
 
class  RideTestSelectedForRunningChanged
 Sent whenever a test is selected or unselected from the tree. More...
 
class  RideTestSkipped
 Sent whenever RIDE has executed a test case, and it was skipped. More...
 
class  RideTestStopped
 Sent whenever RIDE was executing a test case, and it was stopped or aborted. More...
 
class  RideTreeAwarePluginAdded
 
class  RideTreeSelection
 
class  RideUserKeyword
 Base class for all messages about changes to any user keyword. More...
 
class  RideUserKeywordAdded
 Sent when a new user keyword is added to a suite or resource. More...
 
class  RideUserKeywordRemoved
 Sent when a user keyword is removed from a suite or resource. More...
 
class  RideVariableAdded
 Sent when a new variable is added to a suite. More...
 
class  RideVariableMovedDown
 Sent when a variable is moved down item is the item that has been moved down other is the item that was swapped up. More...
 
class  RideVariableMovedUp
 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...
 
class  RideVariableRemoved
 Sent when a variable is removed from a suite. More...
 
class  RideVariableUpdated
 Sent when the state of a variable is changed. More...
 

Variables

list __all__
 

Variable Documentation

◆ __all__

list robotide.publish.messages.__all__
private
Initial value:
1 = [name for name, cls in globals().items()
2  if inspect.isclass(cls) and issubclass(cls, RideMessage)]

Definition at line 482 of file messages.py.