All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions
Qtilities::Core::QtilitiesPropertyChangeEvent Class Reference

The QtilitiesPropertyChangeEvent is an event which is posted to objects to notify them about property changes. More...

#include <QtilitiesPropertyChangeEvent.h>

List of all members.

Public Member Functions

int observerID ()
 Function to access the observer_id of the observer which posted the event.
QByteArray propertyName () const
 Function to access the property name for which the event is delivered.
 QtilitiesPropertyChangeEvent (const QByteArray &property_name, int observer_id)
 Constructs a qtilities property change event.

Detailed Description

The QtilitiesPropertyChangeEvent is an event which is posted to objects to notify them about property changes.


Constructor & Destructor Documentation

Qtilities::Core::QtilitiesPropertyChangeEvent::QtilitiesPropertyChangeEvent ( const QByteArray &  property_name,
int  observer_id 
)

Constructs a qtilities property change event.

Parameters:
property_nameThe name of the property that changed.
observer_idThe ID of the observer that posted the event. When < -1 the property is a shared property and the observer context is irrelevant.


Qtilities : Reference Documentation Back to top Copyright © 2009-2013, Jaco Naudé