Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
class | ExceptionID |
class | ExpDesc |
class | Exception |
Defines | |
#define | CHCKHRSLTV(fnc, val, err) |
#define | THRWEXCP(err, hRslt) throw Exception (err, hRslt, __FILE__, __LINE__); |
#define | CHCKHRSLT(fnc, err) CHCKHRSLTV(fnc,S_OK,err) |
Typedefs | |
typedef long | RESULT |
Functions | |
void | registerAllExceptions (void) |
Variables | |
ExceptionID | ErrGeneral |
ExceptionID | ErrNotFound |
ExpDesc | MaterialNotAvailDesc |
ExpDesc | ImageSizesNotMatchDesc |
ExpDesc | ImageHasExportsDesc |
ExpDesc | InvalidColorChannelDesc |
ExpDesc | SceneInvalidDesc |
ExpDesc | CameraInvalidDesc |
ExpDesc | ObserverInvalidDesc |
ExpDesc | MirrorInvalidDesc |
ExpDesc | MirrorSizeInvalidDesc |
ExpDesc | MirrorNormalInvalidDesc |
ExpDesc | MirrorHorizontalDesc |
ExpDesc | MirrorTooSmallDesc |
ExpDesc | SourceVideoEmptyDesc |
ExpDesc | SourceVideoCreationDesc |
Definition in file Exception.h.
Definition at line 60 of file Exception.h.
Referenced by Video_init().
#define CHCKHRSLTV | ( | fnc, | |
val, | |||
err | |||
) |
Definition at line 46 of file Exception.h.
Referenced by ImageMix::calcImage(), Image_getImage(), ImageMirror_init(), ImageRender::ImageRender(), ImageRender_init(), ImageBase::init(), Texture_init(), and Video_open().
typedef long RESULT |
Definition at line 75 of file Exception.h.
void registerAllExceptions | ( | void | ) |
Definition at line 202 of file Exception.cpp.
References CameraInvalidDesc, errGenerDesc, errNFoundDesc, ImageHasExportsDesc, ImageSizesNotMatchDesc, InvalidColorChannelDesc, MaterialNotAvailDesc, MirrorHorizontalDesc, MirrorInvalidDesc, MirrorNormalInvalidDesc, MirrorSizeInvalidDesc, MirrorTooSmallDesc, ObserverInvalidDesc, ExpDesc::registerDesc(), SceneInvalidDesc, SourceVideoCreationDesc, and SourceVideoEmptyDesc.
Referenced by initVideoTexture().
Referenced by registerAllExceptions().
Definition at line 36 of file Exception.cpp.
Definition at line 36 of file Exception.cpp.
Referenced by Exception::Exception().
ExpDesc ImageHasExportsDesc |
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
ExpDesc InvalidColorChannelDesc |
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().
Referenced by registerAllExceptions().