#include <qbprocesswatcher.h>
Inheritance diagram for QBProcessWatcher:
Definition at line 26 of file qbprocesswatcher.h.
Public Slots | |
void | slotTerminate () |
void | slotKill () |
void | slotProcessFinished () |
virtual void | languageChange () |
Public Member Functions | |
QBProcessWatcher (QProcess *process, const QString &text=QString::null, QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
~QBProcessWatcher () | |
void | accept () |
int | getStatus () const |
int | getDuration () const |
QBProcessWatcher::QBProcessWatcher | ( | QProcess * | process, | |
const QString & | text = QString::null , |
|||
QWidget * | parent = 0 , |
|||
const char * | name = 0 , |
|||
bool | modal = FALSE , |
|||
WFlags | fl = 0 | |||
) |
QBProcessWatcher::~QBProcessWatcher | ( | ) |
void QBProcessWatcher::accept | ( | ) |
int QBProcessWatcher::getStatus | ( | ) | const |
int QBProcessWatcher::getDuration | ( | ) | const |
void QBProcessWatcher::slotTerminate | ( | ) | [slot] |
void QBProcessWatcher::slotKill | ( | ) | [slot] |
void QBProcessWatcher::slotProcessFinished | ( | ) | [slot] |
virtual void QBProcessWatcher::languageChange | ( | ) | [virtual, slot] |
Reimplemented from QBProcessWatcherUi.