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().
KDE_NO_CDTOR_EXPORT KlashPart::KlashPart | ( | QWidget * | wparent, |
QObject * | parent, | ||
const QStringList & | args | ||
) |
References gnash::image::end(), fullScreen(), name, pause(), play(), and stop().
KlashPart::~KlashPart | ( | ) |
KDE_NO_EXPORT bool KlashPart::allowRedir | ( | const KUrl & | url | ) | const |
KDE_NO_EXPORT bool KlashPart::allowRedir | ( | const KURL & | url | ) | const |
|
inline |
|
inline |
|
virtualslot |
|
virtualslot |
void KlashPart::fullScreen | ( | ) |
KDE_NO_EXPORT void KlashPart::fullScreen | ( | ) |
Referenced by KlashPart().
|
inlineslot |
|
inlineslot |
|
inline |
|
inline |
|
protectedvirtual |
|
protectedvirtual |
References play().
|
virtualslot |
|
virtualslot |
|
slot |
|
slot |
Referenced by KlashPart().
|
slot |
|
slot |
References gnash::image::end(), processStopped(), stop(), and url.
Referenced by KlashPart(), and openFile().
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
References KlashLiveConnectExtension::finished(), and KlashBrowserExtension::setLoadingProgress().
Referenced by processStopped().
|
protectedslot |
References playingStopped().
|
protectedslot |
References playingStopped().
Referenced by play().
void KlashPart::setLoaded | ( | int | percentage | ) |
KDE_NO_EXPORT void KlashPart::setLoaded | ( | int | percentage | ) |
References KlashBrowserExtension::setLoadingProgress().
|
inline |
|
inline |
|
slot |
|
slot |
References gnash::key::L, and gnash::void.
Referenced by KlashPart(), play(), and ~KlashPart().
|
inlineslot |
|
inlineslot |
|
friend |