Error handler.
More...
#include <VLCQtCore/Error.h>
|
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 void | clearerr () |
| Clears the libvlc error status for the current thread. More...
|
|
A basic error handler for VLC-Qt library.
void VlcError::clearerr |
( |
| ) |
|
|
static |
This is optional. By default, the error status is automatically overriden when a new error occurs, and destroyed when the thread exits.
QString VlcError::errmsg |
( |
| ) |
|
|
static |
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 |
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: