C# Class Qyoto.QWebSettings

Inheritance: Object
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QWebSettings ( Type dummy ) : System

Private Methods

Méthode Description
QWebSettings ( ) : System

Method Details

ClearIconDatabase() public static méthode

public static ClearIconDatabase ( ) : void
Résultat void

ClearMemoryCaches() public static méthode

public static ClearMemoryCaches ( ) : void
Résultat void

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DefaultTextEncoding() public méthode

public DefaultTextEncoding ( ) : string
Résultat string

EnablePersistentStorage() public static méthode

public static EnablePersistentStorage ( ) : void
Résultat void

EnablePersistentStorage() public static méthode

public static EnablePersistentStorage ( string path ) : void
path string
Résultat void

GlobalSettings() public static méthode

public static GlobalSettings ( ) : QWebSettings
Résultat QWebSettings

IconDatabasePath() public static méthode

public static IconDatabasePath ( ) : string
Résultat string

IconForUrl() public static méthode

public static IconForUrl ( QUrl url ) : Qyoto.QIcon
url QUrl
Résultat Qyoto.QIcon

LocalStoragePath() public méthode

public LocalStoragePath ( ) : string
Résultat string

MaximumPagesInCache() public static méthode

public static MaximumPagesInCache ( ) : int
Résultat int

OfflineStorageDefaultQuota() public static méthode

public static OfflineStorageDefaultQuota ( ) : long
Résultat long

OfflineStoragePath() public static méthode

public static OfflineStoragePath ( ) : string
Résultat string

OfflineWebApplicationCachePath() public static méthode

public static OfflineWebApplicationCachePath ( ) : string
Résultat string

OfflineWebApplicationCacheQuota() public static méthode

public static OfflineWebApplicationCacheQuota ( ) : long
Résultat long

QWebSettings() protected méthode

protected QWebSettings ( Type dummy ) : System
dummy System.Type
Résultat System

ResetAttribute() public méthode

public ResetAttribute ( QWebSettings attr ) : void
attr QWebSettings
Résultat void

ResetFontFamily() public méthode

public ResetFontFamily ( QWebSettings which ) : void
which QWebSettings
Résultat void

ResetFontSize() public méthode

public ResetFontSize ( QWebSettings type ) : void
type QWebSettings
Résultat void

SetAttribute() public méthode

public SetAttribute ( QWebSettings attr, bool on ) : void
attr QWebSettings
on bool
Résultat void

SetDefaultTextEncoding() public méthode

public SetDefaultTextEncoding ( string encoding ) : void
encoding string
Résultat void

SetFontFamily() public méthode

public SetFontFamily ( QWebSettings which, string family ) : void
which QWebSettings
family string
Résultat void

SetFontSize() public méthode

public SetFontSize ( QWebSettings type, int size ) : void
type QWebSettings
size int
Résultat void

SetIconDatabasePath() public static méthode

public static SetIconDatabasePath ( string location ) : void
location string
Résultat void

SetLocalStoragePath() public méthode

public SetLocalStoragePath ( string path ) : void
path string
Résultat void

SetMaximumPagesInCache() public static méthode

public static SetMaximumPagesInCache ( int pages ) : void
pages int
Résultat void

SetObjectCacheCapacities() public static méthode

public static SetObjectCacheCapacities ( int cacheMinDeadCapacity, int cacheMaxDead, int totalCapacity ) : void
cacheMinDeadCapacity int
cacheMaxDead int
totalCapacity int
Résultat void

SetOfflineStorageDefaultQuota() public static méthode

public static SetOfflineStorageDefaultQuota ( long maximumSize ) : void
maximumSize long
Résultat void

SetOfflineStoragePath() public static méthode

public static SetOfflineStoragePath ( string path ) : void
path string
Résultat void

SetOfflineWebApplicationCachePath() public static méthode

public static SetOfflineWebApplicationCachePath ( string path ) : void
path string
Résultat void

SetOfflineWebApplicationCacheQuota() public static méthode

public static SetOfflineWebApplicationCacheQuota ( long maximumSize ) : void
maximumSize long
Résultat void

SetUserStyleSheetUrl() public méthode

public SetUserStyleSheetUrl ( QUrl location ) : void
location QUrl
Résultat void

SetWebGraphic() public static méthode

public static SetWebGraphic ( QWebSettings type, QPixmap graphic ) : void
type QWebSettings
graphic QPixmap
Résultat void

TestAttribute() public méthode

public TestAttribute ( QWebSettings attr ) : bool
attr QWebSettings
Résultat bool

UserStyleSheetUrl() public méthode

public UserStyleSheetUrl ( ) : QUrl
Résultat QUrl

fontFamily() public méthode

public fontFamily ( QWebSettings which ) : string
which QWebSettings
Résultat string

fontSize() public méthode

public fontSize ( QWebSettings type ) : int
type QWebSettings
Résultat int

webGraphic() public static méthode

public static webGraphic ( QWebSettings type ) : QPixmap
type QWebSettings
Résultat QPixmap

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation