/** This class represents non editable text fields. FromtheListBoxpassedtotheconstructor,alwaystheselecteditemistokentobemade accessiblebythisclass.Whentheselecteditemchangesthenalsothe exportedtextchanges.
*/ class VCLXAccessibleTextField final : public cppu::ImplInheritanceHelper<VCLXAccessibleTextComponent, css::accessibility::XAccessible>
{ public:
VCLXAccessibleTextField(ListBox* pListBox, const css::uno::Reference<css::accessibility::XAccessible>& _xParent);
/** With this method the text of the currently selected item is made availabletotheVCLXAccessibleTextComponentbaseclass.
*/
OUString implGetText() override;
/** We need to save the accessible parent to return it in getAccessibleParent(), becausethismethodofthebaseclassreturnsthewrongparent.
*/
css::uno::Reference< css::accessibility::XAccessible > m_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.