#import <ap_CocoaDialog_Options.h>
Public Member Functions | |
| (id) | - initFromNib |
| (oneway void) | - dealloc |
| (void) | - windowDidLoad |
| (void) | - setXAPOwner: |
| (IBAction) | - revertClicked: |
| (IBAction) | - checkboxClicked: |
| (IBAction) | - autoSaveClicked: |
| (IBAction) | - controlChanged: |
| (IBAction) | - closeClicked: |
Public Attributes | |
| IBOutlet NSBox * | m_boxAutoSave |
| IBOutlet NSBox * | m_appStartup |
| IBOutlet NSBox * | oBox_BiDiOptions |
| IBOutlet NSBox * | oBox_General |
| IBOutlet NSBox * | oBox_Ignore |
| IBOutlet NSBox * | oBox_Dictionaries |
| IBOutlet NSBox * | oBox_Grammar |
| IBOutlet NSBox * | oBox_UserInterface |
| IBOutlet NSButton * | oButton_ChooseScreenColor |
| IBOutlet NSButton * | oButton_Close |
| IBOutlet NSButton * | m_buttonDefaults |
| IBOutlet NSColorWell * | oColorWell_Screen |
| IBOutlet NSTextField * | oLabel_WithExtension |
| IBOutlet NSTextField * | oLabel_Minutes |
| IBOutlet NSTextField * | oLabel_Units |
| IBOutlet NSTextField * | m_textAutoSaveFilePeriod |
| IBOutlet NSTextField * | m_textAutoSaveFileExt |
| IBOutlet NSBox * | m_labelOuterQuoteStyle |
| IBOutlet NSBox * | m_labelInnerQuoteStyle |
| IBOutlet NSPopUpButton * | m_menuUnits |
| IBOutlet NSPopUpButton * | m_comboOuterQuote |
| IBOutlet NSPopUpButton * | m_comboInnerQuote |
| IBOutlet NSStepper * | oStepper_Minutes |
| IBOutlet NSButton * | m_checkbuttonSpellCheckAsType |
| IBOutlet NSButton * | m_checkbuttonGrammarCheck |
| IBOutlet NSButton * | m_checkbuttonOtherDirectionRtl |
| IBOutlet NSButton * | m_checkbuttonSpellHideErrors |
| IBOutlet NSButton * | m_checkbuttonSpellSuggest |
| IBOutlet NSButton * | m_checkbuttonSpellNumbers |
| IBOutlet NSButton * | m_checkbuttonSpellUppercase |
| IBOutlet NSButton * | m_checkbuttonSpellMainOnly |
| IBOutlet NSButton * | m_checkbuttonAutoLoadPlugins |
| IBOutlet NSButton * | oSwitch_ScreenColor |
| IBOutlet NSButton * | m_checkbuttonSmartQuotes |
| IBOutlet NSButton * | m_checkbuttonCustomSmartQuotes |
| IBOutlet NSButton * | m_checkbuttonAutoSaveFile |
| IBOutlet NSButton * | m_checkbuttonEnableOverwrite |
| IBOutlet NSTabView * | oTabView |
Protected Attributes | |
| AP_CocoaDialog_Options * | m_xap |
| - (IBAction) autoSaveClicked: | (id) | sender |
References BOOL(), controlChanged:, AP_CocoaDialog_Options::getReinit, m_textAutoSaveFileExt, m_textAutoSaveFilePeriod, m_xap, oLabel_Minutes, oLabel_WithExtension, and oStepper_Minutes.
Referenced by windowDidLoad.
| - (IBAction) checkboxClicked: | (id) | sender |
| - (IBAction) controlChanged: | (id) | sender |
References AP_Dialog_Options::_storeDataForControl(), m_xap, UT_ASSERT, and UT_DEBUGMSG.
Referenced by autoSaveClicked:, checkboxClicked:, and revertClicked:.
| - (oneway void) dealloc |
| - (id) initFromNib |
| - (IBAction) revertClicked: | (id) | sender |
References AP_Dialog_Options::_event_SetDefaults(), controlChanged:, m_xap, and UT_UNUSED.
| - (void) setXAPOwner: | (AP_CocoaDialog_Options *) | owner |
References m_xap.
| - (void) windowDidLoad |
References AP_Dialog_Options::_getUnitMenuContent(), AP_CocoaDialog_Options::_lookupWidget, AP_CocoaDialog_Options::_setupSmartQuotesCombos, autoSaveClicked:, XAP_App::getApp(), XAP_App::getStringSet(), XAP_StringSet::getValueUTF8(), AP_Dialog_Options::id_last, LocalizeControl(), m_buttonDefaults, m_checkbuttonAutoLoadPlugins, m_checkbuttonEnableOverwrite, m_checkbuttonGrammarCheck, m_checkbuttonOtherDirectionRtl, m_checkbuttonSpellCheckAsType, m_checkbuttonSpellHideErrors, m_checkbuttonSpellNumbers, m_checkbuttonSpellUppercase, m_comboInnerQuote, m_comboOuterQuote, m_menuUnits, m_xap, oBox_BiDiOptions, oBox_General, oBox_Grammar, oBox_Ignore, oBox_UserInterface, oButton_ChooseScreenColor, oButton_Close, oLabel_Minutes, oLabel_Units, oLabel_WithExtension, oStepper_Minutes, oTabView, s, and UT_DEBUGMSG.
| - (IBOutlet NSBox*) m_appStartup |
| - (IBOutlet NSBox*) m_boxAutoSave |
| - (IBOutlet NSButton*) m_buttonDefaults |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSButton*) m_checkbuttonAutoLoadPlugins |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSButton*) m_checkbuttonAutoSaveFile |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and AP_CocoaDialog_Options::_populateWindowData.
| - (IBOutlet NSButton*) m_checkbuttonCustomSmartQuotes |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and AP_CocoaDialog_Options::_populateWindowData.
| - (IBOutlet NSButton*) m_checkbuttonEnableOverwrite |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSButton*) m_checkbuttonGrammarCheck |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSButton*) m_checkbuttonOtherDirectionRtl |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSButton*) m_checkbuttonSmartQuotes |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and AP_CocoaDialog_Options::_populateWindowData.
| - (IBOutlet NSButton*) m_checkbuttonSpellCheckAsType |
| - (IBOutlet NSButton*) m_checkbuttonSpellHideErrors |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSButton*) m_checkbuttonSpellMainOnly |
Referenced by AP_CocoaDialog_Options::_lookupWidget.
| - (IBOutlet NSButton*) m_checkbuttonSpellNumbers |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSButton*) m_checkbuttonSpellSuggest |
Referenced by AP_CocoaDialog_Options::_lookupWidget.
| - (IBOutlet NSButton*) m_checkbuttonSpellUppercase |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSPopUpButton*) m_comboInnerQuote |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSPopUpButton*) m_comboOuterQuote |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSBox*) m_labelInnerQuoteStyle |
| - (IBOutlet NSBox*) m_labelOuterQuoteStyle |
| - (IBOutlet NSPopUpButton*) m_menuUnits |
Referenced by AP_CocoaDialog_Options::_lookupWidget, and windowDidLoad.
| - (IBOutlet NSTextField*) m_textAutoSaveFileExt |
| - (IBOutlet NSTextField*) m_textAutoSaveFilePeriod |
- (AP_CocoaDialog_Options*) m_xap [protected] |
Referenced by autoSaveClicked:, checkboxClicked:, controlChanged:, revertClicked:, setXAPOwner:, and windowDidLoad.
| - (IBOutlet NSBox*) oBox_BiDiOptions |
Referenced by windowDidLoad.
| - (IBOutlet NSBox*) oBox_Dictionaries |
| - (IBOutlet NSBox*) oBox_General |
Referenced by windowDidLoad.
| - (IBOutlet NSBox*) oBox_Grammar |
Referenced by windowDidLoad.
| - (IBOutlet NSBox*) oBox_Ignore |
Referenced by windowDidLoad.
| - (IBOutlet NSBox*) oBox_UserInterface |
Referenced by windowDidLoad.
| - (IBOutlet NSButton*) oButton_ChooseScreenColor |
Referenced by windowDidLoad.
| - (IBOutlet NSButton*) oButton_Close |
Referenced by windowDidLoad.
| - (IBOutlet NSColorWell*) oColorWell_Screen |
| - (IBOutlet NSTextField*) oLabel_Minutes |
Referenced by autoSaveClicked:, and windowDidLoad.
| - (IBOutlet NSTextField*) oLabel_Units |
Referenced by windowDidLoad.
| - (IBOutlet NSTextField*) oLabel_WithExtension |
Referenced by autoSaveClicked:, and windowDidLoad.
| - (IBOutlet NSStepper*) oStepper_Minutes |
Referenced by autoSaveClicked:, and windowDidLoad.
| - (IBOutlet NSButton*) oSwitch_ScreenColor |
| - (IBOutlet NSTabView*) oTabView |
Referenced by windowDidLoad.
1.7.1