diff options
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index 9feae1e25..81aff8517 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -57,7 +57,9 @@ int denoise; } fPictureFilterSettings; + id delegate; } +- (id)initWithDelegate:(id)del; - (void) SetHandle: (hb_handle_t *) handle; - (void) SetTitle: (hb_title_t *) title; @@ -80,5 +82,8 @@ - (void) showPanelInWindow: (NSWindow *) fWindow forTitle:(hb_title_t *)title; - (BOOL) loadMyNibFile; +@end +@interface NSObject (PictureControllertDelegateMethod) +- (void)pictureSettingsDidChange; @end |