MCPcopy Create free account
hub / github.com/KDE/kdevelop / setState

Method setState

kdevplatform/debugger/breakpoint/breakpoint.cpp:417–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void Breakpoint::setState(BreakpointState state)
418{
419 if (m_state == state)
420 return;
421
422 m_state = state;
423
424 // BreakpointState affects the breakpoint mark type.
425 updateMarkType();
426
427 reportChange(StateColumn);
428}
429
430Breakpoint::BreakpointState Breakpoint::state() const
431{

Callers 2

testUpdateMarkTypeMethod · 0.45
updateStateMethod · 0.45

Calls

no outgoing calls

Tested by 1

testUpdateMarkTypeMethod · 0.36