Missing files from last commit

This commit is contained in:
michael starke
2013-02-21 03:39:36 +01:00
parent 687aef74ad
commit 82afcfbf0f
11 changed files with 4581 additions and 322 deletions

View File

@@ -24,10 +24,20 @@ typedef enum {
@interface MPIconHelper : NSObject
/*
@param type Icon identifier typ MPIconTyp
@returns Icon for given identifier
*/
+ (NSImage *)icon:(MPIconType)type;
/*
Available Icons, Use the MPDatabaseIconType to access a individual icon;
@returns all availble Icons
*/
+ (NSDictionary *)availableIcons;
/*
@returns a random Icon image
*/
+ (NSImage *)randomIcon;
@end