#import <ap_CocoaDialog_New.h>
Public Member Functions | |
| (void) | - tableViewSelectionDidChange: |
| (IBAction) | - cancelAction: |
| (IBAction) | - radioButtonAction: |
| (IBAction) | - chooseAction: |
| (IBAction) | - okAction: |
| (void) | - synchronizeGUI: |
| (BOOL) | - existingBtnState |
| (void) | - setExistingBtnState: |
| (NSString *) | - NS_RETURNS_NOT_RETAINED |
| (void) | - setFileName: |
Protected Attributes | |
| __pad0__: NSWindowController <XAP_CocoaDialogProtocol | |
| NSTableViewDelegate IBOutlet NSButton * | _cancelBtn |
| IBOutlet NSButton * | _chooseFileBtn |
| IBOutlet NSButton * | _createNewBtn |
| IBOutlet NSButton * | _okBtn |
| IBOutlet NSButton * | _openBtn |
| IBOutlet NSTextField * | _documentNameData |
| IBOutlet NSTableView * | _templateList |
| AP_CocoaDialog_New * | _xap |
| XAP_StringListDataSource * | _dataSource |
| NSMutableArray * | m_templates |
| - (IBAction) cancelAction: | (id) | sender |
References _xap, AP_CocoaDialog_New::event_Cancel, and UT_UNUSED.
| - (IBAction) chooseAction: | (id) | sender |
References _xap, AP_CocoaDialog_New::event_ToggleOpenExisting, and UT_UNUSED.
| - (BOOL) existingBtnState |
References _openBtn.
| - (NSString *) NS_RETURNS_NOT_RETAINED |
| - (IBAction) okAction: | (id) | sender |
References _xap, AP_CocoaDialog_New::event_Ok, and UT_UNUSED.
| - (IBAction) radioButtonAction: | (id) | sender |
References synchronizeGUI:.
| - (void) setExistingBtnState: | (BOOL) | state |
References _openBtn.
| - (void) setFileName: | (NSString*) | name |
References _documentNameData.
| - (void) synchronizeGUI: | (NSControl*) | control |
References _chooseFileBtn, _createNewBtn, _documentNameData, _openBtn, and _templateList.
Referenced by radioButtonAction:, and tableViewSelectionDidChange:.
| - (void) tableViewSelectionDidChange: | (NSNotification *) | aNotification |
References _templateList, synchronizeGUI:, and UT_UNUSED.
- AP_CocoaDialog_NewController: [protected] |
- (NSTableViewDelegate IBOutlet NSButton*) _cancelBtn [protected] |
- (IBOutlet NSButton*) _chooseFileBtn [protected] |
Referenced by synchronizeGUI:.
- (IBOutlet NSButton*) _createNewBtn [protected] |
Referenced by synchronizeGUI:.
- (XAP_StringListDataSource*) _dataSource [protected] |
- (IBOutlet NSTextField*) _documentNameData [protected] |
Referenced by setFileName:, and synchronizeGUI:.
- (IBOutlet NSButton*) _okBtn [protected] |
- (IBOutlet NSButton*) _openBtn [protected] |
Referenced by existingBtnState, setExistingBtnState:, and synchronizeGUI:.
- (IBOutlet NSTableView*) _templateList [protected] |
Referenced by synchronizeGUI:, and tableViewSelectionDidChange:.
- (AP_CocoaDialog_New*) _xap [protected] |
Referenced by cancelAction:, chooseAction:, and okAction:.
- (NSMutableArray*) m_templates [protected] |
1.7.1