C# Class Smrf.NodeXL.ExcelTemplate.ReadabilityMetricsDialog

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oNodeXLControl NodeXLControl
m_oReadabilityMetricUserSettings ReadabilityMetricUserSettings
m_oReadabilityMetricsDialogUserSettings ReadabilityMetricsDialogUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Méthodes publiques

Méthode Description
AssertValid ( ) : void
ReadabilityMetricsDialog ( NodeXLControl nodeXLControl, Microsoft workbook ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode 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

Méthode 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 méthode

public AssertValid ( ) : void
Résultat void

CalculateReadabilityMetrics() protected méthode

protected CalculateReadabilityMetrics ( Boolean bEmptySelectionIsError ) : Boolean
bEmptySelectionIsError Boolean
Résultat Boolean

Dispose() protected méthode

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

DoDataExchange() protected méthode

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Résultat Boolean

GetReadabilityMetricCheckBoxes() protected méthode

protected GetReadabilityMetricCheckBoxes ( ) : CheckBox[]
Résultat CheckBox[]

OnCheckOrUncheckAll() protected méthode

protected OnCheckOrUncheckAll ( object sender, System e ) : void
sender object
e System
Résultat void

OnVerticesMoved() protected méthode

protected OnVerticesMoved ( object sender, VerticesMovedEventArgs e ) : void
sender object
e VerticesMovedEventArgs
Résultat void

ReadabilityMetricsDialog() public méthode

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. ///
Résultat System

RecalculateReadabilityMetrics() protected méthode

protected RecalculateReadabilityMetrics ( ) : void
Résultat void

Property Details

m_oNodeXLControl protected_oe property

protected NodeXLControl m_oNodeXLControl
Résultat NodeXLControl

m_oReadabilityMetricUserSettings protected_oe property

protected ReadabilityMetricUserSettings m_oReadabilityMetricUserSettings
Résultat ReadabilityMetricUserSettings

m_oReadabilityMetricsDialogUserSettings protected_oe property

protected ReadabilityMetricsDialogUserSettings m_oReadabilityMetricsDialogUserSettings
Résultat ReadabilityMetricsDialogUserSettings

m_oWorkbook protected_oe property

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
Résultat Microsoft.Office.Interop.Excel.Workbook