UIGlobalSettingsExtension.h revision c7814cf6e1240a519cbec0441e033d0e2470ed00
/** @file
*
* VBox frontends: Qt4 GUI ("VirtualBox"):
* UIGlobalSettingsExtension class declaration
*/
/*
* Copyright (C) 2010-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;
* 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 __UIGlobalSettingsExtension_h__
#define __UIGlobalSettingsExtension_h__
/* Local includes */
#include "UISettingsPage.h"
#include "UIGlobalSettingsExtension.gen.h"
/* Global settings / Extension page / Cache Item: */
{
bool m_fIsUsable;
};
/* Global settings / Extension page / Cache: */
{
};
/* Global settings / Extension page: */
{
/* Constructor: */
static void doInstallation(QString const &strFilePath, QString const &strDigest, QWidget *pParent, QString *pstrExtPackName);
/* Load data to cache from corresponding external object(s),
* this task COULD be performed in other than GUI thread: */
/* Load data to corresponding widgets from cache,
* this task SHOULD be performed in GUI thread only: */
void getFromCache();
/* Save data from corresponding widgets to cache,
* this task SHOULD be performed in GUI thread only: */
void putToCache();
/* Save data from cache to corresponding external object(s),
* this task COULD be performed in other than GUI thread: */
/* Navigation stuff: */
/* Translation stuff: */
void retranslateUi();
/* Tree-widget slots: */
void sltInstallPackage();
void sltRemovePackage();
/* Prepare UISettingsCacheGlobalExtensionItem basing on CExtPack: */
/* Actions: */
/* Cache: */
};
#endif // __UIGlobalSettingsExtension_h__