Contents
Navigation
Home User Reference Other Resources


This class allows you to indicate that one of the movie should be based on the CPU speed; this is a relative ranking, ranging from (slowest) to (fastest).







The QTPlgAltCPUSpeed class constructors are called when you create a new instance of the class, while the ˜QTPlgAltCPUSpeed class destructor, is called automatically when the class is no more in use. Also, you can invoke the class destructor by setting the instance of the class to nil.

The class provides you with the following initializer methods:
()
This is the default constructor. The property is set to the default value of the constant
(speed as integer)
The property is set to the value specified by the speed parameter
(other as QTPlgAltCPUSpeed)
This is the copy constructor. The of the object to be copied will be used to initialize the new class instance

specifies the requested relative ranking of the CPU speed. You can use one of the constants defined by the class


the slowest CPU speed ranking
an intermediate value nearest to the slowest CPU speed ranking
an intermediate value of the CPU speed
an intermediate value nearest to the fastest CPU speed ranking
the fastest CPU speed ranking