KDevelop API Documentation

CCListBox Class Reference

This class is used for providing a codecompletionbox with the same size in all editorwindows. Codecompletion-Listbox. More...

#include <qeditorcodecompletion.h>

Inheritance diagram for CCListBox:

Inheritance graph
[legend]
Collaboration diagram for CCListBox:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CCListBox (QWidget *parent=0, const char *name=0, WFlags f=0)
QSize sizeHint () const

Protected Member Functions

void resizeEvent (QResizeEvent *rev)

Static Private Attributes

QSize m_size = QSize(300,200)

Detailed Description

This class is used for providing a codecompletionbox with the same size in all editorwindows. Codecompletion-Listbox.

Therefor the size is stored statically and provided over sizeHint().

Definition at line 63 of file qeditorcodecompletion.h.


Constructor & Destructor Documentation

CCListBox::CCListBox QWidget parent = 0,
const char *  name = 0,
WFlags  f = 0
[inline]
 

Definition at line 65 of file qeditorcodecompletion.h.

References m_size.


Member Function Documentation

void CCListBox::resizeEvent QResizeEvent rev  )  [inline, protected]
 

Definition at line 77 of file qeditorcodecompletion.h.

References m_size.

QSize CCListBox::sizeHint void   )  const [inline]
 

Definition at line 72 of file qeditorcodecompletion.h.

Referenced by QEditorCodeCompletion::updateBox().


Member Data Documentation

QSize CCListBox::m_size = QSize(300,200) [static, private]
 

Definition at line 46 of file qeditorcodecompletion.cpp.

Referenced by CCListBox(), and resizeEvent().


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