interfaces Library API Documentation

KMediaPlayer Namespace Reference

KMediaPlayer contains an interface to reusable media player components. More...


Classes

class  KMediaPlayer::Player
 Player is the center of the KMediaPlayer interface. More...

class  KMediaPlayer::View
 View is part of the user interface of a Player. More...


Variables

const int PlayerDCOPObject_fhash = 17
const char *const PlayerDCOPObject_ftable [14][3]
const int PlayerDCOPObject_ftable_hiddens [13]


Detailed Description

KMediaPlayer contains an interface to reusable media player components.

Variable Documentation

const char* const KMediaPlayer::PlayerDCOPObject_ftable[14][3] [static]
 

Initial value:

{ { "bool", "openURL(KURL)", "openURL(KURL file)" }, { "void", "pause()", "pause()" }, { "void", "play()", "play()" }, { "void", "stop()", "stop()" }, { "void", "seek(unsigned long int)", "seek(unsigned long int msec)" }, { "bool", "isSeekable()", "isSeekable()" }, { "unsigned long int", "position()", "position()" }, { "bool", "hasLength()", "hasLength()" }, { "unsigned long int", "length()", "length()" }, { "void", "setLooping(bool)", "setLooping(bool)" }, { "bool", "isLooping()", "isLooping()" }, { "int", "state()", "state()" }, { "void", "setState(int)", "setState(int)" }, { 0, 0, 0 } }

Definition at line 17 of file playerdcopobject_skel.cpp.

const int KMediaPlayer::PlayerDCOPObject_ftable_hiddens[13] [static]
 

Initial value:

{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }

Definition at line 33 of file playerdcopobject_skel.cpp.

KDE Logo
This file is part of the documentation for interfaces Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun Oct 10 18:55:49 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003