| Revision 544,
671 bytes
checked in by gbooker, 5 years ago
(diff) |
|
Now builds without warnings or errors
|
| Line | |
|---|
| 1 | #import "_SapphireMetaData.h" |
|---|
| 2 | |
|---|
| 3 | #define SapphireMetaDataName @"MetaData" |
|---|
| 4 | |
|---|
| 5 | @interface SapphireMetaData : _SapphireMetaData {} |
|---|
| 6 | + (SapphireMetaData *)metaDataWithPath:(NSString *)path inContext:(NSManagedObjectContext *)moc; |
|---|
| 7 | - (NSString *)name; |
|---|
| 8 | |
|---|
| 9 | /*! |
|---|
| 10 | * @brief Get the metadata for display |
|---|
| 11 | * |
|---|
| 12 | * The metadata preview needs information about what data to display. This function gets all the information for this metadata. |
|---|
| 13 | * |
|---|
| 14 | * @param order A pointer to an NSArray * in which to store the order in which the metadata is to be displayed |
|---|
| 15 | * @return The display metadata with the titles as keys |
|---|
| 16 | */ |
|---|
| 17 | - (NSMutableDictionary *)getDisplayedMetaDataInOrder:(NSArray * *)order; |
|---|
| 18 | |
|---|
| 19 | @end |
|---|
Note: See
TracBrowser
for help on using the repository browser.