QDesignerPropertySheetExtension Class Reference

#include <propertysheet.h>

Inheritance diagram for QDesignerPropertySheetExtension:

Inheritance graph
[legend]
List of all members.

Detailed Description

Definition at line 33 of file propertysheet.h.

Public Member Functions

virtual ~QDesignerPropertySheetExtension ()
virtual int count () const=0
virtual int indexOf (const QString &name) const =0
virtual QString propertyName (int index) const=0
virtual QString propertyGroup (int index) const=0
virtual void setPropertyGroup (int index, const QString &group)=0
virtual bool hasReset (int index) const=0
virtual bool reset (int index)=0
virtual bool isVisible (int index) const=0
virtual void setVisible (int index, bool b)=0
virtual bool isAttribute (int index) const=0
virtual void setAttribute (int index, bool b)=0
virtual QVariant property (int index) const=0
virtual void setProperty (int index, const QVariant &value)=0
virtual bool isChanged (int index) const=0
virtual void setChanged (int index, bool changed)=0


Constructor & Destructor Documentation

virtual QDesignerPropertySheetExtension::~QDesignerPropertySheetExtension (  )  [inline, virtual]

Definition at line 36 of file propertysheet.h.

00036 {}


Member Function Documentation

virtual int QDesignerPropertySheetExtension::count (  )  const [pure virtual]

Referenced by qdesigner_internal::PromotedWidgetPropertySheet::count(), qdesigner_internal::PropertyEditor::createPropertySheet(), and qdesigner_internal::WidgetDataBase::defaultPropertyValues().

virtual int QDesignerPropertySheetExtension::indexOf ( const QString name  )  const [pure virtual]

Referenced by qdesigner_internal::QDesignerFormBuilder::applyProperties(), buddy(), qdesigner_internal::QDesignerTaskMenu::changeObjectName(), qdesigner_internal::QDesignerTaskMenu::changeRichTextProperty(), qdesigner_internal::ActionEditor::editAction(), qdesigner_internal::PromotedWidgetPropertySheet::indexOf(), qdesigner_internal::SetPropertyCommand::init(), qdesigner_internal::SetFormPropertyCommand::init(), qdesigner_internal::ResetPropertyCommand::init(), qdesigner_internal::WidgetFactory::initialize(), qdesigner_internal::ActionEditor::manageAction(), MultiPageWidgetPlugin::pageTitleChanged(), qdesigner_internal::InsertWidgetCommand::redo(), qdesigner_internal::PropertyEditor::resetProperty(), qdesigner_internal::QDesignerResource::saveDom(), qdesigner_internal::StyleSheetEditorDialog::StyleSheetEditorDialog(), qdesigner_internal::InsertWidgetCommand::undo(), and qdesigner_internal::QDesignerFormWindowCommand::updateBuddies().

virtual QString QDesignerPropertySheetExtension::propertyName ( int  index  )  const [pure virtual]

Referenced by qdesigner_internal::PropertyEditor::createPropertySheet(), and qdesigner_internal::PromotedWidgetPropertySheet::propertyName().

virtual QString QDesignerPropertySheetExtension::propertyGroup ( int  index  )  const [pure virtual]

Referenced by qdesigner_internal::PropertyEditor::createPropertySheet(), and qdesigner_internal::PromotedWidgetPropertySheet::propertyGroup().

virtual void QDesignerPropertySheetExtension::setPropertyGroup ( int  index,
const QString group 
) [pure virtual]

Referenced by qdesigner_internal::PromotedWidgetPropertySheet::setPropertyGroup().

virtual bool QDesignerPropertySheetExtension::hasReset ( int  index  )  const [pure virtual]

Referenced by qdesigner_internal::PropertyEditor::createPropertySheet(), and qdesigner_internal::PromotedWidgetPropertySheet::hasReset().

virtual bool QDesignerPropertySheetExtension::reset ( int  index  )  [pure virtual]

Referenced by qdesigner_internal::ResetPropertyCommand::redo(), and qdesigner_internal::PromotedWidgetPropertySheet::reset().

