Robot Framework Integrated Development Environment (RIDE)
robotide.controller.macrocontrollers.ItemNameController Class Reference
Inheritance diagram for robotide.controller.macrocontrollers.ItemNameController:
robotide.controller.macrocontrollers.KeywordNameController robotide.controller.macrocontrollers.TestCaseNameController

Public Member Functions

def __init__ (self, item)
 
def contains_keyword (self, name)
 
def contains_variable (self, name)
 
def notify_value_changed (self)
 
def rename (self, new_name)
 
def replace_keyword (self, new_name, old_value=None)
 

Properties

 parent = property
 

Private Member Functions

def parent (self)
 

Private Attributes

 _item
 

Detailed Description

Definition at line 40 of file macrocontrollers.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.macrocontrollers.ItemNameController.__init__ (   self,
  item 
)

Definition at line 42 of file macrocontrollers.py.

Member Function Documentation

◆ contains_keyword()

def robotide.controller.macrocontrollers.ItemNameController.contains_keyword (   self,
  name 
)

Definition at line 45 of file macrocontrollers.py.

◆ contains_variable()

def robotide.controller.macrocontrollers.ItemNameController.contains_variable (   self,
  name 
)

Definition at line 50 of file macrocontrollers.py.

◆ notify_value_changed()

def robotide.controller.macrocontrollers.ItemNameController.notify_value_changed (   self)

Definition at line 60 of file macrocontrollers.py.

◆ parent()

def robotide.controller.macrocontrollers.ItemNameController.parent (   self)
private

Definition at line 66 of file macrocontrollers.py.

◆ rename()

def robotide.controller.macrocontrollers.ItemNameController.rename (   self,
  new_name 
)

Definition at line 57 of file macrocontrollers.py.

◆ replace_keyword()

def robotide.controller.macrocontrollers.ItemNameController.replace_keyword (   self,
  new_name,
  old_value = None 
)

Definition at line 53 of file macrocontrollers.py.

Member Data Documentation

◆ _item

robotide.controller.macrocontrollers.ItemNameController._item
private

Definition at line 43 of file macrocontrollers.py.

Property Documentation

◆ parent

robotide.controller.macrocontrollers.ItemNameController.parent = property
static

Definition at line 64 of file macrocontrollers.py.


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