UIWizardExportAppDefs.h revision dfd576109cb676448a2c4574150060aa3d8626ba
/** @file
*
* VBox frontends: Qt4 GUI ("VirtualBox"):
* UIWizardExportAppDefs class declaration
*/
/*
* Copyright (C) 2009-2012 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#ifndef __UIWizardExportAppDefs_h__
#define __UIWizardExportAppDefs_h__
/* Global includes: */
#include <QMetaType>
#include <QPointer>
/* Local includes: */
#include "UIApplianceExportEditorWidget.h"
/* Typedefs: */
enum StorageType { Filesystem, SunCloud, S3 };
Q_DECLARE_METATYPE(StorageType);
/* Typedefs: */
typedef QPointer<UIApplianceExportEditorWidget> ExportAppliancePointer;
Q_DECLARE_METATYPE(ExportAppliancePointer);
#endif /* __UIWizardExportAppDefs_h__ */