#include <MayaErrorOutput.h>
Static Public Member Functions | |
void | initialize () |
初期化 | |
void | mayaMessageOutput (const char *message) |
メッセージ出力 | |
void | mayaMessageOutput (const String &message) |
メッセージ出力 | |
void | mayaMessageOutput (const MString &message) |
メッセージ出力 | |
void | mayaErrorOutput (const char *message, const char *fileName, int lineNumber) |
エラー出力 | |
void | mayaErrorOutput (const String &message, const char *fileName, int lineNumber) |
エラー出力 | |
void | mayaErrorOutput (const MString &message, const char *fileName, int lineNumber) |
エラー出力 | |
bool | mayaErrorCheck (const MStatus &status, const char *fileName, int lineNumber) |
エラーチェック | |
bool | mayaOpenGLErrorCheck (const char *fileName, int lineNumber) |
OpenGLエラーチェック. | |
void | errorHandler (const char *message) |
Maya用エラーハンドラ. |
Definition at line 64 of file MayaErrorOutput.h.
|
Maya用エラーハンドラ.
Definition at line 113 of file MayaErrorOutput.cpp. |
|
エラーチェック
Definition at line 85 of file MayaErrorOutput.cpp. |
|
エラー出力
Definition at line 76 of file MayaErrorOutput.cpp. |
|
エラー出力
Definition at line 67 of file MayaErrorOutput.cpp. |
|
エラー出力
Definition at line 59 of file MayaErrorOutput.cpp. |
|
メッセージ出力
Definition at line 53 of file MayaErrorOutput.cpp. |
|
メッセージ出力
Definition at line 46 of file MayaErrorOutput.cpp. |
|
メッセージ出力
Definition at line 39 of file MayaErrorOutput.cpp. |
|
OpenGLエラーチェック.
Definition at line 98 of file MayaErrorOutput.cpp. |