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

Base class for all messages about changes to import settings. More...

Inheritance diagram for robotide.publish.messages.RideImportSetting:
robotide.publish.messages.RideDataChanged robotide.publish.messages.RideMessage robotide.publish.messages.RideImportSettingAdded robotide.publish.messages.RideImportSettingChanged robotide.publish.messages.RideImportSettingRemoved

Public Member Functions

def is_resource (self)
 
- 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)
 

Public Attributes

 type
 

Static Public Attributes

list data = ['datafile', 'type', 'import_controller']
 
- Static Public Attributes inherited from robotide.publish.messages.RideMessage
list data = []
 

Properties

 name = property
 

Private Member Functions

def name (self)
 

Detailed Description

Base class for all messages about changes to import settings.

Definition at line 324 of file messages.py.

Member Function Documentation

◆ is_resource()

def robotide.publish.messages.RideImportSetting.is_resource (   self)

Definition at line 327 of file messages.py.

◆ name()

def robotide.publish.messages.RideImportSetting.name (   self)
private

Definition at line 333 of file messages.py.

Member Data Documentation

◆ data

list robotide.publish.messages.RideImportSetting.data = ['datafile', 'type', 'import_controller']
static

Definition at line 325 of file messages.py.

◆ type

robotide.publish.messages.RideImportSetting.type

Definition at line 328 of file messages.py.

Property Documentation

◆ name

robotide.publish.messages.RideImportSetting.name = property
static

Definition at line 331 of file messages.py.


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