KDevelop API Documentation

JAVADebugger::DbgCommand Class Reference

#include <dbgcommand.h>

Inheritance diagram for JAVADebugger::DbgCommand:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DbgCommand (const QCString &command, bool isRunCmd, bool isInfoCmd, char prompt)
virtual ~DbgCommand ()
virtual QCStringcmdToSend ()
virtual int cmdLength ()
QCString rawDbgCommand () const
bool isARunCmd () const
bool isAnInfoCmd () const
bool moreToSend () const
bool expectReply () const
bool typeMatch (char cmdType) const

Public Attributes

QCString cmdBuffer_
QCString command_
bool isRunCmd_
bool isInfoCmd_
bool sent_
bool waitForReply_
char prompt_

Constructor & Destructor Documentation

JAVADebugger::DbgCommand::DbgCommand const QCString command,
bool  isRunCmd,
bool  isInfoCmd,
char  prompt
 

Definition at line 29 of file dbgcommand.cpp.

References cmdBuffer_, and command_.

virtual JAVADebugger::DbgCommand::~DbgCommand  )  [inline, virtual]
 

Definition at line 34 of file dbgcommand.h.


Member Function Documentation

virtual int JAVADebugger::DbgCommand::cmdLength  )  [inline, virtual]
 

Definition at line 37 of file dbgcommand.h.

Referenced by JAVADebugger::JDBController::executeCmd().

virtual QCString& JAVADebugger::DbgCommand::cmdToSend  )  [inline, virtual]
 

Definition at line 36 of file dbgcommand.h.

Referenced by JAVADebugger::JDBController::executeCmd().

bool JAVADebugger::DbgCommand::expectReply  )  const [inline]
 

Definition at line 43 of file dbgcommand.h.

Referenced by JAVADebugger::JDBController::executeCmd().

bool JAVADebugger::DbgCommand::isAnInfoCmd  )  const [inline]
 

Definition at line 41 of file dbgcommand.h.

Referenced by JAVADebugger::JDBController::removeInfoRequests().

bool JAVADebugger::DbgCommand::isARunCmd  )  const [inline]
 

Definition at line 40 of file dbgcommand.h.

Referenced by JAVADebugger::JDBController::executeCmd(), JAVADebugger::JDBController::parseLine(), JAVADebugger::JDBController::queueCmd(), and JAVADebugger::JDBController::removeInfoRequests().

bool JAVADebugger::DbgCommand::moreToSend  )  const [inline]
 

Definition at line 42 of file dbgcommand.h.

Referenced by JAVADebugger::JDBController::executeCmd().

QCString JAVADebugger::DbgCommand::rawDbgCommand  )  const [inline]
 

Definition at line 39 of file dbgcommand.h.

bool JAVADebugger::DbgCommand::typeMatch char  cmdType  )  const [inline]
 

Definition at line 44 of file dbgcommand.h.

Referenced by JAVADebugger::JDBController::parseBacktrace(), JAVADebugger::JDBController::parseDump(), JAVADebugger::JDBController::parseInfo(), JAVADebugger::JDBController::parseLine(), and JAVADebugger::JDBController::parseLocalVars().


Member Data Documentation

QCString JAVADebugger::DbgCommand::cmdBuffer_
 

Definition at line 47 of file dbgcommand.h.

Referenced by DbgCommand().

QCString JAVADebugger::DbgCommand::command_
 

Definition at line 48 of file dbgcommand.h.

Referenced by DbgCommand().

bool JAVADebugger::DbgCommand::isInfoCmd_
 

Definition at line 50 of file dbgcommand.h.

bool JAVADebugger::DbgCommand::isRunCmd_
 

Definition at line 49 of file dbgcommand.h.

char JAVADebugger::DbgCommand::prompt_
 

Definition at line 53 of file dbgcommand.h.

bool JAVADebugger::DbgCommand::sent_
 

Definition at line 51 of file dbgcommand.h.

bool JAVADebugger::DbgCommand::waitForReply_
 

Definition at line 52 of file dbgcommand.h.


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:08 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003