#import <ap_CocoaDialog_Tab.h>
Public Member Functions | |
(IBAction) | - cancelAction: |
(IBAction) | - clearAction: |
(IBAction) | - clearAllAction: |
(IBAction) | - defaultTabAction: |
(IBAction) | - defaultTabStepperAction: |
(IBAction) | - okAction: |
(IBAction) | - setAction: |
(IBAction) | - alignmentAction: |
(IBAction) | - leaderAction: |
(IBAction) | - positionEditAction: |
(void) | - tabListAction: |
(id) | - _lookupWidget: |
Protected Attributes | |
IBOutlet NSBox * | _alignmentBox |
IBOutlet NSCell * | _barCell |
IBOutlet NSButton * | _cancelBtn |
IBOutlet NSCell * | _centerCell |
IBOutlet NSButton * | _clearAllBtn |
IBOutlet NSButton * | _clearBtn |
IBOutlet NSCell * | _decimalCell |
IBOutlet NSTextField * | _defaultTabData |
IBOutlet NSTextField * | _defaultTabLabel |
IBOutlet NSStepper * | _defaultTabStepper |
IBOutlet NSCell * | _leaderNoneCell |
IBOutlet NSCell * | _leaderDotCell |
IBOutlet NSCell * | _leaderDashCell |
IBOutlet NSCell * | _leaderUnderlineCell |
IBOutlet NSBox * | _leaderBox |
IBOutlet NSCell * | _leftCell |
IBOutlet NSButton * | _okBtn |
IBOutlet NSCell * | _rightCell |
IBOutlet NSButton * | _setBtn |
IBOutlet NSTextField * | _tabClearLabel |
IBOutlet NSTableView * | _tabList |
IBOutlet NSTextField * | _tabPositionData |
IBOutlet NSTextField * | _tabPositionLabel |
AP_CocoaDialog_Tab * | _xap |
AP_CocoaDialog_Tab_Proxy * | _proxy |
- (id) _lookupWidget: | (AP_Dialog_Tab::tControl) | ctlid |
References _barCell, _cancelBtn, _centerCell, _clearAllBtn, _clearBtn, _decimalCell, _defaultTabData, _leaderDashCell, _leaderDotCell, _leaderNoneCell, _leaderUnderlineCell, _leftCell, _okBtn, _rightCell, _setBtn, _tabList, _tabPositionData, AP_Dialog_Tab::id_ALIGN_BAR, AP_Dialog_Tab::id_ALIGN_CENTER, AP_Dialog_Tab::id_ALIGN_DECIMAL, AP_Dialog_Tab::id_ALIGN_LEFT, AP_Dialog_Tab::id_ALIGN_RIGHT, AP_Dialog_Tab::id_BUTTON_CANCEL, AP_Dialog_Tab::id_BUTTON_CLEAR, AP_Dialog_Tab::id_BUTTON_CLEAR_ALL, AP_Dialog_Tab::id_BUTTON_OK, AP_Dialog_Tab::id_BUTTON_SET, AP_Dialog_Tab::id_EDIT_TAB, AP_Dialog_Tab::id_last, AP_Dialog_Tab::id_LEADER_DASH, AP_Dialog_Tab::id_LEADER_DOT, AP_Dialog_Tab::id_LEADER_NONE, AP_Dialog_Tab::id_LEADER_UNDERLINE, AP_Dialog_Tab::id_LIST_TAB, AP_Dialog_Tab::id_SPIN_DEFAULT_TAB_STOP, UT_ASSERT, and UT_SHOULD_NOT_HAPPEN.
- (IBAction) alignmentAction: | (id) | sender |
References _proxy, and AP_CocoaDialog_Tab_Proxy::alignmentAction.
- (IBAction) cancelAction: | (id) | sender |
References _proxy, AP_CocoaDialog_Tab_Proxy::cancelAction, and UT_UNUSED.
- (IBAction) clearAction: | (id) | sender |
References _proxy, AP_CocoaDialog_Tab_Proxy::clearAction, and UT_UNUSED.
- (IBAction) clearAllAction: | (id) | sender |
References _proxy, AP_CocoaDialog_Tab_Proxy::clearAllAction, and UT_UNUSED.
- (IBAction) leaderAction: | (id) | sender |
References _proxy, and AP_CocoaDialog_Tab_Proxy::leaderAction.
- (IBAction) okAction: | (id) | sender |
References _proxy, AP_CocoaDialog_Tab_Proxy::okAction, and UT_UNUSED.
- (IBAction) positionEditAction: | (id) | sender |
References _proxy, AP_CocoaDialog_Tab_Proxy::positionEditAction, and UT_UNUSED.
- (IBAction) setAction: | (id) | sender |
References _proxy, AP_CocoaDialog_Tab_Proxy::setAction, and UT_UNUSED.
- (void) tabListAction: | (id) | sender |
References _proxy, _tabList, AP_CocoaDialog_Tab_Proxy::tabListAction, and UT_UNUSED.
- (IBOutlet NSBox*) _alignmentBox [protected] |
- (IBOutlet NSCell*) _barCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSButton*) _cancelBtn [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSCell*) _centerCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSButton*) _clearAllBtn [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSButton*) _clearBtn [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSCell*) _decimalCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSTextField*) _defaultTabData [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSTextField*) _defaultTabLabel [protected] |
- (IBOutlet NSStepper*) _defaultTabStepper [protected] |
- (IBOutlet NSBox*) _leaderBox [protected] |
- (IBOutlet NSCell*) _leaderDashCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSCell*) _leaderDotCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSCell*) _leaderNoneCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSCell*) _leaderUnderlineCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSCell*) _leftCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSButton*) _okBtn [protected] |
Referenced by _lookupWidget:.
- (AP_CocoaDialog_Tab_Proxy*) _proxy [protected] |
Referenced by alignmentAction:, cancelAction:, clearAction:, clearAllAction:, leaderAction:, okAction:, positionEditAction:, setAction:, and tabListAction:.
- (IBOutlet NSCell*) _rightCell [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSButton*) _setBtn [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSTextField*) _tabClearLabel [protected] |
- (IBOutlet NSTableView*) _tabList [protected] |
Referenced by _lookupWidget:, and tabListAction:.
- (IBOutlet NSTextField*) _tabPositionData [protected] |
Referenced by _lookupWidget:.
- (IBOutlet NSTextField*) _tabPositionLabel [protected] |
- (AP_CocoaDialog_Tab*) _xap [protected] |