KDevelop API Documentation

SplitterHandle Class Reference

The handle which separates children in a horizontal Splitter. More...

#include <splitter.h>

Inheritance diagram for SplitterHandle:

QWidget List of all members.

Public Member Functions

 SplitterHandle (QWidget *embeddedSibling, Splitter *parent, const char *name=0)
 ~SplitterHandle ()

Protected Member Functions

virtual void mouseMoveEvent (QMouseEvent *e)
virtual void mousePressEvent (QMouseEvent *e)
virtual void paintEvent (QPaintEvent *)

Private Attributes

int offset
QWidgetsibling

Detailed Description

The handle which separates children in a horizontal Splitter.

In contrast to SplitterBar, this is only used internally.

Definition at line 133 of file splitter.h.


Constructor & Destructor Documentation

SplitterHandle::SplitterHandle QWidget embeddedSibling,
Splitter parent,
const char *  name = 0
 

Definition at line 338 of file splitter.cpp.

References sibling, and SplitterHandle().

Referenced by SplitterHandle().

SplitterHandle::~SplitterHandle  ) 
 

Definition at line 347 of file splitter.cpp.


Member Function Documentation

void SplitterHandle::mouseMoveEvent QMouseEvent e  )  [protected, virtual]
 

Definition at line 351 of file splitter.cpp.

References mouseMoveEvent(), offset, and sibling.

Referenced by mouseMoveEvent().

void SplitterHandle::mousePressEvent QMouseEvent e  )  [protected, virtual]
 

Definition at line 360 of file splitter.cpp.

References mousePressEvent(), and offset.

Referenced by mousePressEvent().

void SplitterHandle::paintEvent QPaintEvent  )  [protected, virtual]
 

Definition at line 367 of file splitter.cpp.

References paintEvent().

Referenced by paintEvent().


Member Data Documentation

int SplitterHandle::offset [private]
 

Definition at line 145 of file splitter.h.

Referenced by mouseMoveEvent(), and mousePressEvent().

QWidget* SplitterHandle::sibling [private]
 

Definition at line 146 of file splitter.h.

Referenced by mouseMoveEvent(), and SplitterHandle().


The documentation for this class was generated from the following files:
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:30 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003