UIConsoleEventHandler.h revision c7814cf6e1240a519cbec0441e033d0e2470ed00
/** @file
*
* VBox frontends: Qt GUI ("VirtualBox"):
* UIConsoleEventHandler 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 __UIConsoleEventHandler_h__
#define __UIConsoleEventHandler_h__
/* COM includes: */
#include "COMEnums.h"
#include "CVirtualBoxErrorInfo.h"
#include "CEventListener.h"
#include "CMediumAttachment.h"
#include "CNetworkAdapter.h"
#include "CUSBDevice.h"
/* Forward declarations: */
{
static void destroy();
void sigMousePointerShapeChange(bool fVisible, bool fAlpha, QPoint hotCorner, QSize size, QVector<uint8_t> shape);
void sigMouseCapabilityChange(bool fSupportsAbsolute, bool fSupportsRelative, bool fNeedsHostCursor);
void sigAdditionsChange();
void sigVRDEChange();
void sigUSBControllerChange();
void sigSharedFolderChange();
#ifdef RT_OS_DARWIN
void sigShowWindow();
#endif /* RT_OS_DARWIN */
void sigCPUExecutionCapChange();
void sigGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo);
static UIConsoleEventHandler *m_pInstance;
};
#endif /* !__UIConsoleEventHandler_h__ */