Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtWebKit.QWebPluginFactory.Plugin Class Reference

The QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create. More...

Inheritance diagram for QtWebKit.QWebPluginFactory.Plugin:
Collaboration diagram for QtWebKit.QWebPluginFactory.Plugin:

Public Member Functions

 Plugin ()
 
 Plugin (QWebPluginFactory.Plugin copy)
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Protected Member Functions

 Plugin (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual System.IntPtr SmokeObject [get, set]
 
new string Description [get, set]
 
 
new
System.Collections.Generic.List
< QWebPluginFactory.MimeType
MimeTypes [get, set]
 
 
new string Name [get, set]
 
 

Detailed Description

The QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create.

Constructor & Destructor Documentation

QtWebKit.QWebPluginFactory.Plugin.Plugin ( System.Type  dummy)
protected
QtWebKit.QWebPluginFactory.Plugin.Plugin ( )
QtWebKit.QWebPluginFactory.Plugin.Plugin ( QWebPluginFactory.Plugin  copy)

Member Function Documentation

virtual void QtWebKit.QWebPluginFactory.Plugin.CreateProxy ( )
virtual
new void QtWebKit.QWebPluginFactory.Plugin.Dispose ( )

Member Data Documentation

SmokeInvocation QtWebKit.QWebPluginFactory.Plugin.interceptor
protected

Property Documentation

new string QtWebKit.QWebPluginFactory.Plugin.Description
getset

The description of the plugin.

new System.Collections.Generic.List<QWebPluginFactory.MimeType> QtWebKit.QWebPluginFactory.Plugin.MimeTypes
getset

The list of mime types supported by the plugin.

new string QtWebKit.QWebPluginFactory.Plugin.Name
getset

The name of the plugin.

virtual System.IntPtr QtWebKit.QWebPluginFactory.Plugin.SmokeObject
getset