mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 03:29:24 +00:00
Renamed Categories better
Introduced Drag'n'Drop of Entries to outline view. Unfinished and fragile!
This commit is contained in:
21
MacPass/KdbGroup+MPTreeTools.h
Normal file
21
MacPass/KdbGroup+MPTreeTools.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// KdbGroup+MPTreeTools.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by michael starke on 19.02.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "Kdb.h"
|
||||
@class UUID;
|
||||
|
||||
@interface KdbGroup (MPTreeTools)
|
||||
|
||||
/* Returns all groups under this group and it's subgroups */
|
||||
- (NSArray *)childGroups;
|
||||
/* Returns all entries under this group and it's subgroups */
|
||||
- (NSArray *)childEntries;
|
||||
|
||||
- (KdbEntry *)entryForUUID:(UUID *)uuid;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user