custom icons can now be selected.

This commit is contained in:
michael starke
2017-09-07 21:26:12 +02:00
parent 6410cc905b
commit 348da78e23
4 changed files with 115 additions and 26 deletions

View File

@@ -20,7 +20,10 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
@class KPKIcon;
#import <Foundation/Foundation.h>
/**
* Available IconTypes
* Every Icon after MPCustomIconTypeBegin
@@ -132,7 +135,7 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
* List of all available DatabaseIcons as an array of Images. Sorted by IconIndex.
* @return Array of Icons as NSImage objects
*/
+ (NSArray *)databaseIcons;
+ (NSArray<KPKIcon *> *)databaseIcons;
/**
* List of all available DatabaseIcons as an array of MPIconType. Sorted by IconIndex.