Property | Type | Description | |
---|---|---|---|
interceptor |
Method | Description | |
---|---|---|
ClearIconDatabase ( ) : void | ||
ClearMemoryCaches ( ) : void | ||
DefaultTextEncoding ( ) : string | ||
EnablePersistentStorage ( ) : void | ||
EnablePersistentStorage ( string path ) : void | ||
GlobalSettings ( ) : |
||
IconDatabasePath ( ) : string | ||
IconForUrl ( |
||
LocalStoragePath ( ) : string | ||
MaximumPagesInCache ( ) : int | ||
OfflineStorageDefaultQuota ( ) : long | ||
OfflineStoragePath ( ) : string | ||
OfflineWebApplicationCachePath ( ) : string | ||
OfflineWebApplicationCacheQuota ( ) : long | ||
ResetAttribute ( |
||
ResetFontFamily ( |
||
ResetFontSize ( |
||
SetAttribute ( |
||
SetDefaultTextEncoding ( string encoding ) : void | ||
SetFontFamily ( |
||
SetFontSize ( |
||
SetIconDatabasePath ( string location ) : void | ||
SetLocalStoragePath ( string path ) : void | ||
SetMaximumPagesInCache ( int pages ) : void | ||
SetObjectCacheCapacities ( int cacheMinDeadCapacity, int cacheMaxDead, int totalCapacity ) : void | ||
SetOfflineStorageDefaultQuota ( long maximumSize ) : void | ||
SetOfflineStoragePath ( string path ) : void | ||
SetOfflineWebApplicationCachePath ( string path ) : void | ||
SetOfflineWebApplicationCacheQuota ( long maximumSize ) : void | ||
SetUserStyleSheetUrl ( |
||
SetWebGraphic ( |
||
TestAttribute ( |
||
UserStyleSheetUrl ( ) : |
||
fontFamily ( |
||
fontSize ( |
||
webGraphic ( |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QWebSettings ( |
Method | Description | |
---|---|---|
QWebSettings ( ) : System |
public static EnablePersistentStorage ( ) : void | ||
return | void |
public static EnablePersistentStorage ( string path ) : void | ||
path | string | |
return | void |
public static GlobalSettings ( ) : |
||
return |
public static IconForUrl ( |
||
url | ||
return | Qyoto.QIcon |
public static OfflineStorageDefaultQuota ( ) : long | ||
return | long |
public static OfflineStoragePath ( ) : string | ||
return | string |
public static OfflineWebApplicationCachePath ( ) : string | ||
return | string |
public static OfflineWebApplicationCacheQuota ( ) : long | ||
return | long |
protected QWebSettings ( |
||
dummy | ||
return | System |
public ResetAttribute ( |
||
attr | ||
return | void |
public ResetFontFamily ( |
||
which | ||
return | void |
public ResetFontSize ( |
||
type | ||
return | void |
public SetAttribute ( |
||
attr | ||
on | bool | |
return | void |
public SetDefaultTextEncoding ( string encoding ) : void | ||
encoding | string | |
return | void |
public SetFontFamily ( |
||
which | ||
family | string | |
return | void |
public SetFontSize ( |
||
type | ||
size | int | |
return | void |
public static SetIconDatabasePath ( string location ) : void | ||
location | string | |
return | void |
public SetLocalStoragePath ( string path ) : void | ||
path | string | |
return | void |
public static SetMaximumPagesInCache ( int pages ) : void | ||
pages | int | |
return | void |
public static SetObjectCacheCapacities ( int cacheMinDeadCapacity, int cacheMaxDead, int totalCapacity ) : void | ||
cacheMinDeadCapacity | int | |
cacheMaxDead | int | |
totalCapacity | int | |
return | void |
public static SetOfflineStorageDefaultQuota ( long maximumSize ) : void | ||
maximumSize | long | |
return | void |
public static SetOfflineStoragePath ( string path ) : void | ||
path | string | |
return | void |
public static SetOfflineWebApplicationCachePath ( string path ) : void | ||
path | string | |
return | void |
public static SetOfflineWebApplicationCacheQuota ( long maximumSize ) : void | ||
maximumSize | long | |
return | void |
public SetUserStyleSheetUrl ( |
||
location | ||
return | void |
public static SetWebGraphic ( |
||
type | ||
graphic | ||
return | void |
public TestAttribute ( |
||
attr | ||
return | bool |
public fontFamily ( |
||
which | ||
return | string |
public static webGraphic ( |
||
type | ||
return |