GCF LOGO VCL LOGO
GCF::ActivateContentObjectEvent Class Reference

Contains parameters that describe an content-object-activation event

#include <GCF3/Component>
.  

Public Member Functions

QObject * parent () const
 
QObject * child () const
 
QVariantMap parentInfo () const
 
QVariantMap childInfo () const
 

Member Function Documentation

QObject * GCF::ActivateContentObjectEvent::parent ( ) const
Returns
pointer to a QObject belonging to the component that received this event. The child() within this parent needs to be activated.
See Also
GCF::Component::activateContentObjectEvent()
QObject * GCF::ActivateContentObjectEvent::child ( ) const
Returns
pointer to a QObject that needs activation
See Also
GCF::Component::activateContentObjectEvent()
QVariantMap GCF::ActivateContentObjectEvent::parentInfo ( ) const
Returns
a key=value information map associated with parent() object
See Also
GCF::Component::activateContentObjectEvent()
QVariantMap GCF::ActivateContentObjectEvent::childInfo ( ) const
Returns
a key=value information map associated with child() object
See Also
GCF::Component::activateContentObjectEvent()