#import <xap_CocoaDlg_Zoom.h>
Public Member Functions | |
(IBAction) | - closeAction: |
(IBAction) | - stepperAction: |
(IBAction) | - zoom100Action: |
(IBAction) | - zoom200Action: |
(IBAction) | - zoom75Action: |
(IBAction) | - zoomPageWidthAction: |
(IBAction) | - zoomWholePageAction: |
(IBAction) | - zoomPercentAction: |
(IBAction) | - zoomChangedAction: |
(NSMatrix *) | - zoomMatrix |
(int) | - percentValue |
(void) | - setPercentValue: |
(void) | - _enablePercentSpin: |
Protected Attributes | |
IBOutlet NSButtonCell * | _pageWidthBtn |
IBOutlet NSButtonCell * | _percentBtn |
IBOutlet NSTextField * | _percentField |
IBOutlet NSStepper * | _percentStepper |
IBOutlet NSButtonCell * | _wholePageBtn |
IBOutlet NSButtonCell * | _zoom100Btn |
IBOutlet NSButtonCell * | _zoom200Btn |
IBOutlet NSButtonCell * | _zoom75Btn |
IBOutlet NSBox * | _zoomBox |
IBOutlet NSMatrix * | _zoomMatrix |
IBOutlet NSButton * | _closeBtn |
XAP_CocoaDialog_Zoom * | _xap |
- (void) _enablePercentSpin: | (BOOL) | enable |
References _percentField, and _percentStepper.
- (IBAction) closeAction: | (id) | sender |
References _xap, XAP_CocoaDialog_Zoom::event_Close, and UT_UNUSED.
- (int) percentValue |
References _percentField.
- (void) setPercentValue: | (int) | value |
References _percentField, and _percentStepper.
Referenced by zoomChangedAction:.
- (IBAction) stepperAction: | (id) | sender |
References _percentField, _xap, and XAP_CocoaDialog_Zoom::event_SpinPercentChanged.
- (IBAction) zoom100Action: | (id) | sender |
References _xap, XAP_CocoaDialog_Zoom::event_Radio100Clicked, and UT_UNUSED.
- (IBAction) zoom200Action: | (id) | sender |
References _xap, XAP_CocoaDialog_Zoom::event_Radio200Clicked, and UT_UNUSED.
- (IBAction) zoom75Action: | (id) | sender |
References _xap, XAP_CocoaDialog_Zoom::event_Radio75Clicked, and UT_UNUSED.
- (IBAction) zoomChangedAction: | (id) | sender |
- (NSMatrix *) zoomMatrix |
References _zoomMatrix.
- (IBAction) zoomPageWidthAction: | (id) | sender |
References _xap, XAP_CocoaDialog_Zoom::event_RadioPageWidthClicked, and UT_UNUSED.
- (IBAction) zoomPercentAction: | (id) | sender |
References _xap, XAP_CocoaDialog_Zoom::event_RadioPercentClicked, and UT_UNUSED.
- (IBAction) zoomWholePageAction: | (id) | sender |
References _xap, XAP_CocoaDialog_Zoom::event_RadioWholePageClicked, and UT_UNUSED.
- (IBOutlet NSButton*) _closeBtn [protected] |
- (IBOutlet NSButtonCell*) _pageWidthBtn [protected] |
- (IBOutlet NSButtonCell*) _percentBtn [protected] |
- (IBOutlet NSTextField*) _percentField [protected] |
Referenced by _enablePercentSpin:, percentValue, setPercentValue:, stepperAction:, and zoomChangedAction:.
- (IBOutlet NSStepper*) _percentStepper [protected] |
Referenced by _enablePercentSpin:, and setPercentValue:.
- (IBOutlet NSButtonCell*) _wholePageBtn [protected] |
- (XAP_CocoaDialog_Zoom*) _xap [protected] |
- (IBOutlet NSButtonCell*) _zoom100Btn [protected] |
- (IBOutlet NSButtonCell*) _zoom200Btn [protected] |
- (IBOutlet NSButtonCell*) _zoom75Btn [protected] |
- (IBOutlet NSBox*) _zoomBox [protected] |
- (IBOutlet NSMatrix*) _zoomMatrix [protected] |
Referenced by zoomMatrix.