1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817
|
/*
Copyright (c) 1998, 1999, 2000, 2001, 2003, 2004 Benhur Stein
This file is part of Paj.
Paj is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
Paj is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details.
You should have received a copy of the GNU Lesser General Public License
along with Paj; if not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
// DrawView+Drawing
// ----------------
// methods for drawing entities in DrawView.
#include "DrawView.h"
#ifdef GNUSTEP
#include <values.h>
#endif
#ifndef MAXFLOAT
#define MAXFLOAT 3.402823466e+38F
#endif
#include "../General/Association.h"
#include "../General/Macros.h"
@implementation DrawView (Drawing)
- (void)addToHighlightPath:(NSBezierPath *)path fillPath:(BOOL)fill
{
if ([path isEmpty]) return;
if (highlightImage == nil) {
// allocate two images, one for the highlighting and another one
// to make a transparent cut in it to show the highlighted path.
NSRect vr = [self visibleRect];
highlightImage = [[NSImage alloc] initWithSize:vr.size];
highlightMask = [[NSImage alloc] initWithSize:vr.size];
// transform view coordinates to image coordinates
Assign(highlightTransform, [NSAffineTransform transform]);
[highlightTransform translateXBy:-vr.origin.x
yBy:vr.origin.y+vr.size.height];
[highlightTransform scaleXBy:1 yBy:-1];
}
NSBezierPath *hp = [highlightTransform transformBezierPath:path];
// draw the opaque path in highlightMask
[highlightMask lockFocus];
[[NSColor blackColor] set];
[hp stroke];
if (fill) {
[hp fill];
}
[highlightMask unlockFocus];
// stroke the path in various widths and transparencies in highlightImage
float lw = [hp lineWidth];
[highlightImage lockFocus];
[highlightColor set];
[hp setLineWidth:lw+4];
[hp stroke];
[hp setLineWidth:lw+10];
[hp stroke];
[highlightImage unlockFocus];
}
- (void)drawHighlight
{
if (highlightImage == nil) {
return;
}
NSRect vr = [self visibleRect];
// make the highlightMask transparent in highlightImage
[highlightImage lockFocus];
[highlightMask compositeToPoint:NSMakePoint(0, 0)
operation:NSCompositeDestinationOut];
[highlightImage unlockFocus];
// composite the result to the screen
[highlightImage compositeToPoint:NSMakePoint(vr.origin.x,NSMaxY(vr))
operation:NSCompositeSourceOver];
// get rid of the highlight images
Assign(highlightImage, nil);
Assign(highlightMask, nil);
Assign(highlightTransform, nil);
}
- (void)drawEventsWithDescriptor:(STEventTypeLayout *)layout
inContainer:(PajeContainer *)container
fromEnumerator:(NSEnumerator *)enumerator
{
shapefunction *pathFunction;
drawfunction *drawFunction;
NSBezierPath *path;
NSColor *color;
id entity;
float x, y, w, h;
BOOL drawNames;
BOOL sup;
NSMutableAttributedString *name;
drawNames = [layout drawsName];
if (drawNames) {
name = [[NSMutableAttributedString alloc]
initWithString:@""
attributes:entityNameAttributes];
}
sup = [layout isSupEvent];
y = [layout yInContainer:container];
w = [layout width];
h = [layout height];
pathFunction = [[layout shapeFunction] function];
drawFunction = [[layout drawFunction] function];
path = [NSBezierPath bezierPath];
while ((entity = [enumerator nextObject]) != nil) {
x = TIMEtoX([filter timeForEntity:entity]);
[path removeAllPoints];
if ([filter isAggregateEntity:entity]) {
float x2 = TIMEtoX([filter endTimeForEntity:entity]);
int condensedEntitiesCount;
unsigned i;
unsigned count;
float xi = x;
float dx;
condensedEntitiesCount = [entity condensedEntitiesCount];
count = [filter subCountForEntity:entity];
for (i = 0; i < count; i++) {
[[filter subColorAtIndex:i forEntity:entity] set];
dx = (x2-x) * [filter subCountAtIndex:i forEntity:entity]
/ condensedEntitiesCount;
if (sup) {
NSRectFill(NSMakeRect(xi, y-(h-9), dx, 3));
} else {
NSRectFill(NSMakeRect(xi, y+(h-11), dx, 3));
}
xi += dx;
}
if (sup) {
[[NSString stringWithFormat:@"%d", condensedEntitiesCount]
drawAtPoint:NSMakePoint(x-5, y-(h-8)-9)
withAttributes:entityNameAttributes];
[path moveToPoint:NSMakePoint(x2, y+2)];
[path lineToPoint:NSMakePoint(x2, y-(h-8))];
[path lineToPoint:NSMakePoint(x, y-(h-8))];
[path lineToPoint:NSMakePoint(x, y+2)];
} else {
[[NSString stringWithFormat:@"%d", condensedEntitiesCount]
drawAtPoint:NSMakePoint(x-5, y+(h-8))
withAttributes:entityNameAttributes];
[path moveToPoint:NSMakePoint(x, y-2)];
[path lineToPoint:NSMakePoint(x, y+(h-8))];
[path lineToPoint:NSMakePoint(x2, y+(h-8))];
[path lineToPoint:NSMakePoint(x2, y-2)];
}
if ([filter isSelectedEntity:entity]) {
[self addToHighlightPath:path fillPath:[[layout drawFunction] fillsPath]];
}
[[NSColor blackColor] set];
[path stroke];
} else { // not aggregate
color = [filter colorForEntity:entity];
pathFunction(path, NSMakeRect(x, y, w, h));
if ([filter isSelectedEntity:entity]) {
[self addToHighlightPath:path fillPath:[[layout drawFunction] fillsPath]];
}
drawFunction(path, color);
if (drawNames) {
float yt;
[name replaceCharactersInRange:NSMakeRange(0, [name length])
withString:[[filter valueForEntity:entity] stringValue]];
if (sup) {
yt = y - (h - 2 - w/2 + 5);
} else {
yt = y + (h - 2 - w/2 + 5) - 9;
}
//NSRectFill(NSMakeRect(x - w, yt, w * 2, 12));
if ([[color colorUsingColorSpaceName:NSCalibratedWhiteColorSpace
device:nil] whiteComponent] > 0.5) {
[[NSColor blackColor] set];
} else {
[[NSColor whiteColor] set];
}
[name drawInRect:NSMakeRect(x - w, yt, w * 2, 12)];
}
}
}
if (drawNames) {
[name release];
}
}
#define drawBlackRect(x1, x2, r) \
do { \
[[NSColor darkGrayColor] set]; \
NSFrameRect(NSMakeRect(x1, NSMinY(r) + NSHeight(r) / 4, \
x2 - x1 + 1, NSHeight(r) / 2)); \
} while (0)
- (void)drawStatesWithDescriptor:(STStateTypeLayout *)layout
inContainer:(PajeContainer *)container
fromEnumerator:(NSEnumerator *)enumerator
{
shapefunction *pathFunction;
drawfunction *drawFunction;
float insetBy;
NSColor *color;
NSBezierPath *path = [NSBezierPath bezierPath];
id <PajeState>entity;
float firstUndrawnX = MAXFLOAT;
float lastUndrawnX = MAXFLOAT;
float undrawnHeight = 0;
float x, y, w, h;
BOOL drawNames;
NSMutableAttributedString *name;
drawNames = [layout drawsName];
if (drawNames) {
name = [[NSMutableAttributedString alloc]
initWithString:@""
attributes:entityNameAttributes];
}
y = [layout yInContainer:container];
h = [layout height];
insetBy = [layout insetAmount];
[path setLineWidth:1.0];
pathFunction = [[layout shapeFunction] function];
drawFunction = [[layout drawFunction] function];
while ((entity = [enumerator nextObject]) != nil) {
int imbricationLevel;
float newHeight;
float x2;
float ox, ow;
x = TIMEtoX([filter startTimeForEntity:entity]);
x2 = TIMEtoX([filter endTimeForEntity:entity]);
ox = x;
ow = x2 - x;
#ifdef GNUSTEP
// Very big rectangles are not drawn in GNUstep
if (x < NSMinX(cutRect)) x = NSMinX(cutRect);
if (x2 > NSMaxX(cutRect)) x2 = NSMaxX(cutRect);
#endif
w = x2 - x;
imbricationLevel = [filter imbricationLevelForEntity:entity];
newHeight = h - insetBy * imbricationLevel;
if (newHeight < 2) {
newHeight = 2;
}
if (newHeight > h) {
newHeight = h;
}
if (w < 2) {
if ((lastUndrawnX != MAXFLOAT) && (x2 < firstUndrawnX)) {
drawBlackRect(firstUndrawnX, lastUndrawnX,
NSMakeRect(x, y, w, undrawnHeight));
undrawnHeight = 0;
lastUndrawnX = x2;
}
if (lastUndrawnX == MAXFLOAT) {
lastUndrawnX = x2;
}
if (firstUndrawnX > x) {
firstUndrawnX = x;
}
if (newHeight > undrawnHeight) {
undrawnHeight = newHeight;
}
continue;
}
if (firstUndrawnX != MAXFLOAT) {
drawBlackRect(firstUndrawnX, lastUndrawnX,
NSMakeRect(x, y, w, undrawnHeight));
firstUndrawnX = lastUndrawnX = MAXFLOAT;
undrawnHeight = 0;
}
NSRect rect;
rect = NSMakeRect(x, y, w, newHeight);
[path removeAllPoints];
pathFunction(path, rect);
if ([filter isAggregateEntity:entity]) {
if ([filter isSelectedEntity:entity]) {
[self addToHighlightPath:path fillPath:[[layout drawFunction] fillsPath]];
}
[path moveToPoint:NSMakePoint(x, y)];
[path lineToPoint:NSMakePoint(x+w, y+newHeight)];
unsigned i;
unsigned count = [filter subCountForEntity:entity];
for (i = 0; i < count; i++) {
float dx;
[[filter subColorAtIndex:i forEntity:entity] set];
dx = [filter subDurationAtIndex:i forEntity:entity]
* pointsPerSecond;
rect.size.width = dx;
NSRectFill(rect);
rect.origin.x += dx;
}
if (rect.origin.x <= (x + w - 1)) {
[path moveToPoint:NSMakePoint(rect.origin.x, y+newHeight)];
[path lineToPoint:NSMakePoint(x+w, y)];
}
drawFunction(path, nil);// REVER
} else { // !aggregate
if ([filter isSelectedEntity:entity]) {
[self addToHighlightPath:path fillPath:[[layout drawFunction] fillsPath]];
}
color = [filter colorForEntity:entity];
drawFunction(path, color);
if (drawNames && ow > smallEntityWidth && newHeight > 8) {
[name replaceCharactersInRange:NSMakeRange(0, [name length])
withString:[[filter valueForEntity:entity] stringValue]];
[name drawInRect:NSMakeRect(ox+2, y + newHeight - 10, ow, 10)];
}
}
}
if (firstUndrawnX != MAXFLOAT) {
drawBlackRect(firstUndrawnX, lastUndrawnX,
NSMakeRect(x, y, w, undrawnHeight));
}
if (drawNames) {
[name release];
}
}
// helper function for drawing variables.
// adds min max traits to a path.
static void addToMinMaxPath(NSBezierPath *path,
float xMin, float xMax,
float yAvg, float yMin, float yMax)
{
if (yMax == yMin) {
// return;
}
float xAvg = (xMin + xMax) / 2;
//[path moveToPoint:NSMakePoint(xMin, yAvg)];
//[path lineToPoint:NSMakePoint(xMax, yAvg)];
//[path moveToPoint:NSMakePoint(xAvg, yMin)];
//[path lineToPoint:NSMakePoint(xAvg, yMax)];
[path moveToPoint:NSMakePoint(xAvg-5, yMin)];
[path lineToPoint:NSMakePoint(xAvg+5, yMin)];
[path moveToPoint:NSMakePoint(xAvg-5, yMax)];
[path lineToPoint:NSMakePoint(xAvg+5, yMax)];
}
- (void)drawValuesWithDescriptor:(STVariableTypeLayout *)layout
inContainer:(PajeContainer *)container
fromEnumerator:(NSEnumerator *)enumerator
{
shapefunction *pathFunction;
drawfunction *drawFunction;
NSBezierPath *valuePath;
NSBezierPath *selectedPath;
NSBezierPath *minMaxPath;
NSBezierPath *minPath;
NSBezierPath *maxPath;
BOOL showMinMax;
NSColor *color;
id <PajeState>entity;
float yMin;
float yMax;
float yScale;
float yOffset;
float yOld;
float yvMin;
float yvMax;
BOOL first = YES;
BOOL hasHighlight = NO;
PajeEntityType *entityType;
entityType = [layout entityType];
yMin = [layout minValue];
yMax = [layout maxValue];
if (yMax <= yMin) {
yMin = [filter minValueForEntityType:entityType];
yMax = [filter maxValueForEntityType:entityType];
}
pathFunction = [[layout shapeFunction] function];
drawFunction = [[layout drawFunction] function];
if (yMin != yMax) {
yScale = -([layout height] - 4) / (yMax - yMin);
} else {
yScale = 1;
}
yOffset = [layout yInContainer:container] + 2 - (yMax * yScale);
valuePath = [[NSBezierPath alloc] init];
[valuePath setLineJoinStyle: NSBevelLineJoinStyle];
selectedPath = [[NSBezierPath alloc] init];
[selectedPath setLineJoinStyle: NSBevelLineJoinStyle];
showMinMax = [layout showMinMax];
if (showMinMax) {
minMaxPath = [[NSBezierPath alloc] init];
minPath = [[NSBezierPath alloc] init];
maxPath = [[NSBezierPath alloc] init];
}
while ((entity = [enumerator nextObject]) != nil) {
float xStart;
float xEnd;
float y;
xStart = TIMEtoX([filter startTimeForEntity:entity]);
xEnd = TIMEtoX([filter endTimeForEntity:entity]);
y = [filter doubleValueForEntity:entity] * yScale + yOffset;
yvMin = [filter minValueForEntity:entity] * yScale + yOffset;
yvMax = [filter maxValueForEntity:entity] * yScale + yOffset;
if (first) {
yOld = y;
[valuePath moveToPoint:NSMakePoint(xEnd, y)];
if (showMinMax) {
[minPath moveToPoint:NSMakePoint(xEnd, y)];
[maxPath moveToPoint:NSMakePoint(xEnd, y)];
}
first = NO;
} //else {
pathFunction(valuePath, NSMakeRect(xStart, y, xEnd-xStart, 0));
//}
if ([filter isSelectedEntity:entity]) {
[selectedPath moveToPoint:NSMakePoint(xEnd, yOld)];
pathFunction(selectedPath, NSMakeRect(xStart, y, xEnd-xStart, 0));
hasHighlight = YES;
}
yOld = y;
if (showMinMax) {
addToMinMaxPath(minMaxPath, xStart, xEnd, y, yvMin, yvMax);
pathFunction(minPath, NSMakeRect(xStart, yvMin, xEnd-xStart, 0));
pathFunction(maxPath, NSMakeRect(xStart, yvMax, xEnd-xStart, 0));
}
}
if (showMinMax) {
//[[NSColor blackColor] set];
//[minMaxPath stroke];
color = [filter colorForEntityType:entityType];
[color set];
[minMaxPath release];
[minPath stroke];
[minPath release];
[maxPath stroke];
[maxPath release];
}
if (hasHighlight) {
[selectedPath setLineWidth:[layout lineWidth]];
[self addToHighlightPath:selectedPath fillPath:[[layout drawFunction] fillsPath]];
}
color = [filter colorForEntityType:entityType];
[valuePath setLineWidth:[layout lineWidth]];
drawFunction(valuePath, color);
[valuePath release];
[selectedPath release];
}
- (void)drawLinksWithDescriptor:(STLinkTypeLayout *)layout
inContainer:(PajeContainer *)container
fromEnumerator:(NSEnumerator *)enumerator
{
shapefunction *pathFunction;
drawfunction *drawFunction;
shapefunction *sourcelessPathFunction;
shapefunction *destlessPathFunction;
NSColor *color;
id <PajeLink>entity;
float x1, x2, y1, y2;
NSBezierPath *path;
pathFunction = [[layout shapeFunction] function];
drawFunction = [[layout drawFunction] function];
sourcelessPathFunction = [[ShapeFunction shapeFunctionWithName:@"PSIn"] function];
destlessPathFunction = [[ShapeFunction shapeFunctionWithName:@"PSOut"] function];
path = [NSBezierPath bezierPath];
[path setLineWidth:[layout lineWidth]];
while ((entity = [enumerator nextObject]) != nil) {
PajeContainer *sourceContainer;
PajeContainer *destContainer;
sourceContainer = [filter sourceContainerForEntity:entity];
if (sourceContainer != nil) {
PajeEntityType *eType;
STContainerTypeLayout *cDesc;
NSRect rect;
eType = [filter sourceEntityTypeForEntity:entity];
cDesc = (STContainerTypeLayout *)[controller descriptorForEntityType:eType];
rect = [cDesc rectOfInstance:sourceContainer];
y1 = NSMinY(rect) + [cDesc linkOffset];
x1 = TIMEtoX([filter startTimeForEntity:entity]);
}
destContainer = [filter destContainerForEntity:entity];
if (destContainer != nil) {
PajeEntityType *eType;
STContainerTypeLayout *cDesc;
NSRect rect;
eType = [filter destEntityTypeForEntity:entity];
cDesc = (STContainerTypeLayout *)[controller descriptorForEntityType:eType];
rect = [cDesc rectOfInstance:destContainer];
y2 = NSMinY(rect) + [cDesc linkOffset];
x2 = TIMEtoX([filter endTimeForEntity:entity]);
}
[path removeAllPoints];
color = [filter colorForEntity:entity];
//if (sourceContainer && destContainer) {
if (sourceContainer == nil) {
sourcelessPathFunction(path, NSMakeRect(x2, y2, 8, 8));
} else if (destContainer == nil) {
destlessPathFunction(path, NSMakeRect(x1, y1, 8, 8));
} else {
pathFunction(path, NSMakeRect(x1, y1, x2-x1, y2-y1));
}
if ([filter isSelectedEntity:entity]) {
[self addToHighlightPath:path fillPath:[[layout drawFunction] fillsPath]];
}
drawFunction(path, color);
}
}
- (void)drawBackgroundForContainer:(PajeContainer *)container
descriptor:(STContainerTypeLayout *)layout
insideRect:(NSRect)drawRect
{
if ([[filter selectedContainers] containsObject:container]) {
[[NSColor whiteColor] set];
NSRectFill([layout rectOfInstance:container]);
}
float yScale;
float yOffset;
float yMin;
float yMax;
yMin = [layout minValue];
yMax = [layout maxValue];
if (yMin >= yMax) {
return;
}
yScale = -([layout heightForVariables] - 4) / (yMax - yMin);
yOffset = NSMinY([layout rectOfInstance:container])
+ [layout variablesOffset] + 2 - (yMax * yScale);
NSBezierPath *hashMarkPath;
hashMarkPath = [[NSBezierPath alloc] init];
NSEnumerator *en = [[layout hashMarkValues] objectEnumerator];
NSNumber *n;
while ((n = [en nextObject]) != nil) {
float v = [n floatValue];
float y = v * yScale + yOffset;
[hashMarkPath moveToPoint:NSMakePoint(NSMinX(drawRect), y)];
[hashMarkPath lineToPoint:NSMakePoint(NSMaxX(drawRect), y)];
}
[[NSColor gridColor] set];
[hashMarkPath stroke];
[hashMarkPath release];
double dt;
// calculate dv, delta time for at least 70 px between hash marks
dt = 70 / pointsPerSecond;
int i = 0;
while (dt < .5) {
dt *= 10;
i--;
}
while (dt >= 5) {
dt /= 10;
i++;
}
if (dt > 2) dt = 5;
else if (dt > 1) dt = 2;
else dt = 1;
while (i > 0) {
dt *= 10;
i--;
}
while (i < 0) {
dt /= 10;
i++;
}
hashMarkPath = [[NSBezierPath alloc] init];
double t;
double minT;
double maxT;
minT = [XtoTIME(NSMinX(drawRect)) timeIntervalSinceReferenceDate];
maxT = [XtoTIME(NSMaxX(drawRect)) timeIntervalSinceReferenceDate];
for (t = (int)(minT/dt) * dt; t <= maxT; t += dt) {
float x = TIMEtoX([NSDate dateWithTimeIntervalSinceReferenceDate:t]);
[hashMarkPath moveToPoint:NSMakePoint(x, yMin * yScale + yOffset)];
[hashMarkPath lineToPoint:NSMakePoint(x, yMax * yScale + yOffset)];
}
//[[NSColor whiteColor] set];
[hashMarkPath stroke];
[hashMarkPath release];
}
- (void)drawEntitiesWithDescriptor:(STEntityTypeLayout *)layoutDescriptor
inContainer:(PajeContainer *)container
fromEnumerator:(NSEnumerator *)enumerator
{
switch ([layoutDescriptor drawingType]) {
case PajeEventDrawingType:
[self drawEventsWithDescriptor:(STEventTypeLayout *)layoutDescriptor
inContainer:container
fromEnumerator:enumerator];
break;
case PajeStateDrawingType:
[self drawStatesWithDescriptor:(STStateTypeLayout *)layoutDescriptor
inContainer:container
fromEnumerator:enumerator];
break;
case PajeLinkDrawingType:
[self drawLinksWithDescriptor:(STLinkTypeLayout *)layoutDescriptor
inContainer:container
fromEnumerator:enumerator];
break;
case PajeVariableDrawingType:
[self drawValuesWithDescriptor:(STVariableTypeLayout *)layoutDescriptor
inContainer:container
fromEnumerator:enumerator];
break;
case PajeContainerDrawingType:
break;
default:
NSAssert1(0, @"Invalid drawing type %d", [layoutDescriptor drawingType]);
}
}
- (void)drawEntitiesWithDescriptor:(STEntityTypeLayout *)layoutDescriptor
inContainer:(PajeContainer *)container
insideRect:(NSRect)drawRect
{
NSDate *drawStartTime;
NSDate *drawEndTime;
NSEnumerator *enumerator;
NSRect rect;
PajeEntityType *entityType;
PajeDrawingType drawingType;
rect = [layoutDescriptor rectInContainer:container];
if (![layoutDescriptor intersectsRect:drawRect inContainer:container]) {
return;
}
drawingType = [layoutDescriptor drawingType];
entityType = [layoutDescriptor entityType];
float width;
if (drawingType == PajeEventDrawingType) {
width = [(STEventTypeLayout *)layoutDescriptor width];
} else {
width = 1;
}
drawStartTime = XtoTIME(NSMinX(drawRect) - width);
drawEndTime = XtoTIME(NSMaxX(drawRect) + width);
if (drawingType == PajeVariableDrawingType) {
// make sure that mid x point of first and last values are inside rect
// (some ways of drawing variables do not draw after/before mid point
PajeEntity *entity;
enumerator = [filter enumeratorOfEntitiesTyped:entityType
inContainer:container
fromTime:drawEndTime
toTime:drawEndTime
minDuration:1/pointsPerSecond/*SMALL_ENTITY_DURATION*/];
entity = [enumerator nextObject];
if (entity != nil) {
NSDate *entityEndTime;
entityEndTime = [filter endTimeForEntity:entity];
if ([entityEndTime isLaterThanDate:drawEndTime]) {
drawEndTime = XtoTIME(TIMEtoX(entityEndTime)+1);
}
}
enumerator = [filter enumeratorOfEntitiesTyped:entityType
inContainer:container
fromTime:drawStartTime
toTime:drawStartTime
minDuration:1/pointsPerSecond/*SMALL_ENTITY_DURATION*/];
ali:
entity = [enumerator nextObject];
if (entity != nil) {
NSDate *entityStartTime;
entityStartTime = [filter startTimeForEntity:entity];
if ([entityStartTime isEarlierThanDate:drawStartTime]) {
drawStartTime = XtoTIME(TIMEtoX(entityStartTime)-1);
} else {
goto ali;
}
}
}
enumerator = [filter enumeratorOfEntitiesTyped:entityType
inContainer:container
fromTime:drawStartTime
toTime:drawEndTime
minDuration:SMALL_ENTITY_DURATION];
[self drawEntitiesWithDescriptor:layoutDescriptor
inContainer:container
fromEnumerator:enumerator];
}
- (void)drawInstance:(id)entity
ofDescriptor:(STContainerTypeLayout *)layoutDescriptor
inRect:(NSRect)drawRect
{
NSEnumerator *sublayoutEnum;
STEntityTypeLayout *sublayout;
if (![layoutDescriptor isInstance:entity inRect:drawRect]) {
return;
}
// draw background of container
[self drawBackgroundForContainer:entity
descriptor:layoutDescriptor
insideRect:drawRect];
// draw all subtypes in this container
sublayoutEnum = [[layoutDescriptor subtypes] objectEnumerator];
while ((sublayout = [sublayoutEnum nextObject]) != nil) {
if (![sublayout isContainer]) {
[self drawEntitiesWithDescriptor:sublayout
inContainer:entity
insideRect:drawRect];
} else {
STContainerTypeLayout *subcontainerLayout;
subcontainerLayout = (STContainerTypeLayout *)sublayout;
[self drawAllInstancesOfDescriptor:subcontainerLayout
inContainer:entity
inRect:drawRect];
}
}
}
- (void)drawAllInstancesOfDescriptor:(STContainerTypeLayout *)layoutDescriptor
inContainer:(PajeContainer *)container
inRect:(NSRect)drawRect
{
if (/*container == nil
|| */[layoutDescriptor intersectsRect:drawRect inContainer:container]) {
NSEnumerator *ienum;
id instance;
PajeEntityType *entityType;
NSAutoreleasePool *pool;
pool = [NSAutoreleasePool new];
entityType = [layoutDescriptor entityType];
ienum = [filter enumeratorOfContainersTyped:entityType
inContainer:container];
while ((instance = [ienum nextObject]) != nil) {
[self drawInstance:instance
ofDescriptor:layoutDescriptor
inRect:drawRect];
}
[pool release];
}
}
@end
|