Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

MsgVals.h

00001 /*****************************************************************************
00002  * MsgVals.h
00003  *****************************************************************************
00004  * Copyright (C) 2001 the VideoLAN team
00005  * $Id: MsgVals.h 11664 2005-07-09 06:17:09Z courmisch $
00006  *
00007  * Authors: Tony Castley <[email protected]>
00008  *          Stephan Aßmus <[email protected]>
00009  *
00010  * This program is free software you can redistribute it and/or modify
00011  * it under the terms of the GNU General Public License as published by
00012  * the Free Software Foundation either version 2 of the License, or
00013  * (at your option) any later version.
00014  *
00015  * This program is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018  * GNU General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU General Public License
00021  * along with this program if not, write to the Free Software
00022  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
00023  *****************************************************************************/
00024 
00025 #ifndef BEOS_MESSAGE_VALUES_H
00026 #define BEOS_MESSAGE_VALUES_H
00027 
00028 #define PLAYING       0
00029 #define PAUSED        1
00030 
00031 #define OPEN_FILE          'opfl'
00032 #define OPEN_DVD           'opdv'
00033 #define LOAD_SUBFILE       'losu'
00034 #define SUBFILE_RECEIVED   'sure'
00035 #define OPEN_PLAYLIST      'oppl'
00036 #define STOP_PLAYBACK      'stpl'
00037 #define START_PLAYBACK     'play'
00038 #define PAUSE_PLAYBACK     'papl'
00039 #define HEIGHTH_PLAY       'hhpl'
00040 #define QUARTER_PLAY       'qupl'
00041 #define HALF_PLAY          'hapl'
00042 #define NORMAL_PLAY        'nrpl'
00043 #define TWICE_PLAY         'twpl'
00044 #define FOUR_PLAY          'fopl'
00045 #define HEIGHT_PLAY        'hepl'
00046 #define SEEK_PLAYBACK      'seek'
00047 #define VOLUME_CHG         'voch'
00048 #define VOLUME_MUTE        'mute'
00049 #define SELECT_CHANNEL     'chan'
00050 #define SELECT_SUBTITLE    'subt'
00051 #define PREV_TITLE         'prti'
00052 #define NEXT_TITLE         'nxti'
00053 #define TOGGLE_TITLE       'tgti'
00054 #define PREV_CHAPTER       'prch'
00055 #define NEXT_CHAPTER       'nxch'
00056 #define TOGGLE_CHAPTER     'tgch'
00057 #define PREV_FILE          'prfl'
00058 #define NEXT_FILE          'nxfl'
00059 #define NAVIGATE_PREV      'navp'    // could be chapter, title or file
00060 #define NAVIGATE_NEXT      'navn'    // could be chapter, title or file
00061 #define OPEN_PREFERENCES   'pref'
00062 #define OPEN_MESSAGES      'mess'
00063 #define TOGGLE_ON_TOP      'ontp'
00064 #define SHOW_INTERFACE     'shin'
00065 #define TOGGLE_FULL_SCREEN 'tgfs'
00066 #define RESIZE_50          'rshl'
00067 #define RESIZE_100         'rsor'
00068 #define RESIZE_200         'rsdb'
00069 #define RESIZE_TRUE        'rstr'
00070 #define ASPECT_CORRECT     'asco'
00071 #define VERT_SYNC          'vsyn'
00072 #define WINDOW_FEEL        'wfel'
00073 #define SCREEN_SHOT        'scrn'
00074 #define MSG_UPDATE         'updt'
00075 #define MSG_SOUNDPLAY      'move'  // drag'n'drop from soundplay playlist
00076 #define INTERFACE_CREATED  'ifcr'  /* see VlcApplication::MessageReceived()
00077                                             * in src/misc/beos_specific.cpp */
00078 #define SHORTCUT           'shcu'
00079 
00080 #endif    // BEOS_MESSAGE_VALUES_H

Generated on Tue Dec 20 10:14:37 2005 for vlc-0.8.4a by  doxygen 1.4.2