PropertyLib::PUrlEdit Class Reference
Property editor with an url editor to choose the location of file or directory. More...
#include <purledit.h>
Inheritance diagram for PropertyLib::PUrlEdit:


Public Member Functions | |
PUrlEdit (KFile::Mode mode, MultiProperty *property, QWidget *parent=0, const char *name=0) | |
virtual QVariant | value () const |
virtual void | setValue (const QVariant &value, bool emitChange) |
Sets the value shown in the editor widget. | |
Private Slots | |
void | updateProperty (const QString &val) |
Private Attributes | |
KURLRequester * | m_edit |
Detailed Description
Property editor with an url editor to choose the location of file or directory.
Definition at line 34 of file purledit.h.
Constructor & Destructor Documentation
|
Definition at line 27 of file purledit.cpp. References m_edit, KURLRequester::setMode(), and updateProperty(). |
Member Function Documentation
|
Sets the value shown in the editor widget. Set emitChange to false if you don't want to emit propertyChanged signal. Implements PropertyLib::PropertyWidget. Definition at line 44 of file purledit.cpp. References m_edit, PropertyLib::PropertyWidget::propertyChanged(), KURLRequester::setURL(), and updateProperty(). |
|
Definition at line 53 of file purledit.cpp. References PropertyLib::PropertyWidget::propertyChanged(). Referenced by PUrlEdit(), and setValue(). |
|
Implements PropertyLib::PropertyWidget. Definition at line 39 of file purledit.cpp. References m_edit, and KURLRequester::url. |
Member Data Documentation
|
Definition at line 47 of file purledit.h. Referenced by PUrlEdit(), setValue(), and value(). |
The documentation for this class was generated from the following files:
- lib/widgets/propeditor/purledit.h
- lib/widgets/propeditor/purledit.cpp