Lines Matching refs:object

101     /** allows to detect class ID of the object.
106 /** allows to get access to the component handled by the object.
111 /** allows to be notified when object changes the state.
116 /** allows to be notified about object related events.
121 /** allows to control lifetime of the object.
128 /** changes the state of the object to the requested one.
138 in case object is in invalid state
149 /** returns supported states for the object.
152 the sequence of states the object can be set to
155 means that the object is in loaded state now and can be switched
157 the object is not in loaded state any more
160 in case object is in invalid state
167 /** returns the current state of the object.
170 the current state of the object
173 in case object is in invalid state
179 /** lets object perform an action referenced by nVerbID.
189 the object is in wrong state to call the function
204 /** returns supported verbs for the object.
207 the sequence of verbs the object supports
210 means that the object is in loaded state now and can be switched
212 object is not in loaded state any more
215 the object is in wrong state to call the function
228 the object is in wrong state
240 the object is in wrong state
246 /** updates object's representations.
249 the object is in wrong state to call the function
259 /** specifies how often the object's representation should be updated.
266 the object is in wrong state
272 /** retrieves the status of the object.
275 the aspect specifying the form of object representation
278 the value specifying the status of the object for specified aspect
282 the object is in wrong state
288 /** provides object with the name of container document.