~ubuntu-branches/ubuntu/utopic/vlc/utopic

« back to all changes in this revision

Viewing changes to modules/gui/macosx/intf.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-07-21 17:52:21 UTC
  • mfrom: (1.1.48) (3.5.44 sid)
  • Revision ID: package-import@ubuntu.com-20120721175221-53m5pclzo992kawy
Tags: 2.0.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * intf.h: MacOS X interface module
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2002-2012 VLC authors and VideoLAN
5
 
 * $Id: eff1f78046bc1334c7e90c1237a659e746a5205d $
 
5
 * $Id: 412d2edcd6239004a1147731b102142cd2450249 $
6
6
 *
7
7
 * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
8
8
 *          Christophe Massiot <massiot@via.ecp.fr>
175
175
- (NSString *)localizedString:(const char *)psz;
176
176
- (char *)delocalizeString:(NSString *)psz;
177
177
- (NSString *)wrapString: (NSString *)o_in_string toWidth: (int)i_width;
178
 
- (BOOL)hasDefinedShortcutKey:(NSEvent *)o_event;
 
178
- (BOOL)hasDefinedShortcutKey:(NSEvent *)o_event force:(BOOL)b_force;
179
179
- (NSString *)VLCKeyToString:(NSString *)theString;
180
180
- (unsigned int)VLCModifiersToCocoa:(NSString *)theString;
181
181
- (void)updateCurrentlyUsedHotkeys;
182
182
- (void)fullscreenChanged;
 
183
- (void)checkFullscreenChange:(NSNumber *)o_full;
183
184
- (void)PlaylistItemChanged;
184
185
- (void)playbackStatusUpdated;
185
186
- (void)sendDistributedNotificationWithUpdatedPlaybackStatus;