#import <xap_CocoaDlg_FontChooser.h>
Public Member Functions | |
| (IBAction) | - okAction: |
| (IBAction) | - cancelAction: |
| (IBAction) | - colorWellAction: |
| (IBAction) | - underlineAction: |
| (IBAction) | - overlineAction: |
| (IBAction) | - strikeoutAction: |
| (IBAction) | - superscriptAction: |
| (IBAction) | - subscriptAction: |
| (IBAction) | - transparentAction: |
| (void) | - tableViewSelectionDidChange: |
| (XAP_CocoaNSView *) | - preview |
| (void) | - setStrikeout: |
| (void) | - setUnderline: |
| (void) | - setOverline: |
| (void) | - setSuperscript: |
| (void) | - setSubscript: |
| (void) | - selectFont: |
| (NSString *) | - selectedFont |
| (void) | - selectSize: |
| (NSString *) | - selectedSize |
| (void) | - selectStyle:withWeight: |
| (NSColor *) | - textColor |
| (void) | - setTextColor: |
| (NSColor *) | - bgColor |
| (void) | - setBgColor: |
Protected Attributes | |
| IBOutlet NSTableView * | _fontList |
| IBOutlet NSTableView * | _styleList |
| IBOutlet NSTableView * | _sizeList |
| IBOutlet NSTextField * | _fontLabel |
| IBOutlet NSTextField * | _styleLabel |
| IBOutlet NSTextField * | _sizeLabel |
| IBOutlet NSBox * | _effectLabel |
| IBOutlet NSBox * | _textColorLabel |
| IBOutlet NSBox * | _textHighlightColorLabel |
| IBOutlet NSButton * | _okBtn |
| IBOutlet NSButton * | _cancelBtn |
| IBOutlet NSButton * | _strikeButton |
| IBOutlet NSButton * | _underlineButton |
| IBOutlet NSButton * | _overlineButton |
| IBOutlet NSButton * | _hiddenButton |
| IBOutlet NSButton * | _superscriptButton |
| IBOutlet NSButton * | _subscriptButton |
| IBOutlet NSButton * | _noHighlightColorButton |
| IBOutlet NSColorWell * | _textColorWell |
| IBOutlet NSColorWell * | _textHighlightColorWell |
| IBOutlet XAP_CocoaNSView * | _preview |
| IBOutlet NSBox * | _previewBox |
| XAP_StringListDataSource * | m_fontDataSource |
| XAP_StringListDataSource * | m_sizeDataSource |
| XAP_StringListDataSource * | m_stylesDataSource |
| XAP_CocoaDialog_FontChooser * | _xap |
| - (NSColor *) bgColor |
References _textHighlightColorWell.
| - (IBAction) colorWellAction: | (id) | sender |
| - (XAP_CocoaNSView *) preview |
References _preview.
| - (NSString *) selectedFont |
References _fontList.
| - (NSString *) selectedSize |
References _sizeList.
| - (void) selectFont: | (char*) | value |
References _fontList, and UT_DEBUGMSG.
| - (void) selectSize: | (char*) | value |
References _sizeList, std_size_string(), UT_convertToPoints(), and UT_DEBUGMSG.
| - (void) selectStyle: | (char*) | style | ||
| withWeight: | (char*) | weight | ||
References _styleList, style, UT_ASSERT, and UT_SHOULD_NOT_HAPPEN.
| - (void) setBgColor: | (NSColor*) | color |
References _textHighlightColorWell.
| - (void) setOverline: | (bool) | value |
References _overlineButton.
| - (void) setStrikeout: | (bool) | value |
References _strikeButton.
| - (void) setSubscript: | (bool) | value |
References _subscriptButton.
| - (void) setSuperscript: | (bool) | value |
References _superscriptButton.
| - (void) setTextColor: | (NSColor*) | color |
References _textColorWell.
| - (void) setUnderline: | (bool) | value |
References _underlineButton.
| - (void) tableViewSelectionDidChange: | (NSNotification *) | aNotification |
| - (NSColor *) textColor |
References _textColorWell.
- (IBOutlet NSButton*) _cancelBtn [protected] |
- (IBOutlet NSBox*) _effectLabel [protected] |
- (IBOutlet NSTextField*) _fontLabel [protected] |
- (IBOutlet NSTableView*) _fontList [protected] |
Referenced by selectedFont, selectFont:, and tableViewSelectionDidChange:.
- (IBOutlet NSButton*) _hiddenButton [protected] |
- (IBOutlet NSButton*) _noHighlightColorButton [protected] |
- (IBOutlet NSButton*) _okBtn [protected] |
- (IBOutlet NSButton*) _overlineButton [protected] |
Referenced by setOverline:.
- (IBOutlet XAP_CocoaNSView*) _preview [protected] |
Referenced by preview.
- (IBOutlet NSBox*) _previewBox [protected] |
- (IBOutlet NSTextField*) _sizeLabel [protected] |
- (IBOutlet NSTableView*) _sizeList [protected] |
Referenced by selectedSize, selectSize:, and tableViewSelectionDidChange:.
- (IBOutlet NSButton*) _strikeButton [protected] |
Referenced by setStrikeout:.
- (IBOutlet NSTextField*) _styleLabel [protected] |
- (IBOutlet NSTableView*) _styleList [protected] |
Referenced by selectStyle:withWeight:, and tableViewSelectionDidChange:.
- (IBOutlet NSButton*) _subscriptButton [protected] |
Referenced by setSubscript:.
- (IBOutlet NSButton*) _superscriptButton [protected] |
Referenced by setSuperscript:.
- (IBOutlet NSBox*) _textColorLabel [protected] |
- (IBOutlet NSColorWell*) _textColorWell [protected] |
Referenced by colorWellAction:, setTextColor:, and textColor.
- (IBOutlet NSBox*) _textHighlightColorLabel [protected] |
- (IBOutlet NSColorWell*) _textHighlightColorWell [protected] |
Referenced by bgColor, colorWellAction:, and setBgColor:.
- (IBOutlet NSButton*) _underlineButton [protected] |
Referenced by setUnderline:.
- (XAP_CocoaDialog_FontChooser*) _xap [protected] |
- (XAP_StringListDataSource*) m_fontDataSource [protected] |
- (XAP_StringListDataSource*) m_sizeDataSource [protected] |
- (XAP_StringListDataSource*) m_stylesDataSource [protected] |
1.7.1