|
||
The State class |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Structure |
The State class is a sealed, abstract class that provides a host of properties, some read-only and some read-write, to access the current state of SilverScreen. It is a more convenient and intuitive method of acquiring or changing the data.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Members |
The following State properties provide read and write access to CV_ variables traditionally set with cv_set and obtained with cv_get. For an explanation of the CV_ property names, see the Control Variables topic.
The following State properties provide read-only access to CV_ variables traditionally obtained with cv_get, and unavailable to cv_set. For an explanation of the CV_ property names, see the Control Variables topic.
The following State properties provide read and write access to formatting choices:
The following State properties provide read-only access to miscellaneous state variables.
The following State properties provide read-only access to device-related information
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See Also |
Control Variables, cv_get, cv_set, SSVarTypes
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example |
The following code gets and sets different State variables:
|
|