// // PSPathComponentCell.h // Perforce // // Created by Adam Czubernat on 17.06.2013. // Copyright (c) 2013 Perforce Software, Inc. All rights reserved. // #import <Cocoa/Cocoa.h> @interface PSPathComponentCell : NSPathComponentCell @property (nonatomic, assign) BOOL lastItem; @property (nonatomic, retain) NSColor *backgroundColor; - (CGSize)titleSize; // Override - (NSImage *)separatorImage; - (CGFloat)fullSize; - (CGFloat)minimumSize; - (CGSize)imageSize; - (CGFloat)spacing; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 16507 | perforce_software | Move to main branch. | ||
//guest/perforce_software/piper/mac/R1.0/Perforce/Classes/Views/PSPathComponentCell.h | |||||
#1 | 11254 | alan_petersen |
Populate //guest/perforce_software/piper/mac/R1.0/... from //guest/perforce_software/piper/mac/main/.... |
||
//guest/perforce_software/piper/mac/main/Perforce/Classes/Views/PSPathComponentCell.h | |||||
#1 | 11252 | alan_petersen | Rename/move file(s) | ||
//guest/perforce_software/piper/mac/Perforce/Classes/Views/PSPathComponentCell.h | |||||
#1 | 10744 | alan_petersen | Rename/move file(s) | ||
//guest/perforce_software/piper/Perforce/Classes/Views/PSPathComponentCell.h | |||||
#1 | 8919 | Matt Attaway | Initial add of Piper, a lightweight Perforce client for artists and designers. |