#include <debugmanager.h>
Collaboration diagram for DebugManager:

Public Member Functions | |
| ~DebugManager () | |
| void | registerGpsim (GpsimProcessor *gpsim) |
| void | urlOpened (TextDocument *td) |
Static Public Member Functions | |
| static DebugManager * | self () |
Protected Attributes | |
| GpsimProcessorList | m_processors |
Definition at line 29 of file debugmanager.h.
| void DebugManager::urlOpened | ( | TextDocument * | td | ) |
Called from TextDocument when it opens a URL so that it can be connected up to any processors that refer to its url.
Definition at line 66 of file debugmanager.cpp.
References TextDocument::debuggerIsRunning(), TextDocument::guessedCodeType(), m_processors, TextDocument::setDebugger(), and Document::url().
Referenced by TextDocument::openURL().
1.5.1