InterfaceWindow.cpp File Reference

Include dependency graph for InterfaceWindow.cpp:


Defines

#define INTERFACE_UPDATE_TIMEOUT   80000
#define INTERFACE_LOCKING_TIMEOUT   5000
#define ADD_ELLIPSIS(a)

Functions

bool make_sure_frame_is_on_screen (BRect &frame)
void make_sure_frame_is_within_limits (BRect &frame, float minWidth, float minHeight, float maxWidth, float maxHeight)
bool get_volume_info (BVolume &volume, BString &volumeName, bool &isCDROM, BString &deviceName)
void collect_folder_contents (BDirectory &dir, BList &list, bool &deep, bool &asked, BEntry &entry)
static int PlaylistChanged (vlc_object_t *p_this, const char *psz_variable, vlc_value_t old_val, vlc_value_t new_val, void *param)
void set_window_pos (BWindow *window, BRect frame)
void launch_window (BWindow *window, bool showing)
status_t load_settings (BMessage *message, const char *fileName, const char *folder)
status_t save_settings (BMessage *message, const char *fileName, const char *folder)

Define Documentation

#define ADD_ELLIPSIS (  ) 

Value:

memset( psz_tmp, 0, 1024 ); \
    snprintf( psz_tmp, 1024, "%s%s", a, B_UTF8_ELLIPSIS );

Referenced by InterfaceWindow::InterfaceWindow().

#define INTERFACE_LOCKING_TIMEOUT   5000

#define INTERFACE_UPDATE_TIMEOUT   80000


Function Documentation

void collect_folder_contents ( BDirectory &  dir,
BList &  list,
bool &  deep,
bool &  asked,
BEntry &  entry 
)

References _.

bool get_volume_info ( BVolume &  volume,
BString &  volumeName,
bool &  isCDROM,
BString &  deviceName 
)

References name.

void launch_window ( BWindow *  window,
bool  showing 
)

status_t load_settings ( BMessage *  message,
const char *  fileName,
const char *  folder 
)

bool make_sure_frame_is_on_screen ( BRect &  frame  ) 

Referenced by set_window_pos().

void make_sure_frame_is_within_limits ( BRect &  frame,
float  minWidth,
float  minHeight,
float  maxWidth,
float  maxHeight 
)

Referenced by set_window_pos().

static int PlaylistChanged ( vlc_object_t p_this,
const char *  psz_variable,
vlc_value_t  old_val,
vlc_value_t  new_val,
void *  param 
) [static]

status_t save_settings ( BMessage *  message,
const char *  fileName,
const char *  folder 
)

void set_window_pos ( BWindow *  window,
BRect  frame 
)


Generated on Wed Mar 31 08:05:46 2010 for VLC by  doxygen 1.5.6