#import <ap_CocoaDialog_Annotation.h>
Public Member Functions | |
(IBAction) | - okAction: |
(IBAction) | - cancelAction: |
(IBAction) | - replaceAction: |
(void) | - setXAPOwner: |
Protected Attributes | |
IBOutlet NSTextField * | _titleLabel |
IBOutlet NSTextField * | _authorLabel |
IBOutlet NSTextField * | _descLabel |
IBOutlet NSTextField * | _titleText |
IBOutlet NSTextField * | _authorText |
IBOutlet NSTextView * | _descText |
IBOutlet NSButton * | _okBtn |
IBOutlet NSButton * | _cancelBtn |
IBOutlet NSButton * | _replaceBtn |
AP_CocoaDialog_Annotation * | _xap |
- (IBAction) cancelAction: | (id) | sender |
References _xap, AP_Dialog_Annotation::a_CANCEL, AP_Dialog_Annotation::setAnswer(), and UT_UNUSED.
- (IBAction) okAction: | (id) | sender |
References _xap, AP_Dialog_Annotation::a_OK, AP_Dialog_Annotation::setAnswer(), and UT_UNUSED.
- (IBAction) replaceAction: | (id) | sender |
References _xap, AP_Dialog_Annotation::a_APPLY, AP_Dialog_Annotation::setAnswer(), and UT_UNUSED.
- (void) setXAPOwner: | (XAP_Dialog*) | owner |
Reimplemented from <XAP_CocoaDialogProtocol>.
References _xap.
- (IBOutlet NSTextField*) _authorLabel [protected] |
- (IBOutlet NSTextField*) _authorText [protected] |
- (IBOutlet NSButton*) _cancelBtn [protected] |
- (IBOutlet NSTextField*) _descLabel [protected] |
- (IBOutlet NSTextView*) _descText [protected] |
- (IBOutlet NSButton*) _okBtn [protected] |
- (IBOutlet NSButton*) _replaceBtn [protected] |
- (IBOutlet NSTextField*) _titleLabel [protected] |
- (IBOutlet NSTextField*) _titleText [protected] |
- (AP_CocoaDialog_Annotation*) _xap [protected] |
Referenced by cancelAction:, okAction:, replaceAction:, and setXAPOwner:.