
Public Member Functions | |
| def | __init__ (self, context) |
| def | clean_changed (self, is_clean) |
| def | create_editor (self, context) |
| def | create_main_widget (self) |
| def | create_menus (self) |
| def | get_shown_name (self) |
| def | load_file (self, file_name) |
| def | new_file (self) |
| def | ok_to_continue (self) |
| def | open (self) |
| def | restore_settings (self, plugin_settings, instance_settings) |
| def | save (self) |
| def | save_as (self) |
| def | save_file (self, file_name) |
| def | save_settings (self, plugin_settings, instance_settings) |
| def | shutdown_plugin (self) |
| PLUGIN ##. More... | |
| def | stripped_name (self, full_name) |
| def | update_current_filename (self) |
| def | write_file (self, file_name) |
Public Member Functions inherited from qt_gui::plugin::Plugin | |
| def | __init__ (self, context) |
| def | restore_settings (self, plugin_settings, instance_settings) |
| def | save_settings (self, plugin_settings, instance_settings) |
| def | shutdown_plugin (self) |
Public Attributes | |
| editor | |
| Editor. More... | |
| settings | |
| Menus. More... | |
| widget | |
| Main widget. More... | |
Definition at line 9 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.__init__ | ( | self, | |
| context | |||
| ) |
Reimplemented in frame_editor.rqt_editor.FrameEditorGUI.
Definition at line 11 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.clean_changed | ( | self, | |
| is_clean | |||
| ) |
Definition at line 226 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.create_editor | ( | self, | |
| context | |||
| ) |
Reimplemented in frame_editor.rqt_editor.FrameEditorGUI.
Definition at line 32 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.create_main_widget | ( | self | ) |
Reimplemented in frame_editor.rqt_editor.FrameEditorGUI.
Definition at line 35 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.create_menus | ( | self | ) |
Definition at line 38 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.get_shown_name | ( | self | ) |
Definition at line 203 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.load_file | ( | self, | |
| file_name | |||
| ) |
Definition at line 139 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.new_file | ( | self | ) |
Definition at line 104 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.ok_to_continue | ( | self | ) |
If the file has been modified, the user is asked, whether he wants to save it first or not. Returns True when the file has been saved or was unmodified. Returns False when the user reconsiders in case of an unmodified file.
Definition at line 151 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.open | ( | self | ) |
Definition at line 113 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.restore_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 264 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.save | ( | self | ) |
Calls save_as or save_file
Definition at line 172 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.save_as | ( | self | ) |
Definition at line 180 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.save_file | ( | self, | |
| file_name | |||
| ) |
Definition at line 191 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.save_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 259 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.shutdown_plugin | ( | self | ) |
PLUGIN ##.
Reimplemented in frame_editor.rqt_editor.FrameEditorGUI.
Definition at line 238 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.stripped_name | ( | self, | |
| full_name | |||
| ) |
Definition at line 223 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.update_current_filename | ( | self | ) |
Definition at line 213 of file project_plugin.py.
| def frame_editor.project_plugin.ProjectPlugin.write_file | ( | self, | |
| file_name | |||
| ) |
Reimplemented in frame_editor.rqt_editor.FrameEditorGUI.
Definition at line 200 of file project_plugin.py.
| frame_editor.project_plugin.ProjectPlugin.editor |
Editor.
Definition at line 15 of file project_plugin.py.
| frame_editor.project_plugin.ProjectPlugin.settings |
| frame_editor.project_plugin.ProjectPlugin.widget |
Main widget.
Definition at line 19 of file project_plugin.py.