#import <ap_CocoaDialog_MetaData.h>
Public Member Functions | |
(IBAction) | - cancelBtnAction: |
(IBAction) | - okBtnAction: |
(NSString *) | - GUITitle |
(void) | - setGUITitle: |
(NSString *) | - GUISubject |
(void) | - setGUISubject: |
(NSString *) | - GUIAuthor |
(void) | - setGUIAuthor: |
(NSString *) | - GUIPublisher |
(void) | - setGUIPublisher: |
(NSString *) | - GUICoAuthor |
(void) | - setGUICoAuthor: |
(NSString *) | - GUICategory |
(void) | - setGUICategory: |
(NSString *) | - GUIKeywords |
(void) | - setGUIKeywords: |
(NSString *) | - GUILanguages |
(void) | - setGUILanguages: |
(NSString *) | - GUISource |
(void) | - setGUISource: |
(NSString *) | - GUIRelation |
(void) | - setGUIRelation: |
(NSString *) | - GUICoverage |
(void) | - setGUICoverage: |
(NSString *) | - GUIRights |
(void) | - setGUIRights: |
(NSString *) | - GUIDescription |
(void) | - setGUIDescription: |
Protected Attributes | |
IBOutlet NSTextField * | m_authorData |
IBOutlet NSTextField * | m_authorLabel |
IBOutlet NSTextField * | m_categoryData |
IBOutlet NSTextField * | m_categoryLabel |
IBOutlet NSTextField * | m_coAuthorData |
IBOutlet NSTextField * | m_coAuthorLabel |
IBOutlet NSTextField * | m_coverageData |
IBOutlet NSTextField * | m_coverageLabel |
IBOutlet NSTextView * | m_descriptionData |
IBOutlet NSTextField * | m_descriptionLabel |
IBOutlet NSTextField * | m_keywordData |
IBOutlet NSTextField * | m_keywordLabel |
IBOutlet NSTextField * | m_languageData |
IBOutlet NSTextField * | m_languageLabel |
IBOutlet NSTextField * | m_publisherData |
IBOutlet NSTextField * | m_publisherLabel |
IBOutlet NSTextField * | m_relationData |
IBOutlet NSTextField * | m_relationLabel |
IBOutlet NSTextField * | m_rightsData |
IBOutlet NSTextField * | m_rightsLabel |
IBOutlet NSTextField * | m_sourceData |
IBOutlet NSTextField * | m_sourceLabel |
IBOutlet NSTextField * | m_subjectData |
IBOutlet NSTextField * | m_subjectLabel |
IBOutlet NSTextField * | m_titleData |
IBOutlet NSTextField * | m_titleLabel |
IBOutlet NSTabView * | m_tabs |
AP_CocoaDialog_MetaData * | _xap |
- (IBAction) cancelBtnAction: | (id) | sender |
References _xap, AP_CocoaDialog_MetaData::cancelAction, and UT_UNUSED.
- (NSString *) GUIAuthor |
References m_authorData.
- (NSString *) GUICategory |
References m_categoryData.
- (NSString *) GUICoAuthor |
References m_coAuthorData.
- (NSString *) GUICoverage |
References m_coverageData.
- (NSString *) GUIDescription |
References m_descriptionData.
- (NSString *) GUIKeywords |
References m_keywordData.
- (NSString *) GUILanguages |
References m_languageData.
- (NSString *) GUIPublisher |
References m_publisherData.
- (NSString *) GUIRelation |
References m_relationData.
- (NSString *) GUIRights |
References m_rightsData.
- (NSString *) GUISource |
References m_sourceData.
- (NSString *) GUISubject |
References m_subjectData.
- (NSString *) GUITitle |
References m_titleData.
- (IBAction) okBtnAction: | (id) | sender |
References _xap, AP_CocoaDialog_MetaData::okAction, and UT_UNUSED.
- (void) setGUIAuthor: | (const UT_UTF8String&) | str |
References m_authorData, and s.
- (void) setGUICategory: | (const UT_UTF8String&) | str |
References m_categoryData, and s.
- (void) setGUICoAuthor: | (const UT_UTF8String&) | str |
References m_coAuthorData, and s.
- (void) setGUICoverage: | (const UT_UTF8String&) | str |
References m_coverageData, and s.
- (void) setGUIDescription: | (const UT_UTF8String&) | str |
References m_descriptionData.
- (void) setGUIKeywords: | (const UT_UTF8String&) | str |
References m_keywordData, and s.
- (void) setGUILanguages: | (const UT_UTF8String&) | str |
References m_languageData, and s.
- (void) setGUIPublisher: | (const UT_UTF8String&) | str |
References m_publisherData, and s.
- (void) setGUIRelation: | (const UT_UTF8String&) | str |
References m_relationData, and s.
- (void) setGUIRights: | (const UT_UTF8String&) | str |
References m_rightsData, and s.
- (void) setGUISource: | (const UT_UTF8String&) | str |
References m_sourceData, and s.
- (void) setGUISubject: | (const UT_UTF8String&) | str |
References m_subjectData, and s.
- (void) setGUITitle: | (const UT_UTF8String&) | str |
References m_titleData, and s.
- (AP_CocoaDialog_MetaData*) _xap [protected] |
Referenced by cancelBtnAction:, and okBtnAction:.
- (IBOutlet NSTextField*) m_authorData [protected] |
Referenced by GUIAuthor, and setGUIAuthor:.
- (IBOutlet NSTextField*) m_authorLabel [protected] |
- (IBOutlet NSTextField*) m_categoryData [protected] |
Referenced by GUICategory, and setGUICategory:.
- (IBOutlet NSTextField*) m_categoryLabel [protected] |
- (IBOutlet NSTextField*) m_coAuthorData [protected] |
Referenced by GUICoAuthor, and setGUICoAuthor:.
- (IBOutlet NSTextField*) m_coAuthorLabel [protected] |
- (IBOutlet NSTextField*) m_coverageData [protected] |
Referenced by GUICoverage, and setGUICoverage:.
- (IBOutlet NSTextField*) m_coverageLabel [protected] |
- (IBOutlet NSTextView*) m_descriptionData [protected] |
Referenced by GUIDescription, and setGUIDescription:.
- (IBOutlet NSTextField*) m_descriptionLabel [protected] |
- (IBOutlet NSTextField*) m_keywordData [protected] |
Referenced by GUIKeywords, and setGUIKeywords:.
- (IBOutlet NSTextField*) m_keywordLabel [protected] |
- (IBOutlet NSTextField*) m_languageData [protected] |
Referenced by GUILanguages, and setGUILanguages:.
- (IBOutlet NSTextField*) m_languageLabel [protected] |
- (IBOutlet NSTextField*) m_publisherData [protected] |
Referenced by GUIPublisher, and setGUIPublisher:.
- (IBOutlet NSTextField*) m_publisherLabel [protected] |
- (IBOutlet NSTextField*) m_relationData [protected] |
Referenced by GUIRelation, and setGUIRelation:.
- (IBOutlet NSTextField*) m_relationLabel [protected] |
- (IBOutlet NSTextField*) m_rightsData [protected] |
Referenced by GUIRights, and setGUIRights:.
- (IBOutlet NSTextField*) m_rightsLabel [protected] |
- (IBOutlet NSTextField*) m_sourceData [protected] |
Referenced by GUISource, and setGUISource:.
- (IBOutlet NSTextField*) m_sourceLabel [protected] |
- (IBOutlet NSTextField*) m_subjectData [protected] |
Referenced by GUISubject, and setGUISubject:.
- (IBOutlet NSTextField*) m_subjectLabel [protected] |
- (IBOutlet NSTabView*) m_tabs [protected] |
- (IBOutlet NSTextField*) m_titleData [protected] |
Referenced by GUITitle, and setGUITitle:.
- (IBOutlet NSTextField*) m_titleLabel [protected] |