/* -*- Mode: c++; tab-width: 2; indent-tabs-mode: nil; -*- */ /* 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/. */
/* * Runs the main native Cocoa run loop, interrupting it as needed to process * Gecko events.
*/
#ifndef nsAppShell_h_ #define nsAppShell_h_
#import <AppKit/NSApplication.h>
#include"nsBaseAppShell.h" #include"nsTArray.h"
class ProfilingStack;
namespace mozilla { class nsAvailableMemoryWatcherBase;
}
// GeckoNSApplication // // Subclass of NSApplication for filtering out certain events.
@interface GeckoNSApplication : NSApplication {
}
@property(readonly) BOOL didLaunch;
@end
@class AppShellDelegate;
class nsAppShell : public nsBaseAppShell { public:
NS_IMETHOD ResumeNative(void) override;
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.