Home
last modified time | relevance | path

Searched refs:LocationMark (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerengine.h99 class LocationMark; variable
560 friend class LocationMark; variable
575 class LocationMark : public TextEditor::TextMark
578 LocationMark(DebuggerEngine *engine, const Utils::FilePath &file, int line);
H A Ddebuggerengine.cpp174 LocationMark::LocationMark(DebuggerEngine *engine, const FilePath &file, int line) in LocationMark() function in Debugger::Internal::LocationMark
181 void LocationMark::updateIcon() in updateIcon()
190 bool LocationMark::isDraggable() const in isDraggable()
195 void LocationMark::dragToLine(int line) in dragToLine()
488 QScopedPointer<LocationMark> m_locationMark;
1114 d->m_locationMark.reset(new LocationMark(this, loc.fileName(), line)); in gotoLocation()
H A Ddisassembleragent.cpp134 LocationMark locationMark;