C# Class Depressurizer.DlgProfile

Inheritance: System.Windows.Forms.Form
Mostra file Open project: Theo47/depressurizer Class Usage Examples

Public Properties

Property Type Description
Profile Depressurizer.Profile

Public Methods

Method Description
DlgProfile ( ) : System
DlgProfile ( Depressurizer.Profile profile ) : System
GetDisplayName ( System.Int64 accountId ) : string
InitializeEditMode ( ) : void
SaveModifiables ( Depressurizer.Profile p ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Apply ( ) : bool
CreateProfile ( ) : bool
GetSteamIds ( ) : string[]

Gets a list of located account ids. Uses settings for the steam path.

InitializeComponent ( ) : void

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

LoadShortIds ( ) : void

Populates the combo box with all located account IDs

NameUpdateThread ( object d ) : void
OnNameUpdateThreadTerminate ( ) : void
ProfileDlg_FormClosing ( object sender, FormClosingEventArgs e ) : void
ProfileDlg_Load ( object sender, EventArgs e ) : void
SelectUserInList ( System.Int64 accountId ) : bool
SelectUserInList ( string accountId ) : bool
SetUpdateInterfaceNormal ( ) : void
SetUpdateInterfaceRunning ( ) : void
SetUpdateInterfaceStopping ( ) : void
StartThreadedNameUpdate ( ) : void
UpdateDisplayNameInList ( int index, string name ) : void
ValidateEntries ( ) : bool
cmdBrowse_Click ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdIgnore_Click ( object sender, EventArgs e ) : void
cmdOk_Click ( object sender, EventArgs e ) : void
cmdUnignore_Click ( object sender, EventArgs e ) : void
cmdUserUpdateCancel_Click ( object sender, EventArgs e ) : void
cmdUserUpdate_Click ( object sender, EventArgs e ) : void
lstUsers_SelectedIndexChanged ( object sender, EventArgs e ) : void
radSelUser_CheckedChanged ( object sender, EventArgs e ) : void
txtUserID_TextChanged ( object sender, EventArgs e ) : void

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

DlgProfile() public method

public DlgProfile ( ) : System
return System

DlgProfile() public method

public DlgProfile ( Depressurizer.Profile profile ) : System
profile Depressurizer.Profile
return System

GetDisplayName() public method

public GetDisplayName ( System.Int64 accountId ) : string
accountId System.Int64
return string

InitializeEditMode() public method

public InitializeEditMode ( ) : void
return void

SaveModifiables() public method

public SaveModifiables ( Depressurizer.Profile p ) : void
p Depressurizer.Profile
return void

Property Details

Profile public_oe property

public Profile,Depressurizer Profile
return Depressurizer.Profile