KJS::SourceDisplay Class Reference
Inheritance diagram for KJS::SourceDisplay:

Detailed Description
Definition at line 124 of file kjs_debugwin.h.
Signals | |
| void | lineDoubleClicked (int lineno) |
Public Member Functions | |
| SourceDisplay (KJSDebugWin *debugWin, QWidget *parent, const char *name=0) | |
| ~SourceDisplay () | |
| void | setSource (SourceFile *sourceFile) |
| void | setCurrentLine (int lineno, bool doCenter=true) |
Protected Member Functions | |
| virtual void | contentsMousePressEvent (QMouseEvent *e) |
| virtual void | showEvent (QShowEvent *) |
| virtual void | drawContents (QPainter *p, int clipx, int clipy, int clipw, int cliph) |
Protected Attributes | |
| QString | m_source |
| int | m_currentLine |
| SourceFile * | m_sourceFile |
| QStringList | m_lines |
| KJSDebugWin * | m_debugWin |
| QFont | m_font |
| QPixmap | m_breakpointIcon |
The documentation for this class was generated from the following files:

