#include <TQtRootSlot.h>
Public Slots | |
void | ProcessLine (const char *) |
void | ProcessLine (const QString &) |
void | EndOfLine () |
void | Terminate (int status) const |
void | Terminate () const |
void | TerminateAndQuit () const |
Signals | |
void | Error (int error) |
Public Member Functions | |
virtual | ~TQtRootSlot () |
Static Public Member Functions | |
static TQtRootSlot * | CintSlot () |
Protected Member Functions | |
TQtRootSlot () | |
Static Protected Attributes | |
static TQtRootSlot * | fgTQtRootSlot |
Private Member Functions | |
TQtRootSlot (const TQtRootSlot &) | |
void | operator= (const TQtRootSlot &) |
Definition at line 40 of file TQtRootSlot.h.
TQtRootSlot::TQtRootSlot | ( | const TQtRootSlot & | ) | [private] |
TQtRootSlot::TQtRootSlot | ( | ) | [inline, protected] |
virtual TQtRootSlot::~TQtRootSlot | ( | ) | [inline, virtual] |
Definition at line 50 of file TQtRootSlot.h.
void TQtRootSlot::operator= | ( | const TQtRootSlot & | ) | [private] |
TQtRootSlot * TQtRootSlot::CintSlot | ( | ) | [static] |
Definition at line 48 of file TQtRootSlot.cxx.
References fgTQtRootSlot, and TQtRootSlot().
Referenced by QConnectCint(), and QConnectTerminate().
void TQtRootSlot::ProcessLine | ( | const char * | ) | [slot] |
Definition at line 72 of file TQtRootSlot.cxx.
References Error(), error, gROOT, and TROOT::ProcessLine().
Referenced by ProcessLine().
void TQtRootSlot::ProcessLine | ( | const QString & | ) | [slot] |
void TQtRootSlot::EndOfLine | ( | ) | [slot] |
void TQtRootSlot::Terminate | ( | int | status | ) | const [slot] |
Definition at line 81 of file TQtRootSlot.cxx.
References gApplication, and TApplication::Terminate().
void TQtRootSlot::Terminate | ( | ) | const [slot] |
Definition at line 89 of file TQtRootSlot.cxx.
void TQtRootSlot::TerminateAndQuit | ( | ) | const [slot] |
Definition at line 97 of file TQtRootSlot.cxx.
References gApplication, gROOT, kTRUE, TROOT::ProcessLine(), TApplication::ReturnFromRun(), TApplication::SetReturnFromRun(), and TApplication::Terminate().
void TQtRootSlot::Error | ( | int | error | ) | [signal] |
Referenced by ProcessLine().
TQtRootSlot * TQtRootSlot::fgTQtRootSlot [static, protected] |