#4902 Check all/Uncheck all buttons in the inspector

This commit is contained in:
Mitchell Livingston
2012-05-14 00:00:19 +00:00
parent 7a478b1e0e
commit 375f701203
5 changed files with 303 additions and 42 deletions

View File

@@ -37,6 +37,7 @@
IBOutlet FileOutlineController * fFileController;
IBOutlet NSSearchField * fFileFilterField;
IBOutlet NSButton * fCheckAllButton, *fUncheckAllButton;
}
- (void) setInfoForTorrents: (NSArray *) torrents;
@@ -44,7 +45,9 @@
- (void) saveViewSize;
- (void) setFileFilterText: (id) sender;
- (IBAction) setFileFilterText: (id) sender;
- (IBAction) checkAll: (id) sender;
- (IBAction) uncheckAll: (id) sender;
- (NSArray *) quickLookURLs;
- (BOOL) canQuickLook;