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 | |
Definition at line 34 of file editordialogs.py.
| def robotide.editor.editordialogs._Dialog.__init__ | ( | self, | |
| controller, | |||
item = None, |
|||
plugin = None |
|||
| ) |
Definition at line 40 of file editordialogs.py.
|
private |
Reimplemented in robotide.editor.editordialogs.UserKeywordNameDialog, robotide.editor.editordialogs.CopyUserKeywordDialog, robotide.editor.editordialogs.TestCaseNameDialog, and robotide.editor.editordialogs.DocumentationDialog.
Definition at line 60 of file editordialogs.py.
|
private |
Definition at line 76 of file editordialogs.py.
|
private |
Definition at line 72 of file editordialogs.py.
|
private |
Definition at line 65 of file editordialogs.py.
|
private |
Reimplemented in robotide.editor.editordialogs.UserKeywordNameDialog, robotide.editor.editordialogs.CopyUserKeywordDialog, robotide.editor.editordialogs.TestCaseNameDialog, robotide.editor.editordialogs.MetadataDialog, robotide.editor.editordialogs.TimeoutDialog, robotide.editor.editordialogs.TestTimeoutDialog, robotide.editor.editordialogs.ReturnValueDialog, robotide.editor.editordialogs.ArgumentsDialog, robotide.editor.editordialogs.TestTemplateDialog, robotide.editor.editordialogs.TemplateDialog, robotide.editor.editordialogs.TeardownDialog, robotide.editor.editordialogs.SetupDialog, robotide.editor.editordialogs.TestTeardownDialog, robotide.editor.editordialogs.TestSetupDialog, robotide.editor.editordialogs.SuiteTeardownDialog, robotide.editor.editordialogs.SuiteSetupDialog, robotide.editor.editordialogs._FixtureDialog, robotide.editor.editordialogs.TagsDialog, robotide.editor.editordialogs.DefaultTagsDialog, robotide.editor.editordialogs.ForceTagsDialog, robotide.editor.editordialogs._SettingDialog, robotide.editor.editordialogs.DocumentationDialog, robotide.editor.editordialogs.ResourceDialog, robotide.editor.editordialogs.VariablesDialog, robotide.editor.editordialogs.LibraryDialog, robotide.editor.editordialogs.DictionaryVariableDialog, robotide.editor.editordialogs.ListVariableDialog, and robotide.editor.editordialogs.ScalarVariableDialog.
Definition at line 97 of file editordialogs.py.
| def robotide.editor.editordialogs._Dialog.get_comment | ( | self | ) |
Reimplemented in robotide.editor.editordialogs.DocumentationDialog.
Definition at line 91 of file editordialogs.py.
| def robotide.editor.editordialogs._Dialog.get_value | ( | self | ) |
Reimplemented in robotide.editor.editordialogs.DocumentationDialog, and robotide.editor.editordialogs.LibraryDialog.
Definition at line 88 of file editordialogs.py.
| def robotide.editor.editordialogs._Dialog.setFocusToOK | ( | self | ) |
Definition at line 94 of file editordialogs.py.
|
private |
Definition at line 62 of file editordialogs.py.
|
private |
Definition at line 46 of file editordialogs.py.
|
private |
Definition at line 49 of file editordialogs.py.
|
private |
Definition at line 48 of file editordialogs.py.
| robotide.editor.editordialogs._Dialog.plugin |
Definition at line 47 of file editordialogs.py.
|
staticprivate |
Definition at line 38 of file editordialogs.py.