From fbe76102e941b9f1edaf236788e42678f05fdf9a Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:08:06 +0200 Subject: 3.9 --- ui/SmallDialogs.h | 59 ------------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 ui/SmallDialogs.h (limited to 'ui/SmallDialogs.h') diff --git a/ui/SmallDialogs.h b/ui/SmallDialogs.h deleted file mode 100644 index acc69aa3..00000000 --- a/ui/SmallDialogs.h +++ /dev/null @@ -1,59 +0,0 @@ -// ************************************************************************** -// * This file is part of the FreeFileSync project. It is distributed under * -// * GNU General Public License: http://www.gnu.org/licenses/gpl.html * -// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) * -// ************************************************************************** -// -#ifndef SMALLDIALOGS_H_INCLUDED -#define SMALLDIALOGS_H_INCLUDED - -#include "../fileHierarchy.h" -#include "../library/processXml.h" - -namespace FreeFileSync -{ -class SyncStatistics; - - -struct DefaultReturnCode -{ - enum Response - { - BUTTON_OKAY, - BUTTON_CANCEL - }; -}; - -void showAboutDialog(); - -void showHelpDialog(); - -DefaultReturnCode::Response showFilterDialog(bool isGlobalFilter, - Zstring& filterIncl, - Zstring& filterExcl); - -DefaultReturnCode::Response showDeleteDialog( - const std::vector& rowsOnLeft, - const std::vector& rowsOnRight, - bool& deleteOnBothSides, - bool& useRecycleBin, - int& totalDeleteCount); - -DefaultReturnCode::Response showCustomizeColsDlg(xmlAccess::ColumnAttributes& attr); - -DefaultReturnCode::Response showSyncPreviewDlg( - const wxString& variantName, - const SyncStatistics& statistics, - bool& dontShowAgain); - -DefaultReturnCode::Response showCompareCfgDialog( - const wxPoint& position, - CompareVariant& cmpVar, - SymLinkHandling& handleSymlinks); - -DefaultReturnCode::Response showGlobalSettingsDlg(xmlAccess::XmlGlobalSettings& globalSettings); -} - -#endif // SMALLDIALOGS_H_INCLUDED - - -- cgit