UIConsoleEventHandler.h revision a433666237f54f3d0e41c1e5622e9d90169bf2a4
/** @file
*
* VBox frontends: Qt GUI ("VirtualBox"):
* UIConsoleEventHandler class declaration
*/
/*
* Copyright (C) 2010 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__
/* Local includes */
#include "COMDefs.h"
/* Local 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 sigUSBControllerChange();
void sigSharedFolderChange();
#ifdef RT_OS_DARWIN
void sigShowWindow();
#endif /* RT_OS_DARWIN */
static UIConsoleEventHandler *m_pInstance;
};
#endif /* !__UIConsoleEventHandler_h__ */