mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 09:28:25 +00:00
Selection Dialog for multiple matching entries sketched
This commit is contained in:
@@ -15,6 +15,16 @@
|
||||
*/
|
||||
@interface MPAutotypeDaemon : NSObject
|
||||
|
||||
@property (strong) IBOutlet NSWindow *matchSelectionWindow;
|
||||
@property (weak) IBOutlet NSPopUpButton *matchSelectionButton;
|
||||
@property (weak) IBOutlet NSButton *performAutotypeButton;
|
||||
|
||||
- (void)exectureAutotypeForEntry:(KPKEntry *)entry withWindowTitle:(NSString *)title;
|
||||
/**
|
||||
* Called by the selection window to start the autotype sequence
|
||||
*
|
||||
* @param sender sender of the action.
|
||||
*/
|
||||
- (IBAction)executeAutotypeWithSelectedMatch:(id)sender;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user