lib

KoProperty::URLEdit Class Reference

Inheritance diagram for KoProperty::URLEdit:

KoProperty::Widget List of all members.

Detailed Description

Definition at line 35 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 selectFile ()
void slotValueChanged (const QString &url)

Protected Member Functions

virtual void setReadOnlyInternal (bool readOnly)

Member Function Documentation

void URLEdit::setProperty ( Property property  )  [virtual]

Sets the name of edited property.

Reimplemented from KoProperty::Widget.

Definition at line 98 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 129 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 78 of file urledit.cpp.

QVariant URLEdit::value (  )  const [virtual]

Returns:
the value currently entered in the item editor widget.

Implements KoProperty::Widget.

Definition at line 68 of file urledit.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys