The Silverlight widget shows Microsoft Silverlight contents. More...
Inherits NPluginWidget.
enum | SilverlightEvent { OnErrorEvent, OnFullScreenChangedEvent, OnLoadEvent, OnResizeEvent, ..., OnAllEvents } |
flags | SilverlightEvents |
typedef | SilverlightParams |
Silverlight ( QWidget * parent = 0, Qt::WindowFlags f = 0 ) | |
BoolValue | GPUAcceleration () const |
BoolValue | autoUpgrade () const |
BoolValue | autoZoom () const |
const QString & | backgroundColor () const |
BoolValue | cacheVisualization () const |
SilverlightEvents | events () const |
BoolValue | htmlAccess () const |
SilverlightParams & | initParams () |
int | maxFramerate () const |
const QString & | minRuntimeVersion () const |
BoolValue | navigation () const |
void | setAutoUpgrade ( BoolValue value ) |
void | setAutoZoom ( BoolValue value ) |
void | setBackgroundColor ( const QString & color ) |
void | setCacheVisualization ( BoolValue value ) |
void | setEvents ( SilverlightEvents events ) |
void | setGPUAcceleration ( BoolValue value ) |
void | setHtmlAccess ( BoolValue value ) |
void | setMaxFramerate ( int framerate ) |
void | setMinRuntimeVersion ( const QString & version ) |
void | setNavigation ( BoolValue value ) |
void | setSplashScreenSource ( const QString & source ) |
void | setWindowless ( bool windowless ) |
const QString & | splashScreenSource () const |
bool | windowless () const |
virtual const QString & | getMimeType () const |
virtual const QString & | getPluginFileName () const |
virtual void | start ( const QString & pluginFileName ) |
void | onError ( QScriptValue & sender, QScriptValue & args ) |
void | onFullScreenChanged ( QScriptValue & sender, QScriptValue & args ) |
void | onLoad ( QScriptValue & sender, QScriptValue & args ) |
void | onResize ( QScriptValue & sender, QScriptValue & args ) |
void | onSourceDownloadComplete ( QScriptValue & sender, QScriptValue & args ) |
void | onSourceDownloadProgressChanged ( QScriptValue & sender, QScriptValue & args ) |
void | onZoom ( QScriptValue & sender, QScriptValue & args ) |
virtual QString | getBannerRes () const |
virtual QString | getBannerText () const |
virtual void | loadDataSource () |
The Silverlight widget shows Microsoft Silverlight contents.
See also NPWidget, FlashPlayer, and AcrobatReader.
The SilverlightEvents type is a typedef for QFlags<SilverlightEvent>. It stores an OR combination of SilverlightEvent values.
See also setGPUAcceleration().
See also setAutoUpgrade().
See also setAutoZoom().
See also setBackgroundColor().
See also setCacheVisualization().
See also setEvents().
See also setHtmlAccess().
See also setMaxFramerate().
See also setMinRuntimeVersion().
See also setNavigation().
See also autoUpgrade().
See also autoZoom().
See also backgroundColor().
See also cacheVisualization().
See also events().
See also htmlAccess().
See also maxFramerate().
See also minRuntimeVersion().
See also navigation().
See also splashScreenSource().
See also windowless().
See also setSplashScreenSource().
See also setWindowless().