virtual bool QDesignerPropertySheetExtension::isVisible ( int  index  )  const [pure virtual]

Referenced by qdesigner_internal::PropertyEditor::createPropertySheet(), and qdesigner_internal::PromotedWidgetPropertySheet::isVisible().

virtual void QDesignerPropertySheetExtension::setVisible ( int  index,
bool  b 
) [pure virtual]

Referenced by qdesigner_internal::WidgetFactory::initialize(), and qdesigner_internal::PromotedWidgetPropertySheet::setVisible().

virtual bool QDesignerPropertySheetExtension::isAttribute ( int  index  )  const [pure virtual]

Referenced by qdesigner_internal::PromotedWidgetPropertySheet::isAttribute().

virtual void QDesignerPropertySheetExtension::setAttribute ( int  index,
bool  b 
) [pure virtual]

Referenced by qdesigner_internal::PromotedWidgetPropertySheet::setAttribute().

virtual QVariant QDesignerPropertySheetExtension::property ( int  index  )  const [pure virtual]

Referenced by buddy(), qdesigner_internal::QDesignerTaskMenu::changeObjectName(), qdesigner_internal::QDesignerTaskMenu::changeRichTextProperty(), qdesigner_internal::PropertyEditor::createPropertySheet(), qdesigner_internal::WidgetDataBase::defaultPropertyValues(), qdesigner_internal::SetPropertyCommand::init(), qdesigner_internal::SetFormPropertyCommand::init(), qdesigner_internal::ResetPropertyCommand::init(), qdesigner_internal::PromotedWidgetPropertySheet::property(), qdesigner_internal::InsertWidgetCommand::redo(), qdesigner_internal::ResetPropertyCommand::redo(), qdesigner_internal::QDesignerResource::saveDom(), qdesigner_internal::StyleSheetEditorDialog::StyleSheetEditorDialog(), qdesigner_internal::InsertWidgetCommand::undo(), and qdesigner_internal::QDesignerFormWindowCommand::updateBuddies().

virtual void QDesignerPropertySheetExtension::setProperty ( int  index,
const QVariant value 
) [pure virtual]

Referenced by qdesigner_internal::QDesignerFormBuilder::applyProperties(), qdesigner_internal::SetPropertyCommand::redo(), qdesigner_internal::InsertWidgetCommand::redo(), qdesigner_internal::ResetPropertyCommand::redo(), qdesigner_internal::PromotedWidgetPropertySheet::setProperty(), qdesigner_internal::SetPropertyCommand::undo(), qdesigner_internal::InsertWidgetCommand::undo(), qdesigner_internal::ResetPropertyCommand::undo(), and qdesigner_internal::QDesignerFormWindowCommand::updateBuddies().

virtual bool QDesignerPropertySheetExtension::isChanged ( int  index  )  const [pure virtual]

Referenced by qdesigner_internal::PropertyEditor::createPropertySheet(), qdesigner_internal::SetPropertyCommand::init(), qdesigner_internal::SetFormPropertyCommand::init(), qdesigner_internal::ResetPropertyCommand::init(), qdesigner_internal::PromotedWidgetPropertySheet::isChanged(), qdesigner_internal::SetPropertyCommand::redo(), and qdesigner_internal::SetFormPropertyCommand::redo().

virtual void QDesignerPropertySheetExtension::setChanged ( int  index,
bool  changed 
) [pure virtual]

Referenced by qdesigner_internal::ActionEditor::editAction(), qdesigner_internal::WidgetFactory::initialize(), qdesigner_internal::ActionEditor::manageAction(), MultiPageWidgetPlugin::pageTitleChanged(), qdesigner_internal::SetPropertyCommand::redo(), qdesigner_internal::ResetPropertyCommand::redo(), qdesigner_internal::SetFormPropertyCommand::redo(), qdesigner_internal::PromotedWidgetPropertySheet::setChanged(), qdesigner_internal::SetPropertyCommand::undo(), qdesigner_internal::SetFormPropertyCommand::undo(), and qdesigner_internal::ResetPropertyCommand::undo().


The documentation for this class was generated from the following file:
Generated on Thu Mar 15 17:18:51 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1