CopperSpice API  1.9.1
QWebPluginFactory::MimeType Class Reference

The QWebPluginFactory::MimeType structure describes a mime type supported by a plugin. More...

Public Methods

bool operator!= (const MimeType &other) const
 
bool operator== (const MimeType &other) const
 

Detailed Description

The QWebPluginFactory::MimeType structure describes a mime type supported by a plugin.

Method Documentation

bool QWebPluginFactory::MimeType::operator!= ( const MimeType &  other) const
inline

Returns true if this mimetype is different from the other mime type.

bool QWebPluginFactory::MimeType::operator== ( const MimeType &  other) const

Returns true if this mimetype is the same as the other mime type.