C# Class MonoDevelop.StyleCop.GeneralOptionsPanel

StyleCop general options panel.
Inheritance: ProjectOptionsPanelBase
Mostrar archivo Open project: DarkCloud14/MonoDevelop.StyleCop

Public Methods

Method Description
CreatePanelWidget ( ) : Control

Initializes the options panel values just before the panel is shown to user for the first time.

Will only be called if the user really gets to see the options panel.

GeneralOptionsPanel ( ) : System

Initializes a new instance of the MonoDevelop.StyleCop.GeneralOptionsPanel class.

Protected Methods

Method Description
Build ( ) : void
CultureComboBoxChanged ( object sender, EventArgs e ) : void

Called when the cultureComboBox value changed.

EnableCacheCheckBoxToggled ( object sender, EventArgs e ) : void

Called when the enableCacheCheckBox is checked or unchecked.

MaxViolationCountSpinButtonValueChanged ( object sender, EventArgs e ) : void

Called when the maxViolationCountSpinButton value changed.

ViolationsAsErrorsCheckBoxToggled ( object sender, EventArgs e ) : void

Called when the violationsAsErrorsCheckBox is checked or unchecked.

Private Methods

Method Description
EnumStyleCopCultureInfos ( ) : IEnumerable

Enumerates StyleCop culture information available in sub directories of the executing assembly.

SetBoldState ( ) : void

Sets the bold state of the controls.

Method Details

Build() protected method

protected Build ( ) : void
return void

CreatePanelWidget() public method

Initializes the options panel values just before the panel is shown to user for the first time.
Will only be called if the user really gets to see the options panel.
public CreatePanelWidget ( ) : Control
return Control

CultureComboBoxChanged() protected method

Called when the cultureComboBox value changed.
protected CultureComboBoxChanged ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs The event arguments.
return void

EnableCacheCheckBoxToggled() protected method

Called when the enableCacheCheckBox is checked or unchecked.
protected EnableCacheCheckBoxToggled ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs The event arguments.
return void

GeneralOptionsPanel() public method

Initializes a new instance of the MonoDevelop.StyleCop.GeneralOptionsPanel class.
public GeneralOptionsPanel ( ) : System
return System

MaxViolationCountSpinButtonValueChanged() protected method

Called when the maxViolationCountSpinButton value changed.
protected MaxViolationCountSpinButtonValueChanged ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs The event arguments.
return void

ViolationsAsErrorsCheckBoxToggled() protected method

Called when the violationsAsErrorsCheckBox is checked or unchecked.
protected ViolationsAsErrorsCheckBoxToggled ( object sender, EventArgs e ) : void
sender object The event sender.
e System.EventArgs The event arguments.
return void