fixed table issues (between outline an normal view)

code cleanup
task lookup by row.tag
This commit is contained in:
Patrick Wardle
2015-06-19 20:43:59 -10:00
parent ee9b80ddb9
commit df5bba18e6
13 changed files with 432 additions and 597 deletions
+7
View File
@@ -20,6 +20,9 @@
}
//flag for first time init's
@property BOOL didInit;
//tasks
// ->updated by task enumerator
//@property(nonatomic, retain)OrderedDictionary* tasks;
@@ -77,5 +80,9 @@
// ->for now, just looks at 'tableItems' iVar
-(BOOL)isTopPane;
//handle when user clicks row
// ->update bottom pane w/ task's dylibs/files/etc
-(void)handleRowSelection;
@end