Class p.s.f.f.FileManagerActionsConfig(ActionsConfig):

Part of pida.services.filemanager.filemanager View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
456 Method create_actions Called to create the actions.
566 Method on_browse_for_file Undocumented
571 Method on_browse_for_dir Undocumented
576 Method on_show_filebrowser Undocumented
579 Method on_toolbar_up Undocumented
582 Method on_toolbar_terminal Undocumented
585 Method on_toggle_hidden Undocumented
589 Method on_toolbar_refresh Undocumented
592 Method on_toolbar_projectroot Undocumented
595 Method on_toolbar_copy Undocumented
598 Method on_toolbar_paste Undocumented
601 Method on_toolbar_delete Undocumented

Inherited from ActionsConfig:

Line # Kind Name Docs
80 Method create Called to initialize this configurator.
105 Method remove_actions Undocumented
108 Method create_action Create an action for this service.
150 Method _create_key_option Undocumented
161 Method _get_shortcut_gconf_key Undocumented
165 Method _get_group_name Undocumented
168 Method get_action Get the named action
174 Method get_action_group Get the action group
180 Method get_keyboard_options Get the keyboard options.
191 Method _create_accel_path Undocumented
194 Method _set_action_keypress Undocumented
199 Method _set_action_keypress_from_option Undocumented
202 Method _on_shortcut_notify Undocumented
205 Method subscribe_keyboard_shortcuts Set the keyboard shortcuts for the actions with keyboard shortcuts

Inherited from BaseConfig (via ActionsConfig):

Line # Kind Name Docs
4 Method __init__ Undocumented
11 Method get_service_name Undocumented
Line # Kind Name Docs
4 Method __init__ Undocumented
191 Method _create_accel_path Undocumented
150 Method _create_key_option Undocumented
165 Method _get_group_name Undocumented
161 Method _get_shortcut_gconf_key Undocumented
202 Method _on_shortcut_notify Undocumented
194 Method _set_action_keypress Undocumented
199 Method _set_action_keypress_from_option Undocumented
80 Method create Called to initialize this configurator.
108 Method create_action Create an action for this service.
456 Method create_actions Called to create the actions.
168 Method get_action Get the named action
174 Method get_action_group Get the action group
180 Method get_keyboard_options Get the keyboard options.
11 Method get_service_name Undocumented
571 Method on_browse_for_dir Undocumented
566 Method on_browse_for_file Undocumented
576 Method on_show_filebrowser Undocumented
585 Method on_toggle_hidden Undocumented
595 Method on_toolbar_copy Undocumented
601 Method on_toolbar_delete Undocumented
598 Method on_toolbar_paste Undocumented
592 Method on_toolbar_projectroot Undocumented
589 Method on_toolbar_refresh Undocumented
582 Method on_toolbar_terminal Undocumented
579 Method on_toolbar_up Undocumented
105 Method remove_actions Undocumented
205 Method subscribe_keyboard_shortcuts Set the keyboard shortcuts for the actions with keyboard shortcuts
def create_actions(self):
Called to create the actions.

Create your service actions actions here. Each action should be created with a call to create_action. These actions will be added to the action group for the service, and can be used for any purpose.

def on_browse_for_file(self, action):
Undocumented
def on_browse_for_dir(self, action):
Undocumented
def on_show_filebrowser(self, action):
Undocumented
def on_toolbar_up(self, action):
Undocumented
def on_toolbar_terminal(self, action):
Undocumented
def on_toggle_hidden(self, action):
Undocumented
def on_toolbar_refresh(self, action):
Undocumented
def on_toolbar_projectroot(self, action):
Undocumented
def on_toolbar_copy(self, action):
Undocumented
def on_toolbar_paste(self, action):
Undocumented
def on_toolbar_delete(self, action):
Undocumented
API Documentation for PIDA, generated by pydoctor.