Robot Framework Integrated Development Environment (RIDE)
robotide.editor.editordialogs.DocumentationDialog Class Reference
Inheritance diagram for robotide.editor.editordialogs.DocumentationDialog:
robotide.editor.editordialogs._Dialog

Public Member Functions

def get_comment (self)
 
def get_value (self)
 
- Public Member Functions inherited from robotide.editor.editordialogs._Dialog
def __init__ (self, controller, item=None, plugin=None)
 
def setFocusToOK (self)
 

Private Member Functions

def _add_comment_editor (self, item)
 
def _execute (self)
 
def _get_editors (self, doc)
 

Additional Inherited Members

- Public Attributes inherited from robotide.editor.editordialogs._Dialog
 plugin
 
- Properties inherited from robotide.editor.editordialogs._Dialog
 _title
 

Detailed Description

Definition at line 195 of file editordialogs.py.

Member Function Documentation

◆ _add_comment_editor()

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

Reimplemented from robotide.editor.editordialogs._Dialog.

Definition at line 200 of file editordialogs.py.

◆ _execute()

def robotide.editor.editordialogs.DocumentationDialog._execute (   self)
private

Reimplemented from robotide.editor.editordialogs._Dialog.

Definition at line 209 of file editordialogs.py.

◆ _get_editors()

def robotide.editor.editordialogs.DocumentationDialog._get_editors (   self,
  doc 
)
private

Definition at line 197 of file editordialogs.py.

◆ get_comment()

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

Reimplemented from robotide.editor.editordialogs._Dialog.

Definition at line 206 of file editordialogs.py.

◆ get_value()

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

Reimplemented from robotide.editor.editordialogs._Dialog.

Definition at line 203 of file editordialogs.py.


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