GCF LOGO VCL LOGO
GCF::DeactivateContentObjectEvent Class Reference

Contains parameters that describe an content-object-deactivation event

#include <GCF3/Component>
.  

Public Member Functions

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

Member Function Documentation

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