| Revision 190,
427 bytes
checked in by gbooker, 6 years ago
(diff) |
|
Two things:
- Changed the import mechanism so that a common importer will use an import item to do the work.
- Added a third item to the menu to change the predicate filter.
|
| Line | |
|---|
| 1 | // |
|---|
| 2 | // SapphireFileDataImporter.h |
|---|
| 3 | // Sapphire |
|---|
| 4 | // |
|---|
| 5 | // Created by pnmerrill on 6/24/07. |
|---|
| 6 | // Copyright 2007 __www.nanopi.net__. All rights reserved. |
|---|
| 7 | // |
|---|
| 8 | |
|---|
| 9 | #import "SapphireImporterDataMenu.h" |
|---|
| 10 | @class SapphireFileMetaData; |
|---|
| 11 | |
|---|
| 12 | @interface SapphireFileDataImporter : NSObject <SapphireImporter> |
|---|
| 13 | { |
|---|
| 14 | int xmlFileCount ; |
|---|
| 15 | BOOL xmlPathIsDir ; |
|---|
| 16 | } |
|---|
| 17 | - (void)importXMLFile:(NSString *)xmlFileName forMeta: (SapphireFileMetaData *) fileMeta ; |
|---|
| 18 | @end |
|---|
Note: See
TracBrowser
for help on using the repository browser.