C# Class VixenApplication.VixenApplication

Afficher le fichier Open project: sall/vixen Class Usage Examples

Méthodes publiques

Méthode Description
ColumnAutoSize ( ) : void
VixenApplication ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddSequenceToRecentList ( string filename ) : void
CheckForTestBuild ( ) : void
ClearRecentSequencesList ( ) : void
CreateLockFile ( ) : bool
InitStats ( ) : void
InitializeComponent ( ) : void

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

IsProfileLocked ( string path ) : bool
OpenSequenceFromFile ( string filename ) : void
PopulateRecentSequencesList ( ) : void
PopulateVersionStrings ( ) : void
ProcessProfiles ( ) : void
RemoveLockFile ( ) : bool
SetLogFilePaths ( ) : void

Sets the log file paths to the appropriate profile log directory

SetupDisplay ( ) : void
SetupPreviews ( ) : void
ShowLoadProfileErrorMessage ( string name, bool isLocked ) : void
StartJITProfiler ( ) : void
UpdateTitleWithProfileName ( string profileName ) : void
VixenApp_FormClosing ( object sender, FormClosingEventArgs e ) : void
VixenApplication_Load ( object sender, EventArgs e ) : void
VixenApplication_Paint ( object sender, PaintEventArgs e ) : void
VixenApplication_Shown ( object sender, EventArgs e ) : void
_CloseEditor ( IEditorUserInterface editor ) : bool
_OpenEditor ( IEditorUserInterface editorUI ) : void
_ProcessArg ( string arg ) : void
_ViewLog ( string logName ) : void
buttonBackground_MouseHover ( object sender, EventArgs e ) : void
buttonBackground_MouseLeave ( object sender, EventArgs e ) : void
buttonNewSequence_Click ( object sender, EventArgs e ) : void
buttonOpenSequence_Click ( object sender, EventArgs e ) : void
buttonSetupDisplay_Click ( object sender, EventArgs e ) : void
buttonSetupOutputPreviews_Click ( object sender, EventArgs e ) : void
editorUI_Activated ( object sender, EventArgs e ) : void
editorUI_Closing ( object sender, System e ) : void
executionStateChangedHandler ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
groupBoxes_Paint ( object sender, PaintEventArgs e ) : void
initializeEditorTypes ( ) : void
listViewRecentSequences_DoubleClick ( object sender, EventArgs e ) : void
optionsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
profilesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
setupDisplayToolStripMenuItem_Click ( object sender, EventArgs e ) : void
setupPreviewsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
startToolStripMenuItem_Click ( object sender, EventArgs e ) : void
statsTimer_Tick ( object sender, EventArgs e ) : void
stopToolStripMenuItem_Click ( object sender, EventArgs e ) : void
updateExecutionState ( ) : void
viewInstalledModulesToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

ColumnAutoSize() public méthode

public ColumnAutoSize ( ) : void
Résultat void

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

VixenApplication() public méthode

public VixenApplication ( ) : System
Résultat System