import "Accessibility_State.idl";
Public Member Functions | |
| boolean | contains (in StateType state) |
| Query a StateSet for a specific StateType. | |
| void | add (in StateType state) |
| Add a StateType to an existing StateSet, if not already present. | |
| void | remove (in StateType state) |
| Remove a StateType to an existing StateSet, if it is present. | |
| boolean | equals (in StateSet stateSet) |
| Compare two statesets for equivalence. | |
| StateSet | compare (in StateSet compareState) |
| Compare two StateSet instances and obtain their differences. | |
| boolean | isEmpty () |
It allows comparison of state information between object instances, and comparisons of an object's state with some hypothetical collection of states.
Definition at line 227 of file Accessibility_State.idl.
|
|
Query a StateSet for a specific StateType.
|
|
|
Add a StateType to an existing StateSet, if not already present.
|
|
|
Remove a StateType to an existing StateSet, if it is present.
|
|
|
Compare two statesets for equivalence.
|
|
|
Compare two StateSet instances and obtain their differences.
|
|
|
|
1.4.3