Kexi API Documentation (2.0 alpha)

KexiMacroPropertyWidget Class Reference

#include <keximacroproperty.h>

Inheritance diagram for KexiMacroPropertyWidget:

Widget List of all members.

Detailed Description

Implementation of a KoProperty::Widget used to display and edit a KexiMacroProperty .

Definition at line 139 of file keximacroproperty.h.

Public Member Functions

 KexiMacroPropertyWidget (KoProperty::Property *property, QWidget *parent=0)
 Constructor.
virtual ~KexiMacroPropertyWidget ()
 Destructor.
virtual QVariant value () const
virtual void setValue (const QVariant &value, bool emitChange=true)
 Set the value value this widget has.

Protected Member Functions

virtual void setReadOnlyInternal (bool readOnly)
 Called if the value should be read only.


Constructor & Destructor Documentation

KexiMacroPropertyWidget::KexiMacroPropertyWidget KoProperty::Property *  property,
QWidget parent = 0
[explicit]
 

Constructor.

Definition at line 504 of file keximacroproperty.cpp.

References value().

KexiMacroPropertyWidget::~KexiMacroPropertyWidget  )  [virtual]
 

Destructor.

Definition at line 556 of file keximacroproperty.cpp.


Member Function Documentation

void KexiMacroPropertyWidget::setReadOnlyInternal bool  readOnly  )  [protected, virtual]
 

Called if the value should be read only.

Definition at line 587 of file keximacroproperty.cpp.

void KexiMacroPropertyWidget::setValue const QVariant &  value,
bool  emitChange = true
[virtual]
 

Set the value value this widget has.

If emitChange is true, the KoProperty::Widget::valueChanged signal will be emitted.

Definition at line 571 of file keximacroproperty.cpp.

QVariant KexiMacroPropertyWidget::value  )  const [virtual]
 

Returns:
the value this widget has.

Definition at line 562 of file keximacroproperty.cpp.

Referenced by KexiMacroPropertyWidget().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:11 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003