KDevelop API Documentation

GDBDebugger::DbgMoveHandle Class Reference

Inheritance diagram for GDBDebugger::DbgMoveHandle:

QFrame List of all members.

Public Member Functions

 DbgMoveHandle (DbgToolBar *parent=0, const char *name=0, WFlags f=0)
virtual ~DbgMoveHandle ()
virtual void mousePressEvent (QMouseEvent *e)
virtual void mouseReleaseEvent (QMouseEvent *e)
virtual void mouseMoveEvent (QMouseEvent *e)

Private Attributes

DbgToolBartoolBar_
QPoint offset_
bool moving_

Constructor & Destructor Documentation

GDBDebugger::DbgMoveHandle::DbgMoveHandle DbgToolBar parent = 0,
const char *  name = 0,
WFlags  f = 0
 

Definition at line 86 of file dbgtoolbar.cpp.

GDBDebugger::DbgMoveHandle::~DbgMoveHandle  )  [virtual]
 

Definition at line 98 of file dbgtoolbar.cpp.


Member Function Documentation

void GDBDebugger::DbgMoveHandle::mouseMoveEvent QMouseEvent e  )  [virtual]
 

Definition at line 142 of file dbgtoolbar.cpp.

References moving_, offset_, and toolBar_.

void GDBDebugger::DbgMoveHandle::mousePressEvent QMouseEvent e  )  [virtual]
 

Definition at line 104 of file dbgtoolbar.cpp.

References moving_, and offset_.

void GDBDebugger::DbgMoveHandle::mouseReleaseEvent QMouseEvent e  )  [virtual]
 

Definition at line 129 of file dbgtoolbar.cpp.

References moving_, and offset_.


Member Data Documentation

bool GDBDebugger::DbgMoveHandle::moving_ [private]
 

Definition at line 81 of file dbgtoolbar.cpp.

Referenced by mouseMoveEvent(), mousePressEvent(), and mouseReleaseEvent().

QPoint GDBDebugger::DbgMoveHandle::offset_ [private]
 

Definition at line 80 of file dbgtoolbar.cpp.

Referenced by mouseMoveEvent(), mousePressEvent(), and mouseReleaseEvent().

DbgToolBar* GDBDebugger::DbgMoveHandle::toolBar_ [private]
 

Definition at line 79 of file dbgtoolbar.cpp.

Referenced by mouseMoveEvent().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:32 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003