mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 02:39:30 +00:00
@@ -27,6 +27,7 @@ typedef enum {
|
||||
@class KdbGroup;
|
||||
@class KdbEntry;
|
||||
@class MPOutlineViewDelegate;
|
||||
@class MPDocumentWindowController;
|
||||
|
||||
@interface MPEntryViewController : MPViewController <NSTableViewDelegate>
|
||||
|
||||
@@ -37,6 +38,9 @@ typedef enum {
|
||||
@property (nonatomic, retain) NSString *filter;
|
||||
|
||||
|
||||
/* Call this after alle viewcontroller are loaded */
|
||||
- (void)setupNotifications:(MPDocumentWindowController *)windowController;
|
||||
|
||||
/* Clear the Search filter*/
|
||||
- (void)showFilter:(id)sender;
|
||||
- (void)clearFilter:(id)sender;
|
||||
|
||||
Reference in New Issue
Block a user