C# 클래스 Smrf.NodeXL.ExcelTemplate.ReadabilityMetricsDialog

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oNodeXLControl NodeXLControl
m_oReadabilityMetricUserSettings ReadabilityMetricUserSettings
m_oReadabilityMetricsDialogUserSettings ReadabilityMetricsDialogUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

공개 메소드들

메소드 설명
AssertValid ( ) : void
ReadabilityMetricsDialog ( NodeXLControl nodeXLControl, Microsoft workbook ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
CalculateReadabilityMetrics ( Boolean bEmptySelectionIsError ) : Boolean
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
GetReadabilityMetricCheckBoxes ( ) : CheckBox[]
OnCheckOrUncheckAll ( object sender, System e ) : void
OnVerticesMoved ( object sender, VerticesMovedEventArgs e ) : void
RecalculateReadabilityMetrics ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

OnGraphLaidOut ( object sender, AsyncCompletedEventArgs e ) : void
ReadabilityMetricsDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
btnCalculateNow_Click ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

CalculateReadabilityMetrics() 보호된 메소드

protected CalculateReadabilityMetrics ( Boolean bEmptySelectionIsError ) : Boolean
bEmptySelectionIsError Boolean
리턴 Boolean

Dispose() 보호된 메소드

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

DoDataExchange() 보호된 메소드

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
리턴 Boolean

GetReadabilityMetricCheckBoxes() 보호된 메소드

protected GetReadabilityMetricCheckBoxes ( ) : CheckBox[]
리턴 CheckBox[]

OnCheckOrUncheckAll() 보호된 메소드

protected OnCheckOrUncheckAll ( object sender, System e ) : void
sender object
e System
리턴 void

OnVerticesMoved() 보호된 메소드

protected OnVerticesMoved ( object sender, VerticesMovedEventArgs e ) : void
sender object
e VerticesMovedEventArgs
리턴 void

ReadabilityMetricsDialog() 공개 메소드

Initializes a new instance of the class.
public ReadabilityMetricsDialog ( NodeXLControl nodeXLControl, Microsoft workbook ) : System
nodeXLControl NodeXLControl /// NodeXLControl containing the graph. ///
workbook Microsoft /// Workbook containing the graph data. ///
리턴 System

RecalculateReadabilityMetrics() 보호된 메소드

protected RecalculateReadabilityMetrics ( ) : void
리턴 void

프로퍼티 상세

m_oNodeXLControl 보호되어 있는 프로퍼티

protected NodeXLControl m_oNodeXLControl
리턴 NodeXLControl

m_oReadabilityMetricUserSettings 보호되어 있는 프로퍼티

protected ReadabilityMetricUserSettings m_oReadabilityMetricUserSettings
리턴 ReadabilityMetricUserSettings

m_oReadabilityMetricsDialogUserSettings 보호되어 있는 프로퍼티

protected ReadabilityMetricsDialogUserSettings m_oReadabilityMetricsDialogUserSettings
리턴 ReadabilityMetricsDialogUserSettings

m_oWorkbook 보호되어 있는 프로퍼티

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
리턴 Microsoft.Office.Interop.Excel.Workbook