tvplanit: Add missing vpganttviewpainter unit. Draw basic column and row header areas for TVpGanttView.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8417 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-08-23 22:38:13 +00:00
parent e0d6926bee
commit b6a943535f
3 changed files with 525 additions and 6 deletions

View File

@ -1816,11 +1816,11 @@ begin
end;
end;
{ DisplayOnly is poorly-named. It is false during screen output in the form,
it is true during printing and in print preview }
procedure TVpDayViewPainter.RenderToCanvas(ARenderIn: TRect;
AAngle: TVpRotationAngle; AScale: Extended; ARenderDate: TDateTime;
AStartLine, AStopLine: Integer; AUseGran: TVpGranularity; ADisplayOnly: Boolean);
{wp: DisplayOnly is poorly-named. It is false during screen output in the form,
it is true during printing and in print preview }
begin
inherited;