C# Class Depressurizer.DlgProfile

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Theo47/depressurizer Class Usage Examples

Méthodes publiques

Свойство Type Description
Profile Depressurizer.Profile

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

DlgProfile() public méthode

public DlgProfile ( ) : System
Résultat System

DlgProfile() public méthode

public DlgProfile ( Depressurizer.Profile profile ) : System
profile Depressurizer.Profile
Résultat System

GetDisplayName() public méthode

public GetDisplayName ( System.Int64 accountId ) : string
accountId System.Int64
Résultat string

InitializeEditMode() public méthode

public InitializeEditMode ( ) : void
Résultat void

SaveModifiables() public méthode

public SaveModifiables ( Depressurizer.Profile p ) : void
p Depressurizer.Profile
Résultat void

Property Details

Profile public_oe property

public Profile,Depressurizer Profile
Résultat Depressurizer.Profile