C# Class Bitcoin_QR_Popup.Form1

Inheritance: System.Windows.Forms.Form
Show file Open project: iancoleman/bitcoin-qr-popup

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Private Methods

Method Description
Form1_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
GetMacAddress ( ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button_cancel_Click ( object sender, EventArgs e ) : void
calculate_exchange_rate ( string from_code, string to_code ) : calculated_rate
check_bitcoin_is_running ( ) : void
check_currencies_must_be_updated ( ) : bool
check_currency_list_for_refresh ( string currency_list ) : bool
check_wallet_has_passphrase ( ) : void
create_currency_notify_item ( string currency_code ) : void
display_history ( ) : void
draw_qr ( string qr_value ) : void
fetch_bitcoin_rate ( ) : void
fetch_currency_exchange_rates ( ) : void
get_amount ( ) : string
get_bitcoin_uri ( string address, string amount ) : string
handle_currency_select ( object sender, EventArgs e ) : void
hide_popup ( ) : void
init_exchange_rates ( ) : void
initialise_hotkey ( ) : void
initialise_notify_icon_right_click ( ) : void
load_exchange_rates_from_settings ( ) : void
notifyIcon_bitcoin_qr_popup_Click ( object sender, EventArgs e ) : void
perform_exit ( ) : void
reset_qr_display ( ) : void
save_exchange_rates_in_settings ( ) : void
set_credentials ( ) : void
set_default_currency ( ) : void
show_popup ( ) : void
textBox_amount_TextChanged ( object sender, EventArgs e ) : void
timer_poll_amount_Tick ( object sender, EventArgs e ) : void
toggle_display ( ) : void
toolStripMenuItem_exit_Click ( object sender, EventArgs e ) : void
update_exchange_rate ( ) : double
update_popup ( ) : void
urlread ( string sURL ) : string

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void