C# 클래스 XLibrary.Panels.ViewPanel

파일 보기 프로젝트 열기: swax/CodePerspective

공개 프로퍼티들

프로퍼티 타입 설명
CallsAllButton System.Windows.Forms.CheckBox
CallsRealTimeButton System.Windows.Forms.CheckBox
GraphDependencies System.Windows.Forms.RadioButton
GraphIntermediateDependencies System.Windows.Forms.RadioButton
IncludeAnon System.Windows.Forms.CheckBox
IncludeFields System.Windows.Forms.CheckBox
IncludeMethods System.Windows.Forms.CheckBox
IncludeNotXRayedButton System.Windows.Forms.CheckBox
IncludeOutsideZoomButton System.Windows.Forms.CheckBox
LayoutCallGraphButton System.Windows.Forms.RadioButton
LayoutClassCallsButton System.Windows.Forms.RadioButton
LayoutInOrder System.Windows.Forms.CheckBox
LayoutInitGraphButton System.Windows.Forms.RadioButton
LayoutLayerGraphButton System.Windows.Forms.RadioButton
LayoutTimelineButton System.Windows.Forms.RadioButton
LayoutTreeMapButton System.Windows.Forms.RadioButton
MapDependencies System.Windows.Forms.RadioButton
RenderGdiButton System.Windows.Forms.RadioButton
RenderGibsonButton System.Windows.Forms.RadioButton
RenderOpenGLButton System.Windows.Forms.RadioButton
ShowAllButton System.Windows.Forms.RadioButton
ShowCodeButton System.Windows.Forms.CheckBox
ShowHitButton System.Windows.Forms.RadioButton
ShowInstancesButton System.Windows.Forms.RadioButton
ShowNotHitButton System.Windows.Forms.RadioButton
SizeCallsButton System.Windows.Forms.RadioButton
SizeConstantButton System.Windows.Forms.RadioButton
SizeLinesButton System.Windows.Forms.RadioButton
SizeTimeInMethodButton System.Windows.Forms.RadioButton
SizeTimePerCallButton System.Windows.Forms.RadioButton

공개 메소드들

메소드 설명
Init ( MainForm main ) : void
ViewPanel ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CallsAllButton_CheckedChanged ( object sender, EventArgs e ) : void
CallsRealTimeButton_CheckedChanged ( object sender, EventArgs e ) : void
GraphAllDependencies_CheckedChanged ( object sender, EventArgs e ) : void
GraphIntermediateDependencies_CheckedChanged ( object sender, EventArgs e ) : void
IncludeAnon_CheckedChanged ( object sender, EventArgs e ) : void
IncludeFields_CheckedChanged ( object sender, EventArgs e ) : void
IncludeMethods_CheckedChanged ( object sender, EventArgs e ) : void
IncludeNotXRayedButton_CheckedChanged ( object sender, EventArgs e ) : void
IncludeOutsideZoomButton_CheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LayoutCallGraphButton_CheckedChanged ( object sender, EventArgs e ) : void
LayoutClassCallsButton_CheckedChanged ( object sender, EventArgs e ) : void
LayoutInOrder_CheckedChanged ( object sender, EventArgs e ) : void
LayoutInitGraphButton_CheckedChanged ( object sender, EventArgs e ) : void
LayoutLayerGraphButton_CheckedChanged ( object sender, EventArgs e ) : void
LayoutTreeMapButton_CheckedChanged ( object sender, EventArgs e ) : void
MapAllDependencies_CheckedChanged ( object sender, EventArgs e ) : void
PauseLink_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
RenderFpsButton_CheckedChanged ( object sender, EventArgs e ) : void
RenderGdiButton_CheckedChanged ( object sender, EventArgs e ) : void
RenderOpenGLButton_CheckedChanged ( object sender, EventArgs e ) : void
ResetHitLink_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
ResetProfilingLink_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
SetRootToClass ( ) : void
ShowAllButton_CheckedChanged ( object sender, EventArgs e ) : void
ShowAllDependenciesCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
ShowCodeButton_CheckedChanged ( object sender, EventArgs e ) : void
ShowHitButton_CheckedChanged ( object sender, EventArgs e ) : void
ShowInstancesButton_CheckedChanged ( object sender, EventArgs e ) : void
ShowNotHitButton_CheckedChanged ( object sender, EventArgs e ) : void
SizeCallsButton_CheckedChanged ( object sender, EventArgs e ) : void
SizeConstantButton_CheckedChanged ( object sender, EventArgs e ) : void
SizeLinesButton_CheckedChanged ( object sender, EventArgs e ) : void
SizeTimeInMethodButton_CheckedChanged ( object sender, EventArgs e ) : void
SizeTimePerCallButton_CheckedChanged ( object sender, EventArgs e ) : void
TimelineButton_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

