/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/** * We make these helper methods static so that other classes can query a * TouchBarInput's nativeIdentifier (e.g. nsTouchBarUpdater looking up a * popover in mappedLayoutItems).
*/
+ (NSTouchBarItemIdentifier)nativeIdentifierWithType:(NSString*)aType
withKey:(NSString*)aKey;
+ (NSTouchBarItemIdentifier)nativeIdentifierWithXPCOM:
(nsCOMPtr<nsITouchBarInput>)aInput;
// Non-JS scrubber implemention for the Share Scrubber, // since it is defined by an Apple API.
+ (NSTouchBarItemIdentifier)shareScrubberIdentifier;
// The search popover needs to show/hide depending on if the Urlbar is focused // when it is created. We keep track of its identifier to accommodate this // special handling.
+ (NSTouchBarItemIdentifier)searchPopoverIdentifier;
@end
#endif// nsTouchBarInput_h_
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
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 ist noch experimentell.