#import <WebPreferences.h>
Abgeleitet von NSObject und < NSCoding >.
Definiert in Zeile 13 der Datei WebPreferences.h.
| + (void) initialize |
Implementiert NSObject.
| + (id) standardPreferences |
| - (BOOL) _boolValueForKey: | (id) | fp8 |
| - (float) _floatValueForKey: | (id) | fp8 |
| - (int) _integerValueForKey: | (id) | fp8 |
| - (void) _setBoolValue: | (BOOL) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (void) _setFloatValue: | (float) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (void) _setIntegerValue: | (int) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (void) _setStringValue: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (id) _stringValueForKey: | (id) | fp8 |
| - (id) _valueForKey: | (id) | fp8 |
| - (BOOL) allowsAnimatedImageLooping |
| - (BOOL) allowsAnimatedImages |
| - (BOOL) arePlugInsEnabled |
| - (BOOL) autosaves |
| - (id) cursiveFontFamily |
| - (void) dealloc |
Implementiert NSObject.
| - (int) defaultFixedFontSize |
| - (int) defaultFontSize |
| - (id) defaultTextEncodingName |
| - (void) encodeWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) fantasyFontFamily |
| - (id) fixedFontFamily |
| - (id) identifier |
| - (id) init |
| - (id) initWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) initWithIdentifier: | (id) | fp8 |
| - (BOOL) isJavaEnabled |
| - (BOOL) isJavaScriptEnabled |
| - (BOOL) javaScriptCanOpenWindowsAutomatically |
| - (BOOL) loadsImagesAutomatically |
| - (int) minimumFontSize |
| - (int) minimumLogicalFontSize |
| - (id) sansSerifFontFamily |
| - (id) serifFontFamily |
| - (void) setAllowsAnimatedImageLooping: | (BOOL) | fp8 |
| - (void) setAllowsAnimatedImages: | (BOOL) | fp8 |
| - (void) setAutosaves: | (BOOL) | fp8 |
| - (void) setCursiveFontFamily: | (id) | fp8 |
| - (void) setDefaultFixedFontSize: | (int) | fp8 |
| - (void) setDefaultFontSize: | (int) | fp8 |
| - (void) setDefaultTextEncodingName: | (id) | fp8 |
| - (void) setFantasyFontFamily: | (id) | fp8 |
| - (void) setFixedFontFamily: | (id) | fp8 |
| - (void) setJavaEnabled: | (BOOL) | fp8 |
| - (void) setJavaScriptCanOpenWindowsAutomatically: | (BOOL) | fp8 |
| - (void) setJavaScriptEnabled: | (BOOL) | fp8 |
| - (void) setLoadsImagesAutomatically: | (BOOL) | fp8 |
| - (void) setMinimumFontSize: | (int) | fp8 |
| - (void) setMinimumLogicalFontSize: | (int) | fp8 |
| - (void) setPlugInsEnabled: | (BOOL) | fp8 |
| - (void) setSansSerifFontFamily: | (id) | fp8 |
| - (void) setSerifFontFamily: | (id) | fp8 |
| - (void) setStandardFontFamily: | (id) | fp8 |
| - (void) setUserStyleSheetEnabled: | (BOOL) | fp8 |
| - (void) setUserStyleSheetLocation: | (id) | fp8 |
| - (id) standardFontFamily |
| - (BOOL) userStyleSheetEnabled |
| - (id) userStyleSheetLocation |
- (WebPreferencesPrivate*) _private [protected] |
Definiert in Zeile 15 der Datei WebPreferences.h.