Qyoto  4.0.7
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator 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]
  More...
 
new
System.Collections.Generic.List
< QWebPluginFactory.MimeType
MimeTypes [get, set]
  More...
 
new string Name [get, set]
  More...
 

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 ( )

Here is the call graph for this function:

QtWebKit.QWebPluginFactory.Plugin.Plugin ( QWebPluginFactory.Plugin  copy)

Here is the call graph for this function:

Member Function Documentation

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

Here is the caller graph for this function:

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