KDevelop API Documentation

KDevCompat::KEditListBox::CustomEditor Class Reference

Since:
3.1
More...

#include <kdeveditlistbox.h>

List of all members.

Public Member Functions

 CustomEditor ()
 CustomEditor (QWidget *repWidget, KLineEdit *edit)
 CustomEditor (KComboBox *combo)
void setRepresentationWidget (QWidget *repWidget)
void setLineEdit (KLineEdit *edit)
virtual QWidgetrepresentationWidget () const
virtual KLineEditlineEdit () const

Protected Attributes

QWidgetm_representationWidget
KLineEditm_lineEdit


Detailed Description

Since:
3.1

Definition at line 42 of file kdeveditlistbox.h.


Constructor & Destructor Documentation

KDevCompat::KEditListBox::CustomEditor::CustomEditor  )  [inline]
 

Definition at line 45 of file kdeveditlistbox.h.

References m_lineEdit, and m_representationWidget.

KDevCompat::KEditListBox::CustomEditor::CustomEditor QWidget repWidget,
KLineEdit edit
[inline]
 

Definition at line 48 of file kdeveditlistbox.h.

References m_lineEdit, and m_representationWidget.

KDevCompat::KEditListBox::CustomEditor::CustomEditor KComboBox combo  ) 
 

Definition at line 345 of file kdeveditlistbox.cpp.


Member Function Documentation

virtual KLineEdit* KDevCompat::KEditListBox::CustomEditor::lineEdit  )  const [inline, virtual]
 

Definition at line 63 of file kdeveditlistbox.h.

References m_lineEdit.

Referenced by KDevCompat::KEditListBox::KEditListBox().

virtual QWidget* KDevCompat::KEditListBox::CustomEditor::representationWidget  )  const [inline, virtual]
 

Definition at line 60 of file kdeveditlistbox.h.

References m_representationWidget.

Referenced by KDevCompat::KEditListBox::KEditListBox().

void KDevCompat::KEditListBox::CustomEditor::setLineEdit KLineEdit edit  )  [inline]
 

Definition at line 56 of file kdeveditlistbox.h.

References m_lineEdit, and setLineEdit().

Referenced by setLineEdit().

void KDevCompat::KEditListBox::CustomEditor::setRepresentationWidget QWidget repWidget  )  [inline]
 

Definition at line 53 of file kdeveditlistbox.h.

References m_representationWidget, and setRepresentationWidget().

Referenced by setRepresentationWidget().


Member Data Documentation

KLineEdit* KDevCompat::KEditListBox::CustomEditor::m_lineEdit [protected]
 

Definition at line 69 of file kdeveditlistbox.h.

Referenced by CustomEditor(), lineEdit(), and setLineEdit().

QWidget* KDevCompat::KEditListBox::CustomEditor::m_representationWidget [protected]
 

Definition at line 68 of file kdeveditlistbox.h.

Referenced by CustomEditor(), representationWidget(), and setRepresentationWidget().


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:33 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003