Home | History | Annotate | Download | only in include

Lines Matching refs:PVEngineCommand

77  * PVEngineCommand Class
79 * PVEngineCommand class is a data class to hold issued commands. The class is meant to be used inside the engine
82 class PVEngineCommand
86 * The constructor for PVEngineCommand which allows the data values to be set.
94 PVEngineCommand(int32 aCmdType, PVCommandId aCmdId, OsclAny* aContextData = NULL, OsclAny* aParam1 = NULL, OsclAny* aParam2 = NULL, OsclAny* aParam3 = NULL) :
98 * The copy constructor for PVEngineCommand. Used mainly for Oscl_Vector.
100 * @param aCmd The reference to the source PVEngineCommand to copy the data values from.
104 PVEngineCommand(const PVEngineCommand& aCmd)
233 * The constructor for PVEngineCommand which allows the data values to be set.