ConnectionTestDialog Class Reference
#include <utils_p.h>
Inheritance diagram for ConnectionTestDialog:

Public Member Functions | |
| ConnectionTestDialog (QWidget *parent, const KexiDB::ConnectionData &data, KexiDB::MessageHandler &msgHandler) | |
| virtual | ~ConnectionTestDialog () |
| int | exec () |
| void | error (KexiDB::Object *obj) |
Protected Slots | |
| void | slotTimeout () |
| virtual void | slotCancel () |
Protected Attributes | |
| ConnectionTestThread * | m_thread |
| KexiDB::ConnectionData | m_connData |
| QTimer | m_timer |
| KexiDB::MessageHandler * | m_msgHandler |
| uint | m_elapsedTime |
| KexiDB::Object * | m_errorObj |
| QWaitCondition | m_wait |
| bool | m_stopWaiting: 1 |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Definition at line 375 of file kexidb/utils.cpp. References m_timer, and slotTimeout(). |
|
|
Definition at line 396 of file kexidb/utils.cpp. |
Member Function Documentation
|
|
Definition at line 452 of file kexidb/utils.cpp. References KexiDBDbg, m_errorObj, m_stopWaiting, and m_wait. |
|
|
Definition at line 403 of file kexidb/utils.cpp. References m_thread, and m_timer. Referenced by KexiDB::connectionTestDialog(). |
|
|
Definition at line 467 of file kexidb/utils.cpp. References m_thread, and m_timer. Referenced by slotTimeout(). |
|
|
Definition at line 413 of file kexidb/utils.cpp. References m_elapsedTime, m_errorObj, m_msgHandler, m_stopWaiting, m_timer, m_wait, KexiDB::MessageHandler::showErrorMessage(), and slotCancel(). Referenced by ConnectionTestDialog(). |
Member Data Documentation
|
|
Definition at line 50 of file kexidb/utils_p.h. |
|
|
Definition at line 53 of file kexidb/utils_p.h. Referenced by slotTimeout(). |
|
|
Definition at line 54 of file kexidb/utils_p.h. Referenced by error(), and slotTimeout(). |
|
|
Definition at line 52 of file kexidb/utils_p.h. Referenced by slotTimeout(). |
|
|
Definition at line 56 of file kexidb/utils_p.h. Referenced by error(), and slotTimeout(). |
|
|
Definition at line 49 of file kexidb/utils_p.h. Referenced by exec(), slotCancel(), and ~ConnectionTestDialog(). |
|
|
Definition at line 51 of file kexidb/utils_p.h. Referenced by ConnectionTestDialog(), exec(), slotCancel(), and slotTimeout(). |
|
|
Definition at line 55 of file kexidb/utils_p.h. Referenced by error(), slotTimeout(), and ~ConnectionTestDialog(). |
The documentation for this class was generated from the following files:
