#import <xap_CocoaDlg_Insert_Symbol.h>
Public Member Functions | |
(IBAction) | - aDoubleClick: |
(IBAction) | - aAdd: |
(IBAction) | - aFont: |
(IBAction) | - aFontFamily: |
(IBAction) | - aRemapGlyphs: |
(id) | - initFromNib |
(void) | - dealloc |
(void) | - setXAPOwner: |
(void) | - discardXAP |
(void) | - windowDidLoad |
(void) | - windowWillClose: |
(void) | - windowToFront |
(void) | - fontFamilyDidChange |
(void) | - recalculateSymbolWidths |
(int) | - numberOfRowsInTableView: |
(id) | - tableView:objectValueForTableColumn:row: |
(void) | - tableView:willDisplayCell:forTableColumn:row: |
(BOOL) | - tableView:shouldSelectRow: |
Protected Attributes | |
__pad0__: NSWindowController <XAP_CocoaDialogProtocol | |
NSTableViewDelegate |
- (IBAction) aAdd: | (id) | sender |
References s_remap, and UT_UNUSED.
Referenced by aDoubleClick:.
- (IBAction) aFont: | (id) | sender |
References recalculateSymbolWidths, and UT_UNUSED.
- (IBAction) aFontFamily: | (id) | sender |
References fontFamilyDidChange, and UT_UNUSED.
- (IBAction) aRemapGlyphs: | (id) | sender |
References recalculateSymbolWidths, and UT_UNUSED.
- (void) dealloc |
Referenced by initFromNib.
- (void) discardXAP |
- (void) fontFamilyDidChange |
References recalculateSymbolWidths.
Referenced by aFontFamily:, and windowDidLoad.
- (id) initFromNib |
References dealloc, s_remap, and UT_DEBUGMSG.
- (int) numberOfRowsInTableView: | (NSTableView *) | aTableView |
References UT_UNUSED.
- (void) recalculateSymbolWidths |
Referenced by aFont:, aRemapGlyphs:, and fontFamilyDidChange.
- (void) setXAPOwner: | (XAP_Dialog *) | owner |
References UT_ASSERT.
- (id) tableView: | (NSTableView *) | aTableView | ||
objectValueForTableColumn: | (NSTableColumn *) | aTableColumn | ||
row: | (int) | rowIndex | ||
References UT_UNUSED.
- (BOOL) tableView: | (NSTableView *) | aTableView | ||
shouldSelectRow: | (int) | rowIndex | ||
References UT_UNUSED.
- (void) tableView: | (NSTableView *) | aTableView | ||
willDisplayCell: | (id) | aCell | ||
forTableColumn: | (NSTableColumn *) | aTableColumn | ||
row: | (int) | rowIndex | ||
References UT_UNUSED.
- (void) windowDidLoad |
- (void) windowToFront |
- (void) windowWillClose: | (NSNotification *) | aNotification |
References UT_UNUSED.
- XAP_CocoaDlg_Insert_SymbolController: [protected] |
- XAP_CocoaDlg_Insert_SymbolController: [protected] |