C# Class Qyoto.QWebSettings

Inheritance: Object
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
ClearIconDatabase ( ) : void
ClearMemoryCaches ( ) : void
DefaultTextEncoding ( ) : string
EnablePersistentStorage ( ) : void
EnablePersistentStorage ( string path ) : void
GlobalSettings ( ) : QWebSettings
IconDatabasePath ( ) : string
IconForUrl ( QUrl url ) : Qyoto.QIcon
LocalStoragePath ( ) : string
MaximumPagesInCache ( ) : int
OfflineStorageDefaultQuota ( ) : long
OfflineStoragePath ( ) : string
OfflineWebApplicationCachePath ( ) : string
OfflineWebApplicationCacheQuota ( ) : long
ResetAttribute ( QWebSettings attr ) : void
ResetFontFamily ( QWebSettings which ) : void
ResetFontSize ( QWebSettings type ) : void
SetAttribute ( QWebSettings attr, bool on ) : void
SetDefaultTextEncoding ( string encoding ) : void
SetFontFamily ( QWebSettings which, string family ) : void
SetFontSize ( QWebSettings type, int size ) : void
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 ( QUrl location ) : void
SetWebGraphic ( QWebSettings type, QPixmap graphic ) : void
TestAttribute ( QWebSettings attr ) : bool
UserStyleSheetUrl ( ) : QUrl
fontFamily ( QWebSettings which ) : string
fontSize ( QWebSettings type ) : int
webGraphic ( QWebSettings type ) : QPixmap

Protected Methods

Method Description
CreateProxy ( ) : void
QWebSettings ( Type dummy ) : System

Private Methods

Method Description
QWebSettings ( ) : System

Method Details

ClearIconDatabase() public static method

public static ClearIconDatabase ( ) : void
return void

ClearMemoryCaches() public static method

public static ClearMemoryCaches ( ) : void
return void

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DefaultTextEncoding() public method

public DefaultTextEncoding ( ) : string
return string

EnablePersistentStorage() public static method

public static EnablePersistentStorage ( ) : void
return void

EnablePersistentStorage() public static method

public static EnablePersistentStorage ( string path ) : void
path string
return void

GlobalSettings() public static method

public static GlobalSettings ( ) : QWebSettings
return QWebSettings

IconDatabasePath() public static method

public static IconDatabasePath ( ) : string
return string

IconForUrl() public static method

public static IconForUrl ( QUrl url ) : Qyoto.QIcon
url QUrl
return Qyoto.QIcon

LocalStoragePath() public method

public LocalStoragePath ( ) : string
return string

MaximumPagesInCache() public static method

public static MaximumPagesInCache ( ) : int
return int

OfflineStorageDefaultQuota() public static method

public static OfflineStorageDefaultQuota ( ) : long
return long

OfflineStoragePath() public static method

public static OfflineStoragePath ( ) : string
return string

OfflineWebApplicationCachePath() public static method

public static OfflineWebApplicationCachePath ( ) : string
return string

OfflineWebApplicationCacheQuota() public static method

public static OfflineWebApplicationCacheQuota ( ) : long
return long

QWebSettings() protected method

protected QWebSettings ( Type dummy ) : System
dummy System.Type
return System

ResetAttribute() public method

public ResetAttribute ( QWebSettings attr ) : void
attr QWebSettings
return void

ResetFontFamily() public method

public ResetFontFamily ( QWebSettings which ) : void
which QWebSettings
return void

ResetFontSize() public method

public ResetFontSize ( QWebSettings type ) : void
type QWebSettings
return void

SetAttribute() public method

public SetAttribute ( QWebSettings attr, bool on ) : void
attr QWebSettings
on bool
return void

SetDefaultTextEncoding() public method

public SetDefaultTextEncoding ( string encoding ) : void
encoding string
return void

SetFontFamily() public method

public SetFontFamily ( QWebSettings which, string family ) : void
which QWebSettings
family string
return void

SetFontSize() public method

public SetFontSize ( QWebSettings type, int size ) : void
type QWebSettings
size int
return void

SetIconDatabasePath() public static method

public static SetIconDatabasePath ( string location ) : void
location string
return void

SetLocalStoragePath() public method

public SetLocalStoragePath ( string path ) : void
path string
return void

SetMaximumPagesInCache() public static method

public static SetMaximumPagesInCache ( int pages ) : void
pages int
return void

SetObjectCacheCapacities() public static method

public static SetObjectCacheCapacities ( int cacheMinDeadCapacity, int cacheMaxDead, int totalCapacity ) : void
cacheMinDeadCapacity int
cacheMaxDead int
totalCapacity int
return void

SetOfflineStorageDefaultQuota() public static method

public static SetOfflineStorageDefaultQuota ( long maximumSize ) : void
maximumSize long
return void

SetOfflineStoragePath() public static method

public static SetOfflineStoragePath ( string path ) : void
path string
return void

SetOfflineWebApplicationCachePath() public static method

public static SetOfflineWebApplicationCachePath ( string path ) : void
path string
return void

SetOfflineWebApplicationCacheQuota() public static method

public static SetOfflineWebApplicationCacheQuota ( long maximumSize ) : void
maximumSize long
return void

SetUserStyleSheetUrl() public method

public SetUserStyleSheetUrl ( QUrl location ) : void
location QUrl
return void

SetWebGraphic() public static method

public static SetWebGraphic ( QWebSettings type, QPixmap graphic ) : void
type QWebSettings
graphic QPixmap
return void

TestAttribute() public method

public TestAttribute ( QWebSettings attr ) : bool
attr QWebSettings
return bool

UserStyleSheetUrl() public method

public UserStyleSheetUrl ( ) : QUrl
return QUrl

fontFamily() public method

public fontFamily ( QWebSettings which ) : string
which QWebSettings
return string

fontSize() public method

public fontSize ( QWebSettings type ) : int
type QWebSettings
return int

webGraphic() public static method

public static webGraphic ( QWebSettings type ) : QPixmap
type QWebSettings
return QPixmap

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation