mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
largely completed virus total logic
began implementing sorting logic (just for top pane)
This commit is contained in:
@@ -23,12 +23,18 @@
|
||||
//flag for first time init's
|
||||
@property BOOL didInit;
|
||||
|
||||
//tasks
|
||||
// ->updated by task enumerator
|
||||
//@property(nonatomic, retain)OrderedDictionary* tasks;
|
||||
//flag for ignoring automated row selections
|
||||
@property BOOL ignoreSelection;
|
||||
|
||||
//flag for filtering
|
||||
@property BOOL isFiltered;
|
||||
|
||||
//all table items
|
||||
@property(nonatomic, retain)NSMutableArray* tableItems;
|
||||
|
||||
//filtered table items
|
||||
@property(nonatomic, retain)NSMutableArray* filteredItems;
|
||||
|
||||
//category table view
|
||||
@property(weak) IBOutlet NSTableView *itemView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user