UIConsoleEventHandler.h revision 4feb9880954f5fcb0c98feb110721798baccf992
0N/A * available from http://www.virtualbox.org. This file is free software;
0N/A#ifndef __UIConsoleEventHandler_h__
0N/A#define __UIConsoleEventHandler_h__
0N/A#include "COMEnums.h"
0N/A#include "CVirtualBoxErrorInfo.h"
0N/A#include "CEventListener.h"
0N/A#include "CMediumAttachment.h"
0N/A#include "CNetworkAdapter.h"
0N/A#include "CUSBDevice.h"
0N/A void sigMousePointerShapeChange(bool fVisible, bool fAlpha, QPoint hotCorner, QSize size, QVector<uint8_t> shape);
0N/A void sigMouseCapabilityChange(bool fSupportsAbsolute, bool fSupportsRelative, bool fNeedsHostCursor);
0N/A void sigAdditionsChange();
0N/A void sigVRDEChange();
0N/A void sigVideoCaptureChange();
0N/A void sigUSBControllerChange();
0N/A void sigSharedFolderChange();
0N/A#ifdef RT_OS_DARWIN
0N/A void sigShowWindow();
0N/A void sigCPUExecutionCapChange();