// // SingleServerTableController.h // p4scout // // Created by Work on 8/30/08. // Copyright 2008 Perforce Software, Inc. All rights reserved. // #import <UIKit/UIKit.h> @class P4Server; @interface P4ConnectionEditor : UITableViewController <UITextFieldDelegate> { P4Server * server; BOOL isNewServer; UIView * fakeFirstResponder; // Really UIKit should allow us access to firstResponder UIButton * deleteButton; } @property(readwrite, retain) P4Server * server; @property (readwrite, assign) BOOL isNewServer; @property (readwrite, retain) IBOutlet UIButton * deleteButton; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 20722 | jdputsch | initial branch, prep for -Zapp= support | ||
//guest/michael_bishop/MacMenu/src/P4API/p4objc/sample/source/P4ConnectionEditor.h | |||||
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |