QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
Error Member List

This is the complete list of members for Error, including all inherited members.

Error(int code, std::string const &message, std::string const &method)Error
Error(Error const &other)Error
GetCode() constErrorinline
GetMessage() constErrorinline
GetMethod() constErrorinline
m_codeErrorprivate
m_messageErrorprivate
m_methodErrorprivate
operator=(Error const &rhs)Error