![]() |
Home |
The QtStateSetPropertyAction class provides a set property action for QObjects. More...
#include <QtStateSetPropertyAction>
Inherits QtStateAction.
The QtStateSetPropertyAction class provides a set property action for QObjects.
The QtStateSetPropertyAction class provides an action that sets a property of a QObject to a pre-defined value when a QtState is entered or exited. QtStateSetPropertyAction is part of The State Machine Framework.
Typically you don't construct QtStateSetPropertyAction objects directly, but rather call the QtState::setPropertyOnEntry() function or the QtState::setPropertyOnExit() function.
This property holds the name of the property set by this action.
Access functions:
This property holds the object for which this action sets a property.
Access functions:
This property holds the value set by this action.
Access functions:
Constructs a new QtStateSetPropertyAction object for the property named propertyName of the given target object, with the given value, and with the given parent.
Constructs a new QtStateSetPropertyAction object with the given parent.
Destroys this QtStateAbstractSetPropertyAction object.
Copyright © 2009 Nokia | Trademarks | Qt Solutions |