KVIrc
4.9.2
DeveloperAPIs
|
#include "KviLocale.h"
#include "KviError.h"
#include "kvi_settings.h"
#include "KviQString.h"
#include <errno.h>
Namespaces | |
KviError | |
This namespace handle the error codes. | |
Macros | |
#define | _KVI_ERROR_CPP_ |
Functions | |
QString | KviError::getDescription (KviError::Code eError) |
Returns the description of the error. More... | |
const char * | KviError::getUntranslatedDescription (KviError::Code eError) |
Returns an untranslated description of the error. More... | |
KviError::Code | KviError::translateSystemError (int iErrNo) |
Gets system errors and returns their code number. More... | |
Variables | |
const char * | g_errorTable [KviError::ErrorCount] |
#define _KVI_ERROR_CPP_ |
const char* g_errorTable[KviError::ErrorCount] |
Referenced by KviError::getUntranslatedDescription().