lib
KoProperty::URLEdit Class Reference
Inheritance diagram for KoProperty::URLEdit:

Detailed Description
Definition at line 30 of file urledit.h.
Public Member Functions | |
URLEdit (Property *property, QWidget *parent=0, const char *name=0) | |
virtual | ~URLEdit () |
virtual QVariant | value () const |
virtual void | setValue (const QVariant &value, bool emitChange=true) |
virtual void | setProperty (Property *property) |
Protected Slots | |
void | slotValueChanged (const QString &url) |
Protected Member Functions | |
virtual void | setReadOnlyInternal (bool readOnly) |
Member Function Documentation
QVariant URLEdit::value | ( | ) | const [virtual] |
- Returns:
- the value currently entered in the item editor widget.
Implements KoProperty::Widget.
Definition at line 53 of file urledit.cpp.
void URLEdit::setValue | ( | const QVariant & | value, | |
bool | emitChange = true | |||
) | [virtual] |
Sets the value shown in the item editor widget. Set emitChange to false if you don't want to emit propertyChanged signal.
Implements KoProperty::Widget.
Definition at line 59 of file urledit.cpp.
void URLEdit::setProperty | ( | Property * | property | ) | [virtual] |
Sets the name of edited property.
Reimplemented from KoProperty::Widget.
Definition at line 75 of file urledit.cpp.
void URLEdit::setReadOnlyInternal | ( | bool | readOnly | ) | [protected, virtual] |
Called by setReadOnly(bool). For implementation: for read-only you should disable editing in the appropriate widget(s).
Implements KoProperty::Widget.
Definition at line 90 of file urledit.cpp.
The documentation for this class was generated from the following files: