Robot Framework Integrated Development Environment (RIDE)
robotide.editor.editordialogs._Dialog Class Reference
Inheritance diagram for robotide.editor.editordialogs._Dialog:
robotide.editor.editordialogs.CopyUserKeywordDialog robotide.editor.editordialogs.DictionaryVariableDialog robotide.editor.editordialogs.DocumentationDialog robotide.editor.editordialogs.LibraryDialog robotide.editor.editordialogs.ListVariableDialog robotide.editor.editordialogs.MetadataDialog robotide.editor.editordialogs.ResourceDialog robotide.editor.editordialogs.ScalarVariableDialog robotide.editor.editordialogs.TestCaseNameDialog robotide.editor.editordialogs.UserKeywordNameDialog robotide.editor.editordialogs._SettingDialog

Public Member Functions

def __init__ (self, controller, item=None, plugin=None)
 
def get_comment (self)
 
def get_value (self)
 
def setFocusToOK (self)
 

Public Attributes

 plugin
 

Properties

 _title
 

Private Member Functions

def _add_comment_editor (self, item)
 
def _create_buttons (self, **kwargs)
 
def _create_help (self)
 
def _create_line (self)
 
def _execute (self)
 

Private Attributes

 _comment_editor
 
 _controller
 
 _editors
 
 _sizer
 

Detailed Description

Definition at line 34 of file editordialogs.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.editordialogs._Dialog.__init__ (   self,
  controller,
  item = None,
  plugin = None 
)

Definition at line 40 of file editordialogs.py.

Member Function Documentation

◆ _add_comment_editor()

def robotide.editor.editordialogs._Dialog._add_comment_editor (   self,
  item 
)
private

◆ _create_buttons()

def robotide.editor.editordialogs._Dialog._create_buttons (   self,
**  kwargs 
)
private

Definition at line 76 of file editordialogs.py.

◆ _create_help()

def robotide.editor.editordialogs._Dialog._create_help (   self)
private

Definition at line 72 of file editordialogs.py.

◆ _create_line()

def robotide.editor.editordialogs._Dialog._create_line (   self)
private

Definition at line 65 of file editordialogs.py.

◆ _execute()

◆ get_comment()

def robotide.editor.editordialogs._Dialog.get_comment (   self)

Reimplemented in robotide.editor.editordialogs.DocumentationDialog.

Definition at line 91 of file editordialogs.py.

◆ get_value()

def robotide.editor.editordialogs._Dialog.get_value (   self)

◆ setFocusToOK()

def robotide.editor.editordialogs._Dialog.setFocusToOK (   self)

Definition at line 94 of file editordialogs.py.

Member Data Documentation

◆ _comment_editor

robotide.editor.editordialogs._Dialog._comment_editor
private

Definition at line 62 of file editordialogs.py.

◆ _controller

robotide.editor.editordialogs._Dialog._controller
private

Definition at line 46 of file editordialogs.py.

◆ _editors

robotide.editor.editordialogs._Dialog._editors
private

Definition at line 49 of file editordialogs.py.

◆ _sizer

robotide.editor.editordialogs._Dialog._sizer
private

Definition at line 48 of file editordialogs.py.

◆ plugin

robotide.editor.editordialogs._Dialog.plugin

Definition at line 47 of file editordialogs.py.

Property Documentation

◆ _title

robotide.editor.editordialogs._Dialog._title
staticprivate

Definition at line 38 of file editordialogs.py.


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