43 #include <private/qobject_p.h> 44 #include <QtGui/QApplication> 66 qApp->installEventFilter(
this);
82 return d->layoutDirection;
97 if (
d->active != active) {
104 if (
d->layoutDirection != direction) {
static Qt::LayoutDirection layoutDirection()
The QApplication class manages the GUI application's control flow and main settings.
#define QT_END_NAMESPACE
This macro expands to.
QDeclarativeApplication(QObject *parent=0)
QDeclarativeApplicationPrivate()
The QObject class is the base class of all Qt objects.
virtual bool event(QEvent *)
This virtual function receives events to an object and should return true if the event e was recogniz...
virtual ~QDeclarativeApplication()
#define QT_BEGIN_NAMESPACE
This macro expands to.
Qt::LayoutDirection layoutDirection() const
#define Q_DECLARE_PUBLIC(Class)
void layoutDirectionChanged()
bool eventFilter(QObject *obj, QEvent *event)
Filters events if this object has been installed as an event filter for the watched object...
The QEvent class is the base class of all event classes.
Type type() const
Returns the event type.
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Qt::LayoutDirection layoutDirection
Qt::LayoutDirection direction