VlcError Class Reference

Error handler. More...

#include <VLCQtCore/Error.h>

Static Public Member Functions

static QString errmsg ()
 A human-readable error message for the last libvlc error in the calling thread. More...
 
static void showErrmsg ()
 A human-readable error message displayed into standard output for the last libvlc error in the calling thread. More...
 
static Q_DECL_DEPRECATED void clearerr ()
 Clears the libvlc error status for the current thread. More...
 

Detailed Description

Error handler.

A basic error handler for VLC-Qt library.

Member Function Documentation

void VlcError::clearerr ( )
static

Clears the libvlc error status for the current thread.

This does nothing.

Deprecated:
Deprecated since VLC-Qt 1.1, will be removed in 2.0
QString VlcError::errmsg ( )
static

A human-readable error message for the last libvlc error in the calling thread.

The resulting string is valid until another error occurs.

Returns
error message (QString)
Warning
There may be no output, if there is no error.
void VlcError::showErrmsg ( )
static

A human-readable error message displayed into standard output for the last libvlc error in the calling thread.

The resulting string is valid until another error occurs.

Warning
There may be no output, if there is no error.

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