ROOT » GRAF2D » QT » TQtRootSlot

class TQtRootSlot: public QObject

Function Members (Methods)

public:
virtual~TQtRootSlot()
boolQObject::blockSignals(bool b)
const QObjectList&QObject::children() const
static TQtRootSlot*CintSlot()
boolQObject::connect(const QObject* sender, const char* signal, const char* member, Qt::ConnectionType type = Qt::AutoConnection) const
static boolQObject::connect(const QObject* sender, const char* signal, const QObject* receiver, const char* member, Qt::ConnectionType = Qt::AutoConnection)
static boolQObject::connect(const QObject* sender, const QMetaMethod& signal, const QObject* receiver, const QMetaMethod& method, Qt::ConnectionType type = Qt::AutoConnection)
voidQObject::deleteLater()
boolQObject::disconnect(const QObject* receiver, const char* member = 0)
boolQObject::disconnect(const char* signal = 0, const QObject* receiver = 0, const char* member = 0)
static boolQObject::disconnect(const QObject* sender, const char* signal, const QObject* receiver, const char* member)
static boolQObject::disconnect(const QObject* sender, const QMetaMethod& signal, const QObject* receiver, const QMetaMethod& member)
voidQObject::dumpObjectInfo()
voidQObject::dumpObjectTree()
QList<QByteArray>QObject::dynamicPropertyNames() const
voidEndOfLine()
virtual boolQObject::event(QEvent*)
virtual boolQObject::eventFilter(QObject*, QEvent*)
boolQObject::inherits(const char* classname) const
voidQObject::installEventFilter(QObject*)
boolQObject::isWidgetType() const
voidQObject::killTimer(int id)
virtual const QMetaObject*metaObject() const
voidQObject::moveToThread(QThread* thread)
QStringQObject::objectName() const
QObject*QObject::parent() const
voidProcessLine(const char*)
voidProcessLine(const QString&)
QVariantQObject::property(const char* name) const
virtual intqt_metacall(QMetaObject::Call, int, void**)
virtual void*qt_metacast(const char*)
static uintQObject::registerUserData()
voidQObject::removeEventFilter(QObject*)
voidQObject::setObjectName(const QString& name)
voidQObject::setParent(QObject*)
boolQObject::setProperty(const char* name, const QVariant& value)
voidQObject::setUserData(uint id, QObjectUserData* data)
boolQObject::signalsBlocked() const
intQObject::startTimer(int interval)
voidTerminate() const
voidTerminate(int status) const
voidTerminateAndQuit() const
QThread*QObject::thread() const
static QStringtr(const char* s, const char* c = 0)
static QStringtr(const char* s, const char* c, int n)
static QStringtrUtf8(const char* s, const char* c = 0)
static QStringtrUtf8(const char* s, const char* c, int n)
QObjectUserData*QObject::userData(uint id) const
protected:
virtual voidQObject::childEvent(QChildEvent*)
virtual voidQObject::connectNotify(const char* signal)
virtual voidQObject::customEvent(QEvent*)
voidQObject::destroyed(QObject* = 0)
virtual voidQObject::disconnectNotify(const char* signal)
voidError(int error)
intQObject::receivers(const char* signal) const
QObject*QObject::sender() const
intQObject::senderSignalIndex() const
virtual voidQObject::timerEvent(QTimerEvent*)
TQtRootSlot()
private:
voidoperator=(const TQtRootSlot&)
static voidqt_static_metacall(QObject*, QMetaObject::Call, int, void**)
TQtRootSlot(const TQtRootSlot&)

Data Members

public:
static const QMetaObjectstaticMetaObject
static const QMetaObjectQObject::staticMetaObject
protected:
QScopedPointer<QObjectData>QObject::d_ptr
static TQtRootSlot*fgTQtRootSlot
static const QMetaObjectQObject::staticQtMetaObject
private:
static const QMetaObjectExtraDatastaticMetaObjectExtraData

Class Charts

Inheritance Chart:
QObject
TQtRootSlot

Function documentation

TQtRootSlot * CintSlot()
 create and return the singleton
void EndOfLine()
 slot to perform the standard "EndOfLine" ROOT action
 it used to update the current gPad
void ProcessLine(const QString& )
 execute the arbitrary ROOT /CINt command via
 CINT C++ interpreter and emit the result
void ProcessLine(const char* )
 execute the arbitrary ROOT /CINt command via
 CINT C++ interpreter and emit the result
void Terminate(int status) const
 the dedicated slot to terminate the ROOT application
 with "status"
void Terminate() const
 the dedicated slot to terminate the ROOT application
 and return the "0" status
void TerminateAndQuit() const
 the dedicated  slot to terminate the ROOT application
 and quit the Qt Application if any
TQtRootSlot(const TQtRootSlot& )
void operator=(const TQtRootSlot& )
TQtRootSlot()
{}
virtual ~TQtRootSlot()
{}
void Error(int error)