// // VersionsViewCell.h // Perforce // // Created by Adam Czubernat on 19/12/2013. // Copyright (c) 2013 Perforce Software, Inc. All rights reserved. // #import <Cocoa/Cocoa.h> @interface VersionsViewCell : NSTableCellView - (CGFloat)rowHeight; - (void)setButtonsTarget:(id)target; - (void)setButtonsAction:(SEL)action; - (void)setShelveDictionary:(NSDictionary *)dictionary; - (void)setVersionDictionary:(NSDictionary *)dictionary; - (void)setTags:(NSArray *)tags; @property (nonatomic, assign) BOOL showsButtons; @property (nonatomic, retain) NSColor *statusColor; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15071 | alan_petersen |
Populate -o //guest/perforce_software/piper/... //guest/alan_petersen/piper/.... |
||
//guest/perforce_software/piper/mac/main/Perforce/Classes/ViewControllers/Versions/VersionsViewCell.h | |||||
#1 | 11252 | alan_petersen | Rename/move file(s) | ||
//guest/perforce_software/piper/mac/Perforce/Classes/ViewControllers/Versions/VersionsViewCell.h | |||||
#1 | 10744 | alan_petersen | Rename/move file(s) | ||
//guest/perforce_software/piper/Perforce/Classes/ViewControllers/Versions/VersionsViewCell.h | |||||
#1 | 8919 | Matt Attaway | Initial add of Piper, a lightweight Perforce client for artists and designers. |