Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

qmotif.h

This is the verbatim text of the qmotif.h include file. It is provided only for illustration; the copyright remains with Trolltech.


#ifndef QMOTIF_H
#define QMOTIF_H

#include <qeventloop.h>

#include <X11/Intrinsic.h>

class QMotifPrivate;

class QMotif : public QEventLoop
{
    Q_OBJECT

public:
    QMotif( const char *applicationClass, XtAppContext context = NULL, XrmOptionDescRec *options = 0, int numOptions = 0);
    ~QMotif();

    XtAppContext applicationContext() const;

    void registerSocketNotifier( QSocketNotifier * );
    void unregisterSocketNotifier( QSocketNotifier * );

    static void registerWidget( QWidget* );
    static void unregisterWidget( QWidget* );
    static bool redeliverEvent( XEvent *event );
    static XEvent* lastEvent();

protected:
    bool processNextEvent( ProcessEventsFlags flags, bool canWait );

private:
    void appStartingUp();
    void appClosingDown();
    QMotifPrivate *d;

};



#endif // QMOTIF_H


Copyright © 2002 TrolltechTrademarks
Qt version 3.1.0-b1