largely completed virus total logic

began implementing sorting logic (just for top pane)
This commit is contained in:
Patrick Wardle
2015-06-21 21:37:52 -10:00
parent 014f70da94
commit ff77a49ed5
20 changed files with 1020 additions and 287 deletions
+3 -3
View File
@@ -22,10 +22,10 @@
@property(nonatomic, strong)VTInfoWindowController *windowController;
//file object
@property(nonatomic, retain)Binary* fileObj;
@property(nonatomic, retain)Binary* item;
//row index
@property NSUInteger rowIndex;
//@property NSUInteger rowIndex;
//properties in window
@property (weak) IBOutlet NSTextField *unknownFile;
@@ -50,7 +50,7 @@
//init method
// ->save item and load nib
-(id)initWithItem:(File*)selectedItem rowIndex:(NSUInteger)itemRowIndex;
-(id)initWithItem:(Binary*)binary;
//'submit' button handler
-(IBAction)vtButtonHandler:(id)sender;