KDevelop API Documentation

JAVADebugger::Watchpoint Class Reference

#include <breakpoint.h>

Inheritance diagram for JAVADebugger::Watchpoint:

Inheritance graph
[legend]
Collaboration diagram for JAVADebugger::Watchpoint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Watchpoint (const QString &varName, bool temporary=false, bool enabled=true)
virtual ~Watchpoint ()
virtual QString dbgSetCommand () const
bool match (const Breakpoint *brkpt) const
virtual void configureDisplay ()

Private Attributes

QString varName_

Constructor & Destructor Documentation

JAVADebugger::Watchpoint::Watchpoint const QString varName,
bool  temporary = false,
bool  enabled = true
 

Definition at line 307 of file breakpoint.cpp.

References configureDisplay().

JAVADebugger::Watchpoint::~Watchpoint  )  [virtual]
 

Definition at line 316 of file breakpoint.cpp.


Member Function Documentation

void JAVADebugger::Watchpoint::configureDisplay  )  [virtual]
 

Reimplemented from JAVADebugger::Breakpoint.

Definition at line 329 of file breakpoint.cpp.

References varName_.

Referenced by Watchpoint().

QString JAVADebugger::Watchpoint::dbgSetCommand  )  const [virtual]
 

Implements JAVADebugger::Breakpoint.

Definition at line 322 of file breakpoint.cpp.

bool JAVADebugger::Watchpoint::match const Breakpoint brkpt  )  const [virtual]
 

Implements JAVADebugger::Breakpoint.

Definition at line 337 of file breakpoint.cpp.

References varName_.


Member Data Documentation

QString JAVADebugger::Watchpoint::varName_ [private]
 

Definition at line 194 of file breakpoint.h.

Referenced by configureDisplay(), and match().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:51:06 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003