debugger: let the breakpoint view handle multiple items at once

This commit is contained in:
hjk
2009-06-11 13:40:44 +02:00
parent 0f9b9b0494
commit 93ab95bc99
3 changed files with 98 additions and 39 deletions

View File

@@ -61,8 +61,10 @@ protected:
void keyPressEvent(QKeyEvent *ev);
private:
void deleteBreakpoint(const QModelIndex &idx);
void editCondition(const QModelIndex &idx);
void deleteBreakpoints(const QModelIndexList &list);
void editConditions(const QModelIndexList &list);
void setBreakpointsEnabled(const QModelIndexList &list, bool enabled);
void setBreakpointsFullPath(const QModelIndexList &list, bool fullpath);
bool m_alwaysResizeColumnsToContents;
};