C# 클래스 Qyoto.QWebSettings

상속: Object
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QWebSettings ( Type dummy ) : System

비공개 메소드들

메소드 설명
QWebSettings ( ) : System

메소드 상세

ClearIconDatabase() 공개 정적인 메소드

public static ClearIconDatabase ( ) : void
리턴 void

ClearMemoryCaches() 공개 정적인 메소드

public static ClearMemoryCaches ( ) : void
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DefaultTextEncoding() 공개 메소드

public DefaultTextEncoding ( ) : string
리턴 string

EnablePersistentStorage() 공개 정적인 메소드

public static EnablePersistentStorage ( ) : void
리턴 void

EnablePersistentStorage() 공개 정적인 메소드

public static EnablePersistentStorage ( string path ) : void
path string
리턴 void

GlobalSettings() 공개 정적인 메소드

public static GlobalSettings ( ) : QWebSettings
리턴 QWebSettings

IconDatabasePath() 공개 정적인 메소드

public static IconDatabasePath ( ) : string
리턴 string

IconForUrl() 공개 정적인 메소드

public static IconForUrl ( QUrl url ) : Qyoto.QIcon
url QUrl
리턴 Qyoto.QIcon

LocalStoragePath() 공개 메소드

public LocalStoragePath ( ) : string
리턴 string

MaximumPagesInCache() 공개 정적인 메소드

public static MaximumPagesInCache ( ) : int
리턴 int

OfflineStorageDefaultQuota() 공개 정적인 메소드

public static OfflineStorageDefaultQuota ( ) : long
리턴 long

OfflineStoragePath() 공개 정적인 메소드

public static OfflineStoragePath ( ) : string
리턴 string

OfflineWebApplicationCachePath() 공개 정적인 메소드

public static OfflineWebApplicationCachePath ( ) : string
리턴 string

OfflineWebApplicationCacheQuota() 공개 정적인 메소드

public static OfflineWebApplicationCacheQuota ( ) : long
리턴 long

QWebSettings() 보호된 메소드

protected QWebSettings ( Type dummy ) : System
dummy System.Type
리턴 System

ResetAttribute() 공개 메소드

public ResetAttribute ( QWebSettings attr ) : void
attr QWebSettings
리턴 void

ResetFontFamily() 공개 메소드

public ResetFontFamily ( QWebSettings which ) : void
which QWebSettings
리턴 void

ResetFontSize() 공개 메소드

public ResetFontSize ( QWebSettings type ) : void
type QWebSettings
리턴 void

SetAttribute() 공개 메소드

public SetAttribute ( QWebSettings attr, bool on ) : void
attr QWebSettings
on bool
리턴 void

SetDefaultTextEncoding() 공개 메소드

public SetDefaultTextEncoding ( string encoding ) : void
encoding string
리턴 void

SetFontFamily() 공개 메소드

public SetFontFamily ( QWebSettings which, string family ) : void
which QWebSettings
family string
리턴 void

SetFontSize() 공개 메소드

public SetFontSize ( QWebSettings type, int size ) : void
type QWebSettings
size int
리턴 void

SetIconDatabasePath() 공개 정적인 메소드

public static SetIconDatabasePath ( string location ) : void
location string
리턴 void

SetLocalStoragePath() 공개 메소드

public SetLocalStoragePath ( string path ) : void
path string
리턴 void

SetMaximumPagesInCache() 공개 정적인 메소드

public static SetMaximumPagesInCache ( int pages ) : void
pages int
리턴 void

SetObjectCacheCapacities() 공개 정적인 메소드

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

SetOfflineStorageDefaultQuota() 공개 정적인 메소드

public static SetOfflineStorageDefaultQuota ( long maximumSize ) : void
maximumSize long
리턴 void

SetOfflineStoragePath() 공개 정적인 메소드

public static SetOfflineStoragePath ( string path ) : void
path string
리턴 void

SetOfflineWebApplicationCachePath() 공개 정적인 메소드

public static SetOfflineWebApplicationCachePath ( string path ) : void
path string
리턴 void

SetOfflineWebApplicationCacheQuota() 공개 정적인 메소드

public static SetOfflineWebApplicationCacheQuota ( long maximumSize ) : void
maximumSize long
리턴 void

SetUserStyleSheetUrl() 공개 메소드

public SetUserStyleSheetUrl ( QUrl location ) : void
location QUrl
리턴 void

SetWebGraphic() 공개 정적인 메소드

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

TestAttribute() 공개 메소드

public TestAttribute ( QWebSettings attr ) : bool
attr QWebSettings
리턴 bool

UserStyleSheetUrl() 공개 메소드

public UserStyleSheetUrl ( ) : QUrl
리턴 QUrl

fontFamily() 공개 메소드

public fontFamily ( QWebSettings which ) : string
which QWebSettings
리턴 string

fontSize() 공개 메소드

public fontSize ( QWebSettings type ) : int
type QWebSettings
리턴 int

webGraphic() 공개 정적인 메소드

public static webGraphic ( QWebSettings type ) : QPixmap
type QWebSettings
리턴 QPixmap

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation