|
enum | ErrorCode {
OK = 0
, SAFE
, FAIL
, CANCELED
,
FILE_NOT_FOUND
, NOT_SUPPORTED
, INVALID_ARGUMENT
, NOT_IMPLEMENTED_YET
,
ERROR_FILE_CANNOT_OPEN
, ERROR_INVALID_XML_FILE
, ERROR_INVALID_PENCIL_FILE
, ERROR_MINIZ_FAIL
,
ERROR_INVALID_LAYER_TYPE
, ERROR_INVALID_FRAME_NUMBER
, ERROR_LOAD_IMAGE_FAIL
, ERROR_LOAD_SOUND_FILE
,
ERROR_FFMPEG_NOT_FOUND
, ERROR_NEED_AT_LEAST_ONE_CAMERA_LAYER
} |
|
Definition at line 39 of file pencilerror.h.
◆ ErrorCode
◆ Status() [1/4]
Status::Status |
( |
const ErrorCode |
code | ) |
|
◆ Status() [2/4]
Status::Status |
( |
const ErrorCode |
code, |
|
|
const QString & |
description |
|
) |
| |
◆ Status() [3/4]
Status::Status |
( |
const ErrorCode |
code, |
|
|
const DebugDetails & |
detailsList |
|
) |
| |
◆ Status() [4/4]
◆ code()
ErrorCode Status::code |
( |
| ) |
const |
|
inline |
◆ description()
QString Status::description |
( |
| ) |
const |
|
inline |
◆ details()
◆ msg()
◆ ok()
bool Status::ok |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool Status::operator!= |
( |
Status::ErrorCode |
code | ) |
const |
◆ operator==()
bool Status::operator== |
( |
Status::ErrorCode |
code | ) |
const |
◆ setDescription()
void Status::setDescription |
( |
QString |
description | ) |
|
|
inline |
◆ setDetails()
◆ setTitle()
void Status::setTitle |
( |
QString |
title | ) |
|
|
inline |
◆ title()
◆ mCode
ErrorCode Status::mCode = OK |
|
private |
◆ mDescription
◆ mDetails
◆ mTitle
The documentation for this class was generated from the following files: