KDevelop API Documentation

SplitterBar Class Reference

If a SplitterBar is a child of a widget which in turn is embedded in a Splitter, it can be used for resizing the embedded widget. More...

#include <splitter.h>

Inheritance diagram for SplitterBar:

QFrame List of all members.

Public Member Functions

 SplitterBar (QWidget *parent=0, const char *name=0)
 ~SplitterBar ()

Protected Member Functions

virtual void mouseMoveEvent (QMouseEvent *e)
virtual void mousePressEvent (QMouseEvent *e)
virtual void childEvent (QChildEvent *e)
virtual bool eventFilter (QObject *o, QEvent *e)

Private Attributes

int offset

Detailed Description

If a SplitterBar is a child of a widget which in turn is embedded in a Splitter, it can be used for resizing the embedded widget.

Definition at line 110 of file splitter.h.


Constructor & Destructor Documentation

SplitterBar::SplitterBar QWidget parent = 0,
const char *  name = 0
 

Definition at line 274 of file splitter.cpp.

References offset, and SplitterBar().

Referenced by SplitterBar().

SplitterBar::~SplitterBar  ) 
 

Definition at line 285 of file splitter.cpp.


Member Function Documentation

void SplitterBar::childEvent QChildEvent e  )  [protected, virtual]
 

Definition at line 318 of file splitter.cpp.

References childEvent().

Referenced by childEvent().

bool SplitterBar::eventFilter QObject o,
QEvent e
[protected, virtual]
 

Definition at line 327 of file splitter.cpp.

References eventFilter(), mouseMoveEvent(), and mousePressEvent().

Referenced by eventFilter().

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

Definition at line 289 of file splitter.cpp.

References mouseMoveEvent(), and offset.

Referenced by eventFilter(), and mouseMoveEvent().

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

Definition at line 311 of file splitter.cpp.

References mousePressEvent(), and offset.

Referenced by eventFilter(), and mousePressEvent().


Member Data Documentation

int SplitterBar::offset [private]
 

Definition at line 125 of file splitter.h.

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


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