/*
* $Id: AppController-FileInternal.h 198 2010-01-06 23:05:30Z stuart $
*
* SafariTabs
* http://stuconnolly.com/projects/safaritabs/
*
* Copyright (c) 2010 Stuart Connolly. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#import "AppController.h"
@interface AppController (FileInternal)
+ (void)_initializeNSUserDefaults;
+ (void)_initializeSQLiteDatabases;
+ (void)_initializeURLCache;
+ (void)_initializeWebIconDatabase;
+ (void)_registerForCustomURLSchemes;
+ (id)_settingsDirectoryPath;
- (BOOL)_OKToCloseBrowserWindowsForExplicitCloseAllCommand:(BOOL)arg1;
- (void)_cancelModalCloseAllConfirmation;
- (id)_closeAllMenuItem;
- (id)_closeCurrentTabMenuItem;
- (id)_closeInactiveTabsMenuItem;
- (id)_closeMenuItem;
- (void)_computeLastSessionStateIfNecessary;
- (BOOL)_confirmStealthMode;
- (void)_defaultsDidChange;
- (id)_editMenu;
- (void)_enableStealthMode;
- (id)_fileMenu;
- (void)_handleURLEvent:(id)arg1 withReplyEvent:(id)arg2;
- (void)_hideBookmarksMenu;
- (void)_insertShowHideTabBarMenuItem;
- (id)_lastSessionFile;
- (id)_lastSessionState;
- (void)_newWindowFromDock:(id)arg1;
- (BOOL)_openUntitledFileWhileLaunching:(BOOL)arg1;
- (void)_parentalControlsDidChange;
- (void)_performDelayedLaunchOperations;
- (void)_reopenWindows;
- (void)_savePendingData:(id)arg1;
- (void)_saveSessionNow;
- (void)_setKeyEquivalentForMenuItem:(id)arg1 toIncludeShiftKey:(BOOL)arg2;
- (void)_showBookmarksMenu;
- (void)_showHTMLResourceFile:(id)arg1;
- (void)_showResourceFileWithName:(id)arg1 extension:(id)arg2;
- (void)_startBonjourSearchIfNecessary;
- (void)_togglePrivateBrowsingSuppressingConfirmation:(BOOL)arg1;
- (void)_updateCloseKeyEquivalents;
- (void)_updateCreateWebClipMenuItem;
- (BOOL)_updateLastClosedWindowStateForWindow:(id)arg1;
- (void)_updateTextEncodingMenu;
- (BOOL)_userHasEmptyHomePage;
@end