/* clang-format off */ /* clang-format on */ /* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* For documentation of the accessibility architecture, *seehttp://lxr.mozilla.org/seamonkey/source/accessible/accessible-docs.html
*/
/** *Getthenativeobject.Createitifneeded.
*/ #ifdefined(__OBJC__)
mozAccessible* GetNativeObject(); #else
id GetNativeObject(); #endif
private: /** *Ournativeobject.Privatebecauseitscreationisdonelazily. *Don'taccessitdirectly.Ever.UnlessyouareGetNativeObject()or *Shutdown()
*/ #ifdefined(__OBJC__) // if we are in Objective-C, we use the actual Obj-C class.
mozAccessible* mNativeObject; #else
id mNativeObject; #endif
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.