KDevelop API Documentation

PSymbolCombo Class Reference

#include <psymbolcombo.h>

Inheritance diagram for PSymbolCombo:

QWidget PropertyWidget List of all members.

Public Slots

void selectChar ()

Signals

void propertyChanged (QString name, QVariant newValue)

Public Member Functions

 PSymbolCombo (const PropertyEditor *editor, const QString name, const QVariant value, QWidget *parent=0, const char *name=0)
virtual QVariant value () const
virtual void setValue (const QVariant value, bool emitChange=true)

Private Slots

void updateProperty (const QString &val)

Private Attributes

QLineEditedit
QPushButtonpbSelect
QHBoxLayoutl

Constructor & Destructor Documentation

PSymbolCombo::PSymbolCombo const PropertyEditor editor,
const QString  name,
const QVariant  value,
QWidget parent = 0,
const char *  name = 0
 

Definition at line 34 of file psymbolcombo.cpp.

References edit, l, pbSelect, propertyChanged(), PSymbolCombo(), selectChar(), setValue(), and updateProperty().

Referenced by PSymbolCombo().


Member Function Documentation

void PSymbolCombo::propertyChanged QString  name,
QVariant  newValue
[signal]
 

Referenced by PSymbolCombo(), setValue(), and updateProperty().

void PSymbolCombo::selectChar  )  [slot]
 

Definition at line 79 of file psymbolcombo.cpp.

References KCharSelect::chr(), edit, and KCharSelect::setChar().

Referenced by PSymbolCombo().

void PSymbolCombo::setValue const QVariant  value,
bool  emitChange = true
[virtual]
 

Implements PropertyWidget.

Definition at line 64 of file psymbolcombo.cpp.

References edit, PropertyWidget::pname(), propertyChanged(), and setValue().

Referenced by PSymbolCombo(), and setValue().

void PSymbolCombo::updateProperty const QString val  )  [private, slot]
 

Definition at line 111 of file psymbolcombo.cpp.

References PropertyWidget::pname(), propertyChanged(), and updateProperty().

Referenced by PSymbolCombo(), and updateProperty().

QVariant PSymbolCombo::value  )  const [virtual]
 

Implements PropertyWidget.

Definition at line 56 of file psymbolcombo.cpp.

References edit.


Member Data Documentation

QLineEdit* PSymbolCombo::edit [private]
 

Definition at line 42 of file psymbolcombo.h.

Referenced by PSymbolCombo(), selectChar(), setValue(), and value().

QHBoxLayout* PSymbolCombo::l [private]
 

Definition at line 44 of file psymbolcombo.h.

Referenced by PSymbolCombo().

QPushButton* PSymbolCombo::pbSelect [private]
 

Definition at line 43 of file psymbolcombo.h.

Referenced by PSymbolCombo().


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