
Public Member Functions | |
| def | __init__ |
| def | restore_settings |
| def | save_settings |
| def | shutdown_plugin |
| def | trigger_configuration |
Private Attributes | |
| _widget | |
Static Private Attributes | |
| string | _SETTING_LASTLAUNCHARGS = 'last_args' |
| string | _SETTING_LASTLAUNCHFILE = 'last_launch' |
| string | _SETTING_LASTPKG = 'last_pkg' |
Definition at line 11 of file launchtree_plugin.py.
| def rqt_launchtree.launchtree_plugin.LaunchtreePlugin.__init__ | ( | self, | |
| context | |||
| ) |
Definition at line 17 of file launchtree_plugin.py.
| def rqt_launchtree.launchtree_plugin.LaunchtreePlugin.restore_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 37 of file launchtree_plugin.py.
| def rqt_launchtree.launchtree_plugin.LaunchtreePlugin.save_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 29 of file launchtree_plugin.py.
Definition at line 26 of file launchtree_plugin.py.
Definition at line 55 of file launchtree_plugin.py.
string rqt_launchtree::launchtree_plugin.LaunchtreePlugin::_SETTING_LASTLAUNCHARGS = 'last_args' [static, private] |
Definition at line 15 of file launchtree_plugin.py.
string rqt_launchtree::launchtree_plugin.LaunchtreePlugin::_SETTING_LASTLAUNCHFILE = 'last_launch' [static, private] |
Definition at line 14 of file launchtree_plugin.py.
string rqt_launchtree::launchtree_plugin.LaunchtreePlugin::_SETTING_LASTPKG = 'last_pkg' [static, private] |
Definition at line 13 of file launchtree_plugin.py.
Definition at line 17 of file launchtree_plugin.py.