/* -*- Mode: C++; tab-width: 2; 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/. */
/** * Returns the current filter list in the format used by Cocoa's NSSavePanel * and NSOpenPanel. * Returns nil if no filter currently apply.
*/
NSArray* GetFilterList();
// actual implementations of get/put dialogs using NSOpenPanel & NSSavePanel // aFile is an existing but unspecified file. These functions must specify it. // // will return |returnCancel| or |returnOK| as result.
ResultCode GetLocalFiles(bool inAllowMultiple, nsCOMArray<nsIFile>& outFiles);
ResultCode GetLocalFolder(nsIFile** outFile);
ResultCode PutLocalFile(nsIFile** outFile);
void SetDialogTitle(const nsString& inTitle, id aDialog);
NSString* PanelDefaultDirectory();
NSView* GetAccessoryView();
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.