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.
QObject * GCF::ActivateContentObjectEvent::child | ( | ) | const |
- Returns
- pointer to a
QObject
that needs activation
QVariantMap GCF::ActivateContentObjectEvent::parentInfo | ( | ) | const |
- Returns
- a key=value information map associated with parent() object
QVariantMap GCF::ActivateContentObjectEvent::childInfo | ( | ) | const |
- Returns
- a key=value information map associated with child() object