C# Class Smrf.NodeXL.ExcelTemplate.ReadabilityMetricsDialog

ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oNodeXLControl NodeXLControl
m_oReadabilityMetricUserSettings ReadabilityMetricUserSettings
m_oReadabilityMetricsDialogUserSettings ReadabilityMetricsDialogUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Public Methods

Method Description
AssertValid ( ) : void
ReadabilityMetricsDialog ( NodeXLControl nodeXLControl, Microsoft workbook ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

CalculateReadabilityMetrics() protected method

protected CalculateReadabilityMetrics ( Boolean bEmptySelectionIsError ) : Boolean
bEmptySelectionIsError Boolean
return Boolean

Dispose() protected method

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

DoDataExchange() protected method

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return Boolean

GetReadabilityMetricCheckBoxes() protected method

protected GetReadabilityMetricCheckBoxes ( ) : CheckBox[]
return CheckBox[]

OnCheckOrUncheckAll() protected method

protected OnCheckOrUncheckAll ( object sender, System e ) : void
sender object
e System
return void

OnVerticesMoved() protected method

protected OnVerticesMoved ( object sender, VerticesMovedEventArgs e ) : void
sender object
e VerticesMovedEventArgs
return void

ReadabilityMetricsDialog() public method

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. ///
return System

RecalculateReadabilityMetrics() protected method

protected RecalculateReadabilityMetrics ( ) : void
return void

Property Details

m_oNodeXLControl protected_oe property

protected NodeXLControl m_oNodeXLControl
return NodeXLControl

m_oReadabilityMetricUserSettings protected_oe property

protected ReadabilityMetricUserSettings m_oReadabilityMetricUserSettings
return ReadabilityMetricUserSettings

m_oReadabilityMetricsDialogUserSettings protected_oe property

protected ReadabilityMetricsDialogUserSettings m_oReadabilityMetricsDialogUserSettings
return ReadabilityMetricsDialogUserSettings

m_oWorkbook protected_oe property

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
return Microsoft.Office.Interop.Excel.Workbook