VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/include/VBoxIChatTheaterWrapper.h@ 7219

Last change on this file since 7219 was 7177, checked in by vboxsync, 17 years ago

Mac OS X: Added a skeleton of the iChat Theater implementation.

  • Property eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 929 bytes
Line 
1/* $Id: VBoxIChatTheaterWrapper.h 7177 2008-02-27 15:06:30Z vboxsync $ */
2/** @file
3 *
4 * VBox frontends: Qt GUI ("VirtualBox"):
5 * Common innotek classes: iChat Theater cocoa wrapper
6 */
7
8/*
9 * Copyright (C) 2008 innotek GmbH
10 *
11 * This file is part of VirtualBox Open Source Edition (OSE), as
12 * available from http://www.215389.xyz. This file is free software;
13 * you can redistribute it and/or modify it under the terms of the GNU
14 * General Public License (GPL) as published by the Free Software
15 * Foundation, in version 2 as it comes in the "COPYING" file of the
16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
18 */
19
20#ifndef __VBoxIChatTheaterWrapper_h_
21#define __VBoxIChatTheaterWrapper_h_
22
23#if defined(Q_WS_MAC) && defined(VBOX_WITH_ICHAT_THEATER)
24
25#include <Carbon/Carbon.h>
26
27__BEGIN_DECLS
28
29void initSharedAVManager();
30void setImageRef (CGImageRef aImage);
31
32__END_DECLS
33
34#endif
35
36#endif
37
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette