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