GDBDebugger::GDBOutputWidget Class Reference
#include <gdboutputwidget.h>
Inheritance diagram for GDBDebugger::GDBOutputWidget:


Public Slots | |
void | slotReceivedStdout (const char *line) |
void | slotReceivedStderr (const char *line) |
void | slotDbgStatus (const QString &status, int statusFlag) |
void | slotGDBCmd () |
Signals | |
void | userGDBCmd (const QString &cmd) |
void | breakInto () |
Public Member Functions | |
GDBOutputWidget (QWidget *parent=0, const char *name=0) | |
~GDBOutputWidget () | |
void | clear () |
Protected Member Functions | |
virtual void | focusInEvent (QFocusEvent *e) |
Private Attributes | |
KHistoryCombo * | m_userGDBCmdEditor |
QToolButton * | m_Interrupt |
QTextEdit * | m_gdbView |
Constructor & Destructor Documentation
|
Definition at line 41 of file gdboutputwidget.cpp. References QBoxLayout::addWidget(), breakInto(), m_gdbView, m_Interrupt, m_userGDBCmdEditor, GDBDebugger::s_dbgNotStarted, slotDbgStatus(), and slotGDBCmd(). |
|
Definition at line 84 of file gdboutputwidget.cpp. |
Member Function Documentation
|
Referenced by GDBOutputWidget(). |
|
Definition at line 92 of file gdboutputwidget.cpp. References m_gdbView. |
|
Definition at line 153 of file gdboutputwidget.cpp. References m_userGDBCmdEditor. |
|
Definition at line 130 of file gdboutputwidget.cpp. References m_Interrupt, and m_userGDBCmdEditor. Referenced by GDBOutputWidget(). |
|
Definition at line 117 of file gdboutputwidget.cpp. References KHistoryCombo::addToHistory(), GDBDebugger::GDBCmd, m_userGDBCmdEditor, and userGDBCmd(). Referenced by GDBOutputWidget(). |
|
Definition at line 110 of file gdboutputwidget.cpp. References m_gdbView. |
|
Definition at line 100 of file gdboutputwidget.cpp. References m_gdbView. |
|
Referenced by slotGDBCmd(). |
Member Data Documentation
|
Definition at line 58 of file gdboutputwidget.h. Referenced by clear(), GDBOutputWidget(), slotReceivedStderr(), and slotReceivedStdout(). |
|
Definition at line 57 of file gdboutputwidget.h. Referenced by GDBOutputWidget(), and slotDbgStatus(). |
|
Definition at line 56 of file gdboutputwidget.h. Referenced by focusInEvent(), GDBOutputWidget(), slotDbgStatus(), and slotGDBCmd(). |
The documentation for this class was generated from the following files:
- languages/cpp/debugger/gdboutputwidget.h
- languages/cpp/debugger/gdboutputwidget.cpp