Gnash  0.8.11dev
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions | Friends | List of all members
KlashPart Class Reference

#include <klash_part.h>

Inheritance diagram for KlashPart:

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 KlashBrowserExtensionbrowserextension () const
 
KlashLiveConnectExtensionliveconnectextension () 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 KlashBrowserExtensionbrowserextension () const
 
KlashLiveConnectExtensionliveconnectextension () 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
 

Constructor & Destructor Documentation

◆ KlashPart() [1/2]

KDE_NO_CDTOR_EXPORT KlashPart::KlashPart ( QWidget *  wparent,
const char *  wname,
QObject *  parent,
const char *  name,
const QStringList &  args 
)

◆ ~KlashPart() [1/2]

KDE_NO_CDTOR_EXPORT KlashPart::~KlashPart ( )

References stop().

◆ KlashPart() [2/2]

KDE_NO_CDTOR_EXPORT KlashPart::KlashPart ( QWidget *  wparent,
QObject *  parent,
const QStringList &  args 
)

◆ ~KlashPart() [2/2]

KlashPart::~KlashPart ( )

Member Function Documentation

◆ allowRedir() [1/2]

KDE_NO_EXPORT bool KlashPart::allowRedir ( const KURL &  url) const

References url.

◆ allowRedir() [2/2]

KDE_NO_EXPORT bool KlashPart::allowRedir ( const KUrl &  url) const

References url.

◆ browserextension() [1/2]

KDE_NO_EXPORT KlashBrowserExtension* KlashPart::browserextension ( ) const
inline

◆ browserextension() [2/2]

KDE_NO_EXPORT KlashBrowserExtension* KlashPart::browserextension ( ) const
inline

◆ closeURL

KDE_NO_EXPORT bool KlashPart::closeURL ( )
virtualslot

◆ closeUrl

KDE_NO_EXPORT bool KlashPart::closeUrl ( )
virtualslot

◆ fullScreen() [1/2]

KDE_NO_EXPORT void KlashPart::fullScreen ( )

◆ fullScreen() [2/2]

void KlashPart::fullScreen ( )

◆ height [1/2]

int KlashPart::height ( ) const
inlineslot

◆ height [2/2]

int KlashPart::height ( ) const
inlineslot

◆ liveconnectextension() [1/2]

KlashLiveConnectExtension* KlashPart::liveconnectextension ( ) const
inline

◆ liveconnectextension() [2/2]

KlashLiveConnectExtension* KlashPart::liveconnectextension ( ) const
inline

◆ openFile() [1/2]

bool KlashPart::openFile ( )
protectedvirtual

References play().

◆ openFile() [2/2]

virtual bool KlashPart::openFile ( )
protectedvirtual

◆ openURL

KDE_NO_EXPORT bool KlashPart::openURL ( const KURL &  url)
virtualslot

References url.

◆ openUrl

KDE_NO_EXPORT bool KlashPart::openUrl ( const KUrl &  url)
virtualslot

References url.

◆ pause [1/2]

KDE_NO_EXPORT void KlashPart::pause ( )
slot

Referenced by KlashPart().

◆ pause [2/2]

void KlashPart::pause ( )
slot

◆ play [1/2]

KDE_NO_EXPORT void KlashPart::play ( )
slot

References gnash::image::end(), processStopped(), stop(), and url.

Referenced by KlashPart(), and openFile().

◆ play [2/2]

void KlashPart::play ( )
slot

◆ playingStarted [1/2]

KDE_NO_EXPORT void KlashPart::playingStarted ( )
protectedslot

◆ playingStarted [2/2]

void KlashPart::playingStarted ( )
protectedslot

◆ playingStopped [1/2]

KDE_NO_EXPORT void KlashPart::playingStopped ( )
protectedslot

◆ playingStopped [2/2]

void KlashPart::playingStopped ( )
protectedslot

◆ processStopped [1/2]

KDE_NO_EXPORT void KlashPart::processStopped ( int  ,
QProcess::ExitStatus   
)
protectedslot

References playingStopped().

◆ processStopped [2/2]

KDE_NO_EXPORT void KlashPart::processStopped ( KProcess *  )
protectedslot

References playingStopped().

Referenced by play().

◆ setLoaded() [1/2]

KDE_NO_EXPORT void KlashPart::setLoaded ( int  percentage)

◆ setLoaded() [2/2]

void KlashPart::setLoaded ( int  percentage)

◆ source() [1/2]

const QString& KlashPart::source ( ) const
inline

◆ source() [2/2]

const QString& KlashPart::source ( ) const
inline

◆ stop [1/2]

KDE_NO_EXPORT void KlashPart::stop ( )
slot

References gnash::key::L.

Referenced by KlashPart(), play(), and ~KlashPart().

◆ stop [2/2]

void KlashPart::stop ( )
slot

◆ width [1/2]

int KlashPart::width ( ) const
inlineslot

◆ width [2/2]

int KlashPart::width ( ) const
inlineslot

Friends And Related Function Documentation

◆ GroupPredicate

GroupPredicate
friend

The documentation for this class was generated from the following files: