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.

int WatchItem::editType() const

Debugger::QVariant WatchItem::editValue() const

int WatchItem::expression() const

int WatchItem::hexAddress() const

int WatchItem::internalName() const

bool WatchItem::isInspect() const

bool WatchItem::isLocal() const

bool WatchItem::isVTablePointer() const

bool WatchItem::isValid() const

bool WatchItem::isWatcher() const

int WatchItem::key() const

[static] int WatchItem::msgNotInScope()

Debugger::Debugger::Internal::WatchItem *WatchItem::parentItem() const

void WatchItem::parse(const Debugger::Debugger::Internal::GdbMi &input, bool maySort)

int WatchItem::realName() const

void WatchItem::setError(const int &)

void WatchItem::setHasChildren(bool c)

void WatchItem::setValue(const int &)

[static] int WatchItem::shadowedName(const int &, int)

[static] const int &WatchItem::shadowedNameFormat()

int WatchItem::toString() const

int WatchItem::toToolTip() const