Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions

QDesignerPropertyEditorInterface Class Reference

#include <QDesignerPropertyEditorInterface>

Part of the QtDesigner module.

Inherits QWidget.

Public Functions

Public Slots

Signals

Additional Inherited Members


Detailed Description


Member Function Documentation

QDesignerPropertyEditorInterface::QDesignerPropertyEditorInterface ( QWidget * parent, Qt::WindowFlags flags = 0 )

QDesignerPropertyEditorInterface::~QDesignerPropertyEditorInterface ()   [virtual]

QDesignerFormEditorInterface * QDesignerPropertyEditorInterface::core () const   [virtual]

QString QDesignerPropertyEditorInterface::currentPropertyName () const   [pure virtual]

bool QDesignerPropertyEditorInterface::isReadOnly () const   [pure virtual]

QObject * QDesignerPropertyEditorInterface::object () const   [pure virtual]

void QDesignerPropertyEditorInterface::propertyChanged ( const QString & name, const QVariant & value )   [signal]

This signal is emitted whenever a property changes in the editor. The property changed and its new value are specified by name and value respectively.

void QDesignerPropertyEditorInterface::setObject ( QObject * object )   [pure virtual slot]

void QDesignerPropertyEditorInterface::setPropertyValue ( const QString & name, const QVariant & value, bool changed = true )   [pure virtual slot]

void QDesignerPropertyEditorInterface::setReadOnly ( bool readOnly )   [pure virtual slot]


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0