KDevelop API Documentation

DocLineEdit Class Reference

#include <doclineedit.h>

Inheritance diagram for DocLineEdit:

KLineEdit QLineEdit KCompletionBase List of all members.

Signals

void upPressed ()
void downPressed ()
void pgupPressed ()
void pgdownPressed ()
void homePressed ()
void endPressed ()

Public Member Functions

 DocLineEdit (const QString &string, QWidget *parent, const char *name=0)
 DocLineEdit (QWidget *parent=0, const char *name=0)

Protected Member Functions

virtual void keyReleaseEvent (QKeyEvent *e)

Constructor & Destructor Documentation

DocLineEdit::DocLineEdit const QString string,
QWidget parent,
const char *  name = 0
[inline]
 

Definition at line 27 of file doclineedit.h.

DocLineEdit::DocLineEdit QWidget parent = 0,
const char *  name = 0
[inline]
 

Definition at line 29 of file doclineedit.h.


Member Function Documentation

void DocLineEdit::downPressed  )  [signal]
 

Referenced by keyReleaseEvent().

void DocLineEdit::endPressed  )  [signal]
 

Referenced by keyReleaseEvent().

void DocLineEdit::homePressed  )  [signal]
 

Referenced by keyReleaseEvent().

void DocLineEdit::keyReleaseEvent QKeyEvent e  )  [protected, virtual]
 

Definition at line 21 of file doclineedit.cpp.

References downPressed(), endPressed(), homePressed(), keyReleaseEvent(), pgdownPressed(), pgupPressed(), and upPressed().

Referenced by keyReleaseEvent().

void DocLineEdit::pgdownPressed  )  [signal]
 

Referenced by keyReleaseEvent().

void DocLineEdit::pgupPressed  )  [signal]
 

Referenced by keyReleaseEvent().

void DocLineEdit::upPressed  )  [signal]
 

Referenced by keyReleaseEvent().


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 Tue Oct 19 08:02:02 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003