|
Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <string.h>#include <gtk/gtk.h>#include <libaudcore/hook.h>#include "audconfig.h"#include "config.h"#include "debug.h"#include "general.h"#include "i18n.h"#include "interface.h"#include "misc.h"#include "plugins.h"#include "ui_preferences.h"#include "visualization.h"Go to the source code of this file.
| enum IfaceHookID |
Definition at line 221 of file interface.c.
| static gboolean delete_cb | ( | GtkWidget * | window, |
| GdkEvent * | event, | ||
| PluginHandle * | plugin | ||
| ) | [static] |
Definition at line 156 of file interface.c.
Referenced by interface_add_plugin_widget().
| PluginHandle* iface_plugin_get_current | ( | void | ) |
Definition at line 317 of file interface.c.
| PluginHandle* iface_plugin_probe | ( | void | ) |
Definition at line 308 of file interface.c.
| gboolean iface_plugin_set_current | ( | PluginHandle * | plugin | ) |
Definition at line 322 of file interface.c.
| void interface_add_plugin_widget | ( | PluginHandle * | plugin, |
| GtkWidget * | widget | ||
| ) |
Definition at line 163 of file interface.c.
Referenced by general_load(), and vis_load().
| void interface_hide_filebrowser | ( | void | ) |
Definition at line 96 of file interface.c.
Referenced by interface_hook_handler().
| void interface_hide_jump_to_track | ( | void | ) |
Definition at line 132 of file interface.c.
Referenced by interface_hook_handler().
| void interface_hook_handler | ( | gpointer | hook_data, |
| gpointer | user_data | ||
| ) |
Definition at line 235 of file interface.c.
Referenced by register_interface_hooks().
| void interface_install_toolbar | ( | void * | widget | ) |
Definition at line 186 of file interface.c.
| gboolean interface_load | ( | PluginHandle * | plugin | ) |
Definition at line 51 of file interface.c.
Referenced by iface_plugin_set_current().
| void interface_remove_plugin_widget | ( | PluginHandle * | plugin, |
| GtkWidget * | widget | ||
| ) |
Definition at line 177 of file interface.c.
Referenced by general_unload(), and vis_unload().
| void interface_run_filebrowser | ( | gboolean | play_button | ) |
Definition at line 87 of file interface.c.
Referenced by audacious_rc_eject(), and interface_hook_handler().
| void interface_show_about_window | ( | gboolean | show | ) |
Definition at line 141 of file interface.c.
Referenced by interface_hook_handler().
| void interface_show_error_message | ( | const gchar * | markup | ) |
Definition at line 114 of file interface.c.
Referenced by import_winamp_eqf(), and interface_hook_handler().
| void interface_show_jump_to_track | ( | void | ) |
Definition at line 123 of file interface.c.
Referenced by do_commands(), and interface_hook_handler().
| void interface_show_prefs_window | ( | gboolean | show | ) |
Definition at line 73 of file interface.c.
Referenced by interface_hook_handler().
| void interface_toggle_repeat | ( | void | ) |
Definition at line 213 of file interface.c.
Referenced by interface_hook_handler().
| void interface_toggle_shuffle | ( | void | ) |
Definition at line 204 of file interface.c.
Referenced by interface_hook_handler().
| void interface_toggle_visibility | ( | void | ) |
Definition at line 105 of file interface.c.
Referenced by audacious_rc_show_main_win(), do_commands(), and interface_hook_handler().
| void interface_uninstall_toolbar | ( | void * | widget | ) |
Definition at line 195 of file interface.c.
| void interface_unload | ( | void | ) |
Definition at line 61 of file interface.c.
Referenced by iface_plugin_set_current().
| static gboolean probe_cb | ( | PluginHandle * | p, |
| PluginHandle ** | pp | ||
| ) | [static] |
Definition at line 302 of file interface.c.
Referenced by iface_plugin_probe().
| void register_interface_hooks | ( | void | ) |
Definition at line 292 of file interface.c.
Referenced by init_two().
Iface* current_interface = NULL [static] |
Definition at line 39 of file interface.c.
Referenced by interface_load(), and interface_unload().
PluginHandle* current_plugin = NULL [static] |
Definition at line 315 of file interface.c.
Referenced by iface_plugin_get_current().
IfaceHooks hooks[] [static] |
{
{"prefswin show", HOOK_PREFSWIN_SHOW},
{"filebrowser show", HOOK_FILEBROWSER_SHOW},
{"filebrowser hide", HOOK_FILEBROWSER_HIDE},
{"interface toggle visibility", HOOK_TOGGLE_VISIBILITY},
{"interface show error", HOOK_SHOW_ERROR},
{"interface show jump to track", HOOK_JUMPTOTRACK_SHOW},
{"interface hide jump to track", HOOK_JUMPTOTRACK_HIDE},
{"aboutwin show", HOOK_ABOUTWIN_SHOW},
{"toggle shuffle", HOOK_TOGGLE_SHUFFLE},
{"toggle repeat", HOOK_TOGGLE_REPEAT},
}
Definition at line 278 of file interface.c.
IfaceCbs interface_cbs = { NULL } [static] |
Definition at line 49 of file interface.c.
IfaceOps interface_ops [static] |
{
.create_prefs_window = create_prefs_window,
.show_prefs_window = show_prefs_window,
.hide_prefs_window = hide_prefs_window,
.destroy_prefs_window = destroy_prefs_window,
.prefswin_page_new = prefswin_page_new,
}
Definition at line 41 of file interface.c.
Referenced by interface_load().
1.7.4