Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Classes | Macros | Typedefs | Enumerations
misc.h File Reference
#include <audacious/api.h>
#include <audacious/types.h>
#include <libaudcore/index.h>
#include <libaudcore/tuple.h>
#include <libaudcore/vfs.h>
#include <audacious/api-define-begin.h>
#include <audacious/misc-api.h>
#include <audacious/api-define-end.h>
#include <audacious/api-alias-begin.h>
#include <audacious/api-alias-end.h>

Go to the source code of this file.

Classes

struct  EqualizerPreset
 

Macros

#define AUD_API_NAME   MiscAPI
 
#define AUD_API_SYMBOL   misc_api
 
#define aud_create_widgets(b, w, a)
 

Typedefs

typedef void(* MenuFunc )(void)
 
typedef void(* VisFunc )(void)
 

Enumerations

enum  {
  AUD_PATH_BIN_DIR, AUD_PATH_DATA_DIR, AUD_PATH_PLUGIN_DIR, AUD_PATH_LOCALE_DIR,
  AUD_PATH_DESKTOP_FILE, AUD_PATH_ICON_FILE, AUD_PATH_USER_DIR, AUD_PATH_USER_PLUGIN_DIR,
  AUD_PATH_PLAYLISTS_DIR, AUD_PATH_GTKRC_FILE, AUD_PATH_COUNT
}
 
enum  { OUTPUT_RESET_EFFECTS_ONLY, OUTPUT_RESET_SOFT, OUTPUT_RESET_HARD }
 
enum  {
  AUD_MENU_MAIN, AUD_MENU_PLAYLIST, AUD_MENU_PLAYLIST_RCLICK, AUD_MENU_PLAYLIST_ADD,
  AUD_MENU_PLAYLIST_REMOVE, AUD_MENU_PLAYLIST_SELECT, AUD_MENU_PLAYLIST_MISC, AUD_MENU_COUNT
}
 
enum  {
  AUD_VIS_TYPE_CLEAR, AUD_VIS_TYPE_MONO_PCM, AUD_VIS_TYPE_MULTI_PCM, AUD_VIS_TYPE_FREQ,
  AUD_VIS_TYPES
}
 

Macro Definition Documentation

#define AUD_API_NAME   MiscAPI

Definition at line 72 of file misc.h.

#define AUD_API_SYMBOL   misc_api

Definition at line 73 of file misc.h.

#define aud_create_widgets (   b,
  w,
  a 
)
Value:
aud_create_widgets_with_domain (b, w, a, \
PACKAGE)

Definition at line 93 of file misc.h.

Typedef Documentation

typedef void(* MenuFunc)(void)

Definition at line 60 of file misc.h.

typedef void(* VisFunc)(void)

Definition at line 70 of file misc.h.

Enumeration Type Documentation

anonymous enum
Enumerator
OUTPUT_RESET_EFFECTS_ONLY 
OUTPUT_RESET_SOFT 
OUTPUT_RESET_HARD 

Definition at line 48 of file misc.h.

anonymous enum
Enumerator
AUD_MENU_MAIN 
AUD_MENU_PLAYLIST 
AUD_MENU_PLAYLIST_RCLICK 
AUD_MENU_PLAYLIST_ADD 
AUD_MENU_PLAYLIST_REMOVE 
AUD_MENU_PLAYLIST_SELECT 
AUD_MENU_PLAYLIST_MISC 
AUD_MENU_COUNT 

Definition at line 50 of file misc.h.

anonymous enum
Enumerator
AUD_VIS_TYPE_CLEAR 
AUD_VIS_TYPE_MONO_PCM 
AUD_VIS_TYPE_MULTI_PCM 
AUD_VIS_TYPE_FREQ 
AUD_VIS_TYPES 

Definition at line 62 of file misc.h.

anonymous enum
Enumerator
AUD_PATH_BIN_DIR 
AUD_PATH_DATA_DIR 
AUD_PATH_PLUGIN_DIR 
AUD_PATH_LOCALE_DIR 
AUD_PATH_DESKTOP_FILE 
AUD_PATH_ICON_FILE 
AUD_PATH_USER_DIR 
AUD_PATH_USER_PLUGIN_DIR 
AUD_PATH_PLAYLISTS_DIR 
AUD_PATH_GTKRC_FILE 
AUD_PATH_COUNT 

Definition at line 29 of file misc.h.