C# Class MonoDevelop.FSharp.Project.CompilerOptionsPanelWidget

Mostra file Open project: vasili/FSharpBinding Class Usage Examples

Public Methods

Method Description
CompilerOptionsPanelWidget ( DotNetProject project ) : System
Store ( ItemConfigurationCollection configs ) : void
ValidateChanges ( ) : bool

Protected Methods

Method Description
Build ( ) : void
OnDestroyed ( ) : void

Private Methods

Method Description
FillClasses ( ) : void
OnTargetChanged ( object s, EventArgs a ) : void
UpdateTarget ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CompilerOptionsPanelWidget() public method

public CompilerOptionsPanelWidget ( DotNetProject project ) : System
project DotNetProject
return System

OnDestroyed() protected method

protected OnDestroyed ( ) : void
return void

Store() public method

public Store ( ItemConfigurationCollection configs ) : void
configs ItemConfigurationCollection
return void

ValidateChanges() public method

public ValidateChanges ( ) : bool
return bool