ELinks 0.18.0
dialogs.h File Reference
#include "bfu/common.h"
Include dependency graph for dialogs.h:
This graph shows which files directly or indirectly include this file:

Functions

char * get_bittorrent_message (struct download *download, struct terminal *term, int wide, int full, const char *separator)
void draw_bittorrent_piece_progress (struct download *download, struct terminal *term, int x, int y, int width, char *text, struct color_pair *meter_color)
void set_bittorrent_files_for_deletion (struct download *download)
void set_bittorrent_notify_on_completion (struct download *download, struct terminal *term)
void notify_bittorrent_download_complete (struct bittorrent_connection *bittorrent)
widget_handler_status_T dlg_show_bittorrent_info (struct dialog_data *dlg_data, struct widget_data *widget_data)
void bittorrent_message_dialog (struct session *ses, void *data)
void query_bittorrent_dialog (struct type_query *type_query)

Function Documentation

◆ bittorrent_message_dialog()

void bittorrent_message_dialog ( struct session * ses,
void * data )

◆ dlg_show_bittorrent_info()

widget_handler_status_T dlg_show_bittorrent_info ( struct dialog_data * dlg_data,
struct widget_data * widget_data )

◆ draw_bittorrent_piece_progress()

void draw_bittorrent_piece_progress ( struct download * download,
struct terminal * term,
int x,
int y,
int width,
char * text,
struct color_pair * meter_color )

◆ get_bittorrent_message()

char * get_bittorrent_message ( struct download * download,
struct terminal * term,
int wide,
int full,
const char * separator )

◆ notify_bittorrent_download_complete()

void notify_bittorrent_download_complete ( struct bittorrent_connection * bittorrent)

◆ query_bittorrent_dialog()

void query_bittorrent_dialog ( struct type_query * type_query)

◆ set_bittorrent_files_for_deletion()

void set_bittorrent_files_for_deletion ( struct download * download)

◆ set_bittorrent_notify_on_completion()

void set_bittorrent_notify_on_completion ( struct download * download,
struct terminal * term )