Kexi API Documentation (2.0 alpha)

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

#define KexiDBFormBase   QWidget
 

Definition at line 33 of file kexidbform.h.

Referenced by KexiDBSubForm::setFormName().

#define SET_FOCUS_USING_REASON widget,
reason   ) 
 

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().

#define UNSET_FOCUS_USING_REASON widget,
reason   ) 
 

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().

KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:49:11 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003