C# 클래스 Tp.Integration.Ide.VisualStudio.UI.TimeLogChartControl.Table

Position rows and cells on the stage accordint to start and end time.
파일 보기 프로젝트 열기: TargetProcess/Tp.Integration.Ide.VisualStudio

공개 메소드들

메소드 설명
AddRow ( Row row ) : void
GetCell ( Point p ) : Cell

Finds cell under cursor position.

GetColOffset ( int n ) : int
GetRowOffset ( int n ) : int
Layout ( Point offset ) : void

Position rows and cells on the stage according to times.

Table ( IEnumerable timeRecords ) : System

Convert time records to rows and cells.

비공개 메소드들

메소드 설명
GetTimeOffset ( System.DateTime dateTime ) : int

메소드 상세

AddRow() 공개 메소드

public AddRow ( Row row ) : void
row Row
리턴 void

GetCell() 공개 메소드

Finds cell under cursor position.
public GetCell ( Point p ) : Cell
p Point Cursor position under which to find cell.
리턴 Cell

GetColOffset() 공개 메소드

public GetColOffset ( int n ) : int
n int
리턴 int

GetRowOffset() 공개 메소드

public GetRowOffset ( int n ) : int
n int
리턴 int

Layout() 공개 메소드

Position rows and cells on the stage according to times.
public Layout ( Point offset ) : void
offset Point Offset to top left corner.
리턴 void

Table() 공개 메소드

Convert time records to rows and cells.
public Table ( IEnumerable timeRecords ) : System
timeRecords IEnumerable Time records to parse.
리턴 System