KPlayObject Class Reference

Inheritance diagram for KPlayObject:

QObject List of all members.

Detailed Description

Definition at line 30 of file kplayobject.h.


Public Member Functions

 KPlayObject ()
 KPlayObject (Arts::PlayObject playobject, bool isStream)
 ~KPlayObject ()
void setObject (Arts::PlayObject playObject)
Arts::PlayObject object ()
bool isNull ()
bool stream ()
void play ()
void seek (Arts::poTime newTime)
void pause ()
void halt ()
QString description ()
Arts::poTime currentTime ()
Arts::poTime overallTime ()
Arts::poCapabilities capabilities ()
QString mediaName ()
Arts::poState state ()

Member Function Documentation

void KPlayObject::setObject ( Arts::PlayObject  playObject  ) 

Sets the internal Arts::PlayObject to playObject.

Definition at line 108 of file kplayobject.cc.

Arts::PlayObject KPlayObject::object (  ) 

Returns the internal Arts::PlayObject.

Definition at line 96 of file kplayobject.cc.

bool KPlayObject::isNull (  ) 

return true if both this != 0, and object.isNull()

in essence, ((KPlayObject*)0)->isNull() will not crash

Definition at line 101 of file kplayobject.cc.

bool KPlayObject::stream (  ) 

returns true if the internally playobject is used to play a stream

Definition at line 113 of file kplayobject.cc.

void KPlayObject::play (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 43 of file kplayobject.cc.

void KPlayObject::seek ( Arts::poTime  newTime  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 48 of file kplayobject.cc.

void KPlayObject::pause (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 56 of file kplayobject.cc.

void KPlayObject::halt (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 61 of file kplayobject.cc.

QString KPlayObject::description (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 66 of file kplayobject.cc.

Arts::poTime KPlayObject::currentTime (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 71 of file kplayobject.cc.

Arts::poTime KPlayObject::overallTime (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 76 of file kplayobject.cc.

Arts::poCapabilities KPlayObject::capabilities (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 81 of file kplayobject.cc.

QString KPlayObject::mediaName (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 86 of file kplayobject.cc.

Arts::poState KPlayObject::state (  ) 

Reimplemented (Arts::PlayObject Wrapper).

Definition at line 91 of file kplayobject.cc.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys