//
// WorkspacePanelController.h
// Perforce
//
// Created by Adam Czubernat on 28.05.2013.
// Copyright (c) 2013 Perforce Software, Inc. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PanelController.h"
@protocol WorkspacePanelControllerDelegate <NSObject>
- (void)workspacePanelDidSelectWorkspace:(NSString *)workspace;
- (void)workspacePanelDidCreateWorkspace:(NSString *)workspace;
- (void)workspacePanelDidCancel;
@end
@interface WorkspacePanelController : PanelController
@property (nonatomic, unsafe_unretained) id <WorkspacePanelControllerDelegate> delegate;
@end
# |
Change |
User |
Description |
Committed |
|
#1
|
10691 |
DWishR |
Populate //guest/DWishR/piper/.... |
|
|
//guest/perforce_software/piper/Perforce/Classes/WindowControllers/WorkspacePanelController.h |
#1
|
8919 |
Matt Attaway |
Initial add of Piper, a lightweight Perforce client for artists and designers. |
|
|