debugger: allow the user to hide the std:: and Qt's namespace

This commit is contained in:
hjk
2009-11-25 08:35:02 +01:00
parent b8dbb12009
commit f2392ffbc0
8 changed files with 57 additions and 1 deletions

View File

@@ -221,10 +221,14 @@ private:
void dump();
void dumpHelper(WatchItem *item);
void emitAllChanged();
signals:
void enableUpdates(bool);
private:
QString niceType(const QString &typeIn) const;
WatchHandler *m_handler;
WatchType m_type;
WatchItem *m_root;
@@ -245,6 +249,7 @@ public:
Q_SLOT void watchExpression(const QString &exp);
Q_SLOT void removeWatchExpression();
Q_SLOT void removeWatchExpression(const QString &exp);
Q_SLOT void emitAllChanged();
void beginCycle(); // called at begin of updateLocals() cycle
void updateWatchers(); // called after locals are fetched
void endCycle(); // called after all results have been received