Gnash
0.8.11dev
|
#include <klash_part.h>
Public Slots | |
virtual bool | openURL (const KURL &url) |
virtual bool | closeURL () |
void | play () |
void | stop () |
void | pause () |
int | width () const |
int | height () const |
virtual bool | openUrl (const KUrl &url) |
virtual bool | closeUrl () |
void | play () |
void | stop () |
void | pause () |
int | width () const |
int | height () const |
Public Member Functions | |
KlashPart (QWidget *wparent, const char *wname, QObject *parent, const char *name, const QStringList &args) | |
~KlashPart () | |
KDE_NO_EXPORT KlashBrowserExtension * | browserextension () const |
KlashLiveConnectExtension * | liveconnectextension () const |
bool | allowRedir (const KURL &url) const |
void | fullScreen () |
void | setLoaded (int percentage) |
const QString & | source () const |
KlashPart (QWidget *wparent, QObject *parent, const QStringList &args) | |
~KlashPart () | |
KDE_NO_EXPORT KlashBrowserExtension * | browserextension () const |
KlashLiveConnectExtension * | liveconnectextension () const |
bool | allowRedir (const KUrl &url) const |
void | fullScreen () |
void | setLoaded (int percentage) |
const QString & | source () const |
Protected Slots | |
void | playingStarted () |
void | playingStopped () |
void | processStopped (KProcess *) |
void | playingStarted () |
void | playingStopped () |
void | processStopped (int, QProcess::ExitStatus) |
Protected Member Functions | |
virtual bool | openFile () |
virtual bool | openFile () |
Friends | |
struct | GroupPredicate |
KDE_NO_CDTOR_EXPORT KlashPart::KlashPart | ( | QWidget * | wparent, |
const char * | wname, | ||
QObject * | parent, | ||
const char * | name, | ||
const QStringList & | args | ||
) |
References gnash::image::end(), fullScreen(), pause(), play(), and stop().
KDE_NO_CDTOR_EXPORT KlashPart::~KlashPart | ( | ) |
References stop().
Referenced by KlashPart().
KDE_NO_CDTOR_EXPORT KlashPart::KlashPart | ( | QWidget * | wparent, |
QObject * | parent, | ||
const QStringList & | args | ||
) |
References gnash::image::end(), fullScreen(), KDE_NO_CDTOR_EXPORT, name, pause(), play(), stop(), and ~KlashPart().
KlashPart::~KlashPart | ( | ) |
KDE_NO_EXPORT bool KlashPart::allowRedir | ( | const KUrl & | url | ) | const |
References gnash::image::end(), KDE_NO_EXPORT, gnash::key::L, openFile(), pause(), play(), processStopped(), stop(), and url.
KDE_NO_EXPORT bool KlashPart::allowRedir | ( | const KURL & | url | ) | const |
Referenced by KlashLiveConnectExtension::call(), and KlashLiveConnectExtension::put().
|
inline |
|
inline |
|
virtualslot |
|
virtualslot |
void KlashPart::fullScreen | ( | ) |
KDE_NO_EXPORT void KlashPart::fullScreen | ( | ) |
Referenced by closeUrl(), and KlashPart().
|
inlineslot |
|
inlineslot |
Referenced by KlashLiveConnectExtension::call().
|
inline |
References url.
|
inline |
References url.
|
protectedvirtual |
|
protectedvirtual |
References play().
Referenced by allowRedir().
|
virtualslot |
Referenced by processStopped().
|
virtualslot |
Referenced by KlashLiveConnectExtension::call(), and KlashLiveConnectExtension::put().
|
slot |
|
slot |
Referenced by allowRedir(), KlashLiveConnectExtension::call(), and KlashPart().
|
slot |
|
slot |
References gnash::image::end(), processStopped(), stop(), and url.
Referenced by allowRedir(), KlashLiveConnectExtension::call(), KlashPart(), and openFile().
|
protectedslot |
|
protectedslot |
References KlashBrowserExtension::setLoadingProgress(), and KlashLiveConnectExtension::started().
Referenced by closeUrl().
|
protectedslot |
|
protectedslot |
References KlashLiveConnectExtension::finished(), and KlashBrowserExtension::setLoadingProgress().
Referenced by closeUrl(), and processStopped().
|
protectedslot |
|
protectedslot |
References playingStopped().
Referenced by allowRedir(), and play().
void KlashPart::setLoaded | ( | int | percentage | ) |
KDE_NO_EXPORT void KlashPart::setLoaded | ( | int | percentage | ) |
References KlashBrowserExtension::setLoadingProgress().
Referenced by closeUrl().
|
inline |
Referenced by KlashLiveConnectExtension::get(), and processStopped().
|
slot |
|
slot |
References gnash::key::L.
Referenced by allowRedir(), KlashLiveConnectExtension::call(), KlashPart(), play(), and ~KlashPart().
|
inlineslot |
|
inlineslot |
Referenced by KlashLiveConnectExtension::call().
|
friend |