KMediaPlayer Interface
Neil Stevens
neil at qualityassistant.com
Sat Apr 6 02:03:16 BST 2002
On Friday April 05, 2002 05:21, Richard Moore wrote:
> A few suggestions about the details of the interface:
>
> - Why not change the use of enum types in method parameters such as the
> setState(State) method to ints so that they can be used with the
> standard signals emitted by the various Qt widget.
Sure.
> - The interface should be defined as dcop interface as well as a c++
> class.
Yay, more to learn. :-)
> - The seekable() method should be called isSeekable(), the looping()
> method should be isLooping().
Sure.
> - It would be nice if you could add some Q_PROPERTY declarations so the
> properties of the media object can be manipulated via its properties.
What's that about?
> - The stateChange(...) signal should be stateChanged(...) for
> consistency, similarly, the loopingChange(..) signal.
Sure.
That was easy :-)
--
Neil Stevens - neil at qualityassistant.com
"I always cheer up immensely if an attack is particularly wounding
because I think, well, if they attack one personally, it means they
have not a single political argument left." - Margaret Thatcher
More information about the kde-core-devel
mailing list