Inherits from NSManagedObject
Declared in M2LibObject.h
M2LibObject.m

Overview

Used for managing objects in library.

Tasks

Properties for user interface

Working with object

Generating thumbnails

Properties

name

Human object name. Displayed in library table view.

@property (nonatomic, retain) NSString *name

Discussion

Human object name. Displayed in library table view.

Declared In

M2LibObject.h

object

Serialized representation of M2Object in form of NSData.

@property (nonatomic, retain) NSData *object

Discussion

Serialized representation of M2Object in form of NSData.

See Also

Declared In

M2LibObject.h

thumbnail

Serialized representation of thumbnail for library object.

@property (nonatomic, retain) NSData *thumbnail

Discussion

Serialized representation of thumbnail for library object.

Declared In

M2LibObject.h

Instance Methods

generateThumbnail

Generates small thumbnail for current library object.

- (void)generateThumbnail

Discussion

Generates small thumbnail for current library object.

Declared In

M2LibObject.h