kexi

KexiDataItemChangesListener Class Reference

#include <kexidataiteminterface.h>

Inheritance diagram for KexiDataItemChangesListener:

KexiFormDataProvider KexiFormScrollView List of all members.

Detailed Description

An helper class used to react on KexiDataItemInterface objects' changes.

Definition at line 34 of file kexidataiteminterface.h.


Public Member Functions

 KexiDataItemChangesListener ()
virtual ~KexiDataItemChangesListener ()
virtual void valueChanged (KexiDataItemInterface *item)=0
virtual bool cursorAtNewRow ()=0

Member Function Documentation

virtual bool KexiDataItemChangesListener::cursorAtNewRow  )  [pure virtual]
 

Implement this to return information whether we're currently at new row or now. This can be used e.g. by data-aware widgets to determine if "(autonumber)" label should be displayed.

Implemented in KexiFormDataProvider, and KexiFormScrollView.

virtual void KexiDataItemChangesListener::valueChanged KexiDataItemInterface item  )  [pure virtual]
 

Implement this to react for change of item. Called by KexiDataItemInterface::valueChanged()

Implemented in KexiFormDataProvider, and KexiFormScrollView.


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