kexidbform.h File Reference
#include <qpixmap.h>
#include <formeditor/form.h>
#include "../kexiformdataiteminterface.h"
Go to the source code of this file.
Defines | |
| #define | KexiDBFormBase QWidget |
| #define | SET_FOCUS_USING_REASON(widget, reason) |
| #define | UNSET_FOCUS_USING_REASON(widget, reason) |
Define Documentation
|
|
Definition at line 33 of file kexidbform.h. Referenced by KexiDBSubForm::setFormName(). |
|
|
Value: { QEvent fe( QEvent::FocusIn ); \
QFocusEvent::setReason(reason); \
QApplication::sendEvent( widget, &fe ); \
QFocusEvent::resetReason(); }
Definition at line 39 of file kexidbform.h. Referenced by KexiFormView::afterSwitchFrom(), KexiDBForm::eventFilter(), and KexiFormView::setFocusInternal(). |
|
|
Value: { QEvent fe( QEvent::FocusOut ); \
QFocusEvent::setReason(reason); \
QApplication::sendEvent( widget, &fe ); \
QFocusEvent::resetReason(); }
Definition at line 45 of file kexidbform.h. Referenced by KexiDBForm::eventFilter(). |
