C# 클래스 Qyoto.QWebPluginFactory

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

공개 메소드들

메소드 설명
QWebPluginFactory ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
Create ( string mimeType, QUrl arg2, List argumentNames, List argumentValues ) : QObject
Plugins ( ) : List
QWebPluginFactory ( ) : System
RefreshPlugins ( ) : void
SupportsExtension ( QWebPluginFactory extension ) : bool
extension ( QWebPluginFactory extension ) : bool

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

QWebPluginFactory() 공개 메소드

public QWebPluginFactory ( QObject parent ) : System
parent QObject
리턴 System

QWebPluginFactory() 보호된 메소드

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

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string