<p>Notethatthisclasscomplementsthe AccessibleShapeTreeInfointerfacewhichcontains informationthatispassedtoallshapesinasubtreenotjusttoa singleshape.</p>
*/ class SVX_DLLPUBLIC AccessibleShapeInfo
{ public: /** The shape itself for which an accessible object is to be constructed.
*/
css::uno::Reference<
css::drawing::XShape> mxShape;
/** The accessible parent object of the shape.
*/
css::uno::Reference<
css::accessibility::XAccessible> mxParent;
/** This object that may be realized by the same implementation as that ofthatof<member>mxParent</member>canbeusedtomodify parent/childrelationshipswiththeshapeasinitiator. NotethatNULLisavalidvalueforthismember.
*/
IAccessibleParent* mpChildrenManager;
/** Copy the given values into the members described above.
*/
AccessibleShapeInfo (
css::uno::Reference<
css::drawing::XShape> xShape,
css::uno::Reference<
css::accessibility::XAccessible> xParent,
IAccessibleParent* pChildrenManager);
/** Copy the given values into the members described above. TheaccessibleparentimplementationobjectissettoNULL.
*/
AccessibleShapeInfo (
css::uno::Reference<
css::drawing::XShape> xShape,
css::uno::Reference<
css::accessibility::XAccessible> xParent);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.