C# 클래스 MonoDevelop.StyleCop.GeneralOptionsPanel

StyleCop general options panel.
상속: ProjectOptionsPanelBase
파일 보기 프로젝트 열기: DarkCloud14/MonoDevelop.StyleCop

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
EnumStyleCopCultureInfos ( ) : IEnumerable

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

SetBoldState ( ) : void

Sets the bold state of the controls.

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

CreatePanelWidget() 공개 메소드

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
리턴 Control

CultureComboBoxChanged() 보호된 메소드

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

EnableCacheCheckBoxToggled() 보호된 메소드

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.
리턴 void

GeneralOptionsPanel() 공개 메소드

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

MaxViolationCountSpinButtonValueChanged() 보호된 메소드

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

ViolationsAsErrorsCheckBoxToggled() 보호된 메소드

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.
리턴 void