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:

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
|
Definition at line 65 of file qeditorcodecompletion.h. References m_size. |
Member Function Documentation
|
Definition at line 77 of file qeditorcodecompletion.h. References m_size, and resizeEvent(). Referenced by resizeEvent(). |
|
Definition at line 72 of file qeditorcodecompletion.h. References m_size. Referenced by QEditorCodeCompletion::updateBox(). |
Member Data Documentation
|
Definition at line 46 of file qeditorcodecompletion.cpp. Referenced by CCListBox(), resizeEvent(), and sizeHint(). |
The documentation for this class was generated from the following files:
- editors/qeditor/qeditorcodecompletion.h
- editors/qeditor/qeditorcodecompletion.cpp