WatchItem Class
(Debugger::Debugger::Internal::WatchItem)Public Functions
WatchItem() | |
int | editType() const |
Debugger::QVariant | editValue() const |
int | expression() const |
int | hexAddress() const |
int | internalName() const |
bool | isInspect() const |
bool | isLocal() const |
bool | isVTablePointer() const |
bool | isValid() const |
bool | isWatcher() const |
int | key() const |
Debugger::Debugger::Internal::WatchItem * | parentItem() const |
void | parse(const Debugger::Debugger::Internal::GdbMi &input, bool maySort) |
int | realName() const |
void | setError(const int &) |
void | setHasChildren(bool c) |
void | setValue(const int &) |
int | toString() const |
int | toToolTip() const |
Static Public Members
int | msgNotInScope() |
int | shadowedName(const int &, int) |
const int & | shadowedNameFormat() |
Member Function Documentation
WatchItem::WatchItem()
Default constructs an instance of WatchItem.