#include <KMtraceSourceCodeView.hh>
Public Slots | |
void | slotModuleChanged (QString module, int line) |
void | slotModuleUnselect () |
Public Methods | |
KMtraceSourceCodeView (QWidget *parent) |
The viewer for source code. It shows a source code file and highlights at a given line.
|
Create a new source code viewer.
|
|
Tells the source code viewer to show a different module and mark the line and set the visible area so that the line in the source code can be seen. Normally connected to the signal KMtraceLeaksView ::moduleChanged which gets called when the user changes the focus in the list of modules. See also slot slotModuleUnselect .
|
|
Tells the source code viewer to show no source code (because none is available either in a library call or when having the list view focus not within the function call stack. |