Init() 공개 메소드

public Init ( MainForm main ) : void
main MainForm
리턴 void

ViewPanel() 공개 메소드

public ViewPanel ( ) : System
리턴 System

프로퍼티 상세

CallsAllButton 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox CallsAllButton
리턴 System.Windows.Forms.CheckBox

CallsRealTimeButton 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox CallsRealTimeButton
리턴 System.Windows.Forms.CheckBox

GraphDependencies 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton GraphDependencies
리턴 System.Windows.Forms.RadioButton

GraphIntermediateDependencies 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton GraphIntermediateDependencies
리턴 System.Windows.Forms.RadioButton

IncludeAnon 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox IncludeAnon
리턴 System.Windows.Forms.CheckBox

IncludeFields 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox IncludeFields
리턴 System.Windows.Forms.CheckBox

IncludeMethods 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox IncludeMethods
리턴 System.Windows.Forms.CheckBox

IncludeNotXRayedButton 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox IncludeNotXRayedButton
리턴 System.Windows.Forms.CheckBox

IncludeOutsideZoomButton 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox IncludeOutsideZoomButton
리턴 System.Windows.Forms.CheckBox

LayoutCallGraphButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton LayoutCallGraphButton
리턴 System.Windows.Forms.RadioButton

LayoutClassCallsButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton LayoutClassCallsButton
리턴 System.Windows.Forms.RadioButton

LayoutInOrder 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox LayoutInOrder
리턴 System.Windows.Forms.CheckBox

LayoutInitGraphButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton LayoutInitGraphButton
리턴 System.Windows.Forms.RadioButton

LayoutLayerGraphButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton LayoutLayerGraphButton
리턴 System.Windows.Forms.RadioButton

LayoutTimelineButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton LayoutTimelineButton
리턴 System.Windows.Forms.RadioButton

LayoutTreeMapButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton LayoutTreeMapButton
리턴 System.Windows.Forms.RadioButton

MapDependencies 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton MapDependencies
리턴 System.Windows.Forms.RadioButton

RenderGdiButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton RenderGdiButton
리턴 System.Windows.Forms.RadioButton

RenderGibsonButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton RenderGibsonButton
리턴 System.Windows.Forms.RadioButton

RenderOpenGLButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton RenderOpenGLButton
리턴 System.Windows.Forms.RadioButton

ShowAllButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton ShowAllButton
리턴 System.Windows.Forms.RadioButton

ShowCodeButton 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox ShowCodeButton
리턴 System.Windows.Forms.CheckBox

ShowHitButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton ShowHitButton
리턴 System.Windows.Forms.RadioButton

ShowInstancesButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton ShowInstancesButton
리턴 System.Windows.Forms.RadioButton

ShowNotHitButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton ShowNotHitButton
리턴 System.Windows.Forms.RadioButton

SizeCallsButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton SizeCallsButton
리턴 System.Windows.Forms.RadioButton

SizeConstantButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton SizeConstantButton
리턴 System.Windows.Forms.RadioButton

SizeLinesButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton SizeLinesButton
리턴 System.Windows.Forms.RadioButton

SizeTimeInMethodButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton SizeTimeInMethodButton
리턴 System.Windows.Forms.RadioButton

SizeTimePerCallButton 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton SizeTimePerCallButton
리턴 System.Windows.Forms.RadioButton