/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- * * 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/. */ #ifndef NSFILEPICKERPROXY_H #define NSFILEPICKERPROXY_H
class nsIWidget; class nsIFile; class nsPIDOMWindowInner;
/** This class creates a proxy file picker to be used in content processes. The file picker just collects the initialization data and when Open() is called, remotes everything to the chrome process which in turn can show a platform specific file picker.
*/ class nsFilePickerProxy : public nsBaseFilePicker, public mozilla::dom::PFilePickerChild { public:
nsFilePickerProxy();
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.