![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
[0] More...
Public Member Functions | |
| void | raise () const override |
| In your QException subclass, reimplement raise() like this: | |
| MyException * | clone () const override |
| In your QException subclass, reimplement clone() like this: | |
| void | raise () const override |
| In your QException subclass, reimplement raise() like this: | |
| MyException * | clone () const override |
| In your QException subclass, reimplement clone() like this: | |
| Public Member Functions inherited from QException | |
| QException ()=default | |
| Constructs a QException object. | |
| ~QException () noexcept | |
| Destroys this QException object. | |
| QException (const QException &)=default | |
| Creates a copy of other. | |
| QException & | operator= (const QException &)=default |
| Copy-assigns other over this object. | |
[0]
Definition at line 10 of file src_corelib_thread_qexception.cpp.
|
inlineoverridevirtual |
In your QException subclass, reimplement clone() like this:
Reimplemented from QException.
Definition at line 14 of file src_corelib_thread_qexception.cpp.
|
inlineoverridevirtual |
In your QException subclass, reimplement clone() like this:
Reimplemented from QException.
Definition at line 14 of file src_corelib_thread_qexception.cpp.
|
inlineoverridevirtual |
In your QException subclass, reimplement raise() like this:
Reimplemented from QException.
Definition at line 13 of file src_corelib_thread_qexception.cpp.
|
inlineoverridevirtual |
In your QException subclass, reimplement raise() like this:
Reimplemented from QException.
Definition at line 13 of file src_corelib_thread_qexception.cpp.