Iconselection view now shows available icons

This commit is contained in:
michael starke
2013-07-28 14:14:32 +02:00
parent 07dae46b4c
commit 514477d6fc
7 changed files with 228 additions and 500 deletions

View File

@@ -11,17 +11,17 @@
@class HNHGradientView;
@class MPPopupImageView;
@interface MPInspectorViewController : MPViewController
@interface MPInspectorViewController : MPViewController <NSPopoverDelegate>
@property (weak) IBOutlet HNHGradientView *bottomBar;
@property (weak) IBOutlet NSTextField *createdTextField;
@property (weak) IBOutlet NSTextField *modifiedTextField;
@property (weak) IBOutlet NSImageView *modifiedImageView;
@property (weak) IBOutlet NSImageView *createdImageView;
@property (weak) IBOutlet NSTextField *noSelectionInfo;
@property (weak) IBOutlet MPPopupImageView *itemImageView;
@property (weak) IBOutlet NSTextField *itemNameTextField;
- (IBAction)showImagePopup:(id)sender;
/* Seperate call to ensure alle registered objects are in place */
- (void)setupNotifications:(NSWindowController *)windowController;