|
| list | formats = ["ROBOT", "TXT", "TSV", "HTML"] |
| |
|
| def | _add_label (self, sizer, text) |
| |
| def | _create_display (self, sizer, title, value, validator=None) |
| |
| def | _create_format_chooser (self, sizer, callback=True) |
| |
| def | _create_name_editor (self, sizer) |
| |
| def | _create_parent_chooser (self, sizer, default_dir) |
| |
| def | _create_parent_display (self, sizer, path) |
| |
| def | _create_path_display (self, sizer, path) |
| |
| def | _create_radiobuttons (self, sizer, label, choices, callback=True) |
| |
| def | _create_type_chooser (self, sizer) |
| |
| def | _finalize_dialog (self, sizer) |
| |
| def | _get_extension (self) |
| |
| def | _get_path (self) |
| |
| def | _init_dialog (self, title) |
| |
| def | _is_dir_type (self) |
| |
Definition at line 34 of file filedialogs.py.
◆ __init__()
| def robotide.ui.filedialogs._CreationDialog.__init__ |
( |
|
self, |
|
|
|
default_dir, |
|
|
|
title |
|
) |
| |
◆ _add_label()
| def robotide.ui.filedialogs._CreationDialog._add_label |
( |
|
self, |
|
|
|
sizer, |
|
|
|
text |
|
) |
| |
|
private |
◆ _create_display()
| def robotide.ui.filedialogs._CreationDialog._create_display |
( |
|
self, |
|
|
|
sizer, |
|
|
|
title, |
|
|
|
value, |
|
|
|
validator = None |
|
) |
| |
|
private |
◆ _create_format_chooser()
| def robotide.ui.filedialogs._CreationDialog._create_format_chooser |
( |
|
self, |
|
|
|
sizer, |
|
|
|
callback = True |
|
) |
| |
|
private |
◆ _create_name_editor()
| def robotide.ui.filedialogs._CreationDialog._create_name_editor |
( |
|
self, |
|
|
|
sizer |
|
) |
| |
|
private |
◆ _create_parent_chooser()
| def robotide.ui.filedialogs._CreationDialog._create_parent_chooser |
( |
|
self, |
|
|
|
sizer, |
|
|
|
default_dir |
|
) |
| |
|
private |
◆ _create_parent_display()
| def robotide.ui.filedialogs._CreationDialog._create_parent_display |
( |
|
self, |
|
|
|
sizer, |
|
|
|
path |
|
) |
| |
|
private |
◆ _create_path_display()
| def robotide.ui.filedialogs._CreationDialog._create_path_display |
( |
|
self, |
|
|
|
sizer, |
|
|
|
path |
|
) |
| |
|
private |
◆ _create_radiobuttons()
| def robotide.ui.filedialogs._CreationDialog._create_radiobuttons |
( |
|
self, |
|
|
|
sizer, |
|
|
|
label, |
|
|
|
choices, |
|
|
|
callback = True |
|
) |
| |
|
private |
◆ _create_type_chooser()
| def robotide.ui.filedialogs._CreationDialog._create_type_chooser |
( |
|
self, |
|
|
|
sizer |
|
) |
| |
|
private |
◆ _finalize_dialog()
| def robotide.ui.filedialogs._CreationDialog._finalize_dialog |
( |
|
self, |
|
|
|
sizer |
|
) |
| |
|
private |
◆ _get_extension()
| def robotide.ui.filedialogs._CreationDialog._get_extension |
( |
|
self | ) |
|
|
private |
◆ _get_path()
| def robotide.ui.filedialogs._CreationDialog._get_path |
( |
|
self | ) |
|
|
private |
◆ _init_dialog()
| def robotide.ui.filedialogs._CreationDialog._init_dialog |
( |
|
self, |
|
|
|
title |
|
) |
| |
|
private |
◆ _is_dir_type()
| def robotide.ui.filedialogs._CreationDialog._is_dir_type |
( |
|
self | ) |
|
|
private |
◆ OnPathChanged()
| def robotide.ui.filedialogs._CreationDialog.OnPathChanged |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ _format_chooser
| robotide.ui.filedialogs._CreationDialog._format_chooser |
|
private |
◆ _name_editor
| robotide.ui.filedialogs._CreationDialog._name_editor |
|
private |
◆ _parent_chooser
| robotide.ui.filedialogs._CreationDialog._parent_chooser |
|
private |
◆ _path_display
| robotide.ui.filedialogs._CreationDialog._path_display |
|
private |
◆ _title
| robotide.ui.filedialogs._CreationDialog._title |
|
private |
◆ _type_chooser
| robotide.ui.filedialogs._CreationDialog._type_chooser |
|
private |
◆ formats
| list robotide.ui.filedialogs._CreationDialog.formats = ["ROBOT", "TXT", "TSV", "HTML"] |
|
static |
The documentation for this class was generated from the following file: