Public Member Functions | |
(IBAction) | - cancelAction: |
(IBAction) | - heightChanged: |
(IBAction) | - heightNumStepperChanged: |
(IBAction) | - okAction: |
(IBAction) | - preserveAction: |
(IBAction) | - widthChanged: |
(IBAction) | - widthNumStepperChanged: |
(IBAction) | - wrapAction: |
(NSString *) | - titleEntry |
(NSString *) | - altEntry |
(NSString *) | - widthEntry |
(void) | - setWidthEntry: |
(NSString *) | - heightEntry |
(void) | - setHeightEntry: |
(BOOL) | - preserveRatio |
(void) | - setPreserveRatio: |
(WRAPPING_TYPE) | - textWrap |
(POSITION_TO) | - imagePlacement |
(bool) | - tightWrap |
Public Attributes | |
IBOutlet NSTabView * | _mainTab |
IBOutlet NSBox * | _nameBox |
IBOutlet NSFormCell * | _titleCell |
IBOutlet NSFormCell * | _descriptionCell |
IBOutlet NSBox * | _imageSizeBox |
IBOutlet NSFormCell * | _widthCell |
IBOutlet NSFormCell * | _heightCell |
IBOutlet NSStepper * | _widthNumStepper |
IBOutlet NSStepper * | _heightNumStepper |
IBOutlet NSButton * | _preserveAspectBtn |
IBOutlet NSBox * | _textWrapLabel |
IBOutlet NSMatrix * | _textWrapMatrix |
IBOutlet NSButtonCell * | _textWrapInline |
IBOutlet NSButtonCell * | _textWrapFloat |
IBOutlet NSButtonCell * | _textWrapRight |
IBOutlet NSButtonCell * | _textWrapLeft |
IBOutlet NSButtonCell * | _textWrapBoth |
IBOutlet NSBox * | _imagePlaceLabel |
IBOutlet NSMatrix * | _imagePlaceMatrix |
IBOutlet NSButtonCell * | _imagePlaceNearest |
IBOutlet NSButtonCell * | _imagePlaceColumn |
IBOutlet NSButtonCell * | _imagePlacePage |
IBOutlet NSBox * | _typeTextWrapBox |
IBOutlet NSMatrix * | _typeTextWrapMatrix |
IBOutlet NSButtonCell * | _typeTextWrapSquare |
IBOutlet NSButtonCell * | _typeTextWrapTight |
IBOutlet NSButton * | _cancelBtn |
IBOutlet NSButton * | _okBtn |
XAP_CocoaDialog_Image * | _xap |
- (NSString *) altEntry |
References _descriptionCell.
- (NSString *) heightEntry |
References _heightCell.
- (IBAction) heightNumStepperChanged: | (id) | sender |
References _heightNumStepper, _xap, and UT_UNUSED.
- (POSITION_TO) imagePlacement |
References _imagePlaceColumn, _imagePlaceMatrix, _imagePlaceNearest, _imagePlacePage, and type.
- (BOOL) preserveRatio |
References _preserveAspectBtn.
- (void) setHeightEntry: | (NSString*) | entry |
References _heightCell.
- (void) setPreserveRatio: | (BOOL) | val |
References _preserveAspectBtn.
- (void) setWidthEntry: | (NSString*) | entry |
References _widthCell.
- (WRAPPING_TYPE) textWrap |
References _textWrapBoth, _textWrapFloat, _textWrapInline, _textWrapLeft, _textWrapMatrix, _textWrapRight, and type.
- (bool) tightWrap |
References _typeTextWrapMatrix, and _typeTextWrapTight.
- (NSString *) titleEntry |
References _titleCell.
- (NSString *) widthEntry |
References _widthCell.
- (IBAction) widthNumStepperChanged: | (id) | sender |
References _widthNumStepper, _xap, and UT_UNUSED.
- (IBOutlet NSButton*) _cancelBtn |
- (IBOutlet NSFormCell*) _descriptionCell |
Referenced by altEntry.
- (IBOutlet NSFormCell*) _heightCell |
Referenced by heightEntry, and setHeightEntry:.
- (IBOutlet NSStepper*) _heightNumStepper |
Referenced by heightNumStepperChanged:.
- (IBOutlet NSButtonCell*) _imagePlaceColumn |
Referenced by imagePlacement.
- (IBOutlet NSBox*) _imagePlaceLabel |
- (IBOutlet NSMatrix*) _imagePlaceMatrix |
Referenced by imagePlacement.
- (IBOutlet NSButtonCell*) _imagePlaceNearest |
Referenced by imagePlacement.
- (IBOutlet NSButtonCell*) _imagePlacePage |
Referenced by imagePlacement.
- (IBOutlet NSBox*) _imageSizeBox |
- (IBOutlet NSTabView*) _mainTab |
- (IBOutlet NSBox*) _nameBox |
- (IBOutlet NSButton*) _okBtn |
- (IBOutlet NSButton*) _preserveAspectBtn |
Referenced by preserveRatio, and setPreserveRatio:.
- (IBOutlet NSButtonCell*) _textWrapBoth |
Referenced by textWrap.
- (IBOutlet NSButtonCell*) _textWrapFloat |
Referenced by textWrap.
- (IBOutlet NSButtonCell*) _textWrapInline |
Referenced by textWrap.
- (IBOutlet NSBox*) _textWrapLabel |
- (IBOutlet NSButtonCell*) _textWrapLeft |
Referenced by textWrap.
- (IBOutlet NSMatrix*) _textWrapMatrix |
Referenced by textWrap.
- (IBOutlet NSButtonCell*) _textWrapRight |
Referenced by textWrap.
- (IBOutlet NSFormCell*) _titleCell |
Referenced by titleEntry.
- (IBOutlet NSBox*) _typeTextWrapBox |
- (IBOutlet NSMatrix*) _typeTextWrapMatrix |
Referenced by tightWrap.
- (IBOutlet NSButtonCell*) _typeTextWrapSquare |
- (IBOutlet NSButtonCell*) _typeTextWrapTight |
Referenced by tightWrap.
- (IBOutlet NSFormCell*) _widthCell |
Referenced by setWidthEntry:, and widthEntry.
- (IBOutlet NSStepper*) _widthNumStepper |
Referenced by widthNumStepperChanged:.
- (XAP_CocoaDialog_Image*) _xap |
Referenced by cancelAction:, heightChanged:, heightNumStepperChanged:, okAction:, preserveAction:, widthChanged:, widthNumStepperChanged:, and wrapAction:.