X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=MyDocument.h;fp=MyDocument.h;h=fcd29ae5c239ca0a29cebb67c74a46e67a7f4212;hp=1e928e0176265af5c1bea088442b623bb0a3837e;hb=9320221ec3758e75891e9f19268bfb3f89514ed4;hpb=9177098dc6655dd04fee9d22167335473531c484 diff --git a/MyDocument.h b/MyDocument.h index 1e928e0..fcd29ae 100644 --- a/MyDocument.h +++ b/MyDocument.h @@ -32,15 +32,13 @@ NSData *connectionAddress; NSString *connectionName; int sockfd; - NSNetServiceBrowser *browser; // for updating the interface NSString *targetName; int targetPID; BOOL targetPaused; - // list of broadcast servers - NSMutableArray *serverList; + NSArray *serverList; NSMutableArray *addressList; TCaddress *searchResults; @@ -60,6 +58,7 @@ // for changing variables every x seconds NSTimer *changeTimer; + NSArray *changeSelectedItems; // INTERFACE OUTLETS IBOutlet NSWindow *cheatWindow; @@ -76,6 +75,7 @@ IBOutlet NSTableView *addressTable; IBOutlet NSTextField *statusText; IBOutlet NSProgressIndicator *statusBar; + IBOutlet NSTextField *descriptionText; IBOutlet NSMenu *serverMenu; IBOutlet NSMenu *processMenu; @@ -100,6 +100,7 @@ - (void)updatePauseButton; - (void)updateSearchBoxes; - (void)updateChangeButton; +- (void)updateDescriptionText; - (void)setStatusDisconnected; - (void)setStatusConnected; @@ -160,6 +161,7 @@ // CHEAT WINDOW INTERFACE - (IBAction)typePopup:(id)sender; +- (IBAction)sizePopup:(id)sender; - (IBAction)searchButton:(id)sender; - (IBAction)clearSearchButton:(id)sender;