#import <ap_CocoaPlugin.h>
Public Member Functions | |
| (id) | - initWithPDDocument: |
| (void) | - dealloc |
| (BOOL) | - exportDocumentToFile:exportOptions: |
Static Public Member Functions | |
| (NSString *) | + optionsPropertyString: |
| (AP_CocoaPlugin_FramelessDocument *) | + documentFromFile:importOptions: |
Protected Attributes | |
| PD_Document * | m_pDocument |
| - (void) dealloc |
References m_pDocument, and UNREFP.
| + (AP_CocoaPlugin_FramelessDocument *) documentFromFile: | (NSString *) | path | ||
| importOptions: | (NSDictionary *) | options | ||
References abicollab::service::error(), IEFT_Unknown, optionsPropertyString:, PD_Document::readFromFile(), UNREFP, and UT_OK.
Referenced by XAP_CocoaPlugin::importDocumentFromFile:importOptions:.
| - (BOOL) exportDocumentToFile: | (NSString *) | path | ||
| exportOptions: | (NSDictionary *) | options | ||
Reimplemented from <XAP_CocoaPlugin_FramelessDocument>.
References abicollab::service::error(), IE_Exp::fileTypeForSuffix(), m_pDocument, optionsPropertyString:, PD_Document::saveAs(), UT_go_file_create(), and UT_OK.
| - (id) initWithPDDocument: | (PD_Document *) | document |
References m_pDocument, and REFP.
| + (NSString *) optionsPropertyString: | (NSDictionary *) | options |
References options.
Referenced by documentFromFile:importOptions:, and exportDocumentToFile:exportOptions:.
- (PD_Document*) m_pDocument [protected] |
Referenced by dealloc, exportDocumentToFile:exportOptions:, and initWithPDDocument:.
1.7.1