Panda3D
Loading...
Searching...
No Matches
winStatsMenuId.h
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file winStatsMenuId.h
10 * @author drose
11 * @date 2004-01-11
12 */
13
14#ifndef WINSTATSMENUID_H
15#define WINSTATSMENUID_H
16
17#include "pandatoolbase.h"
18
19/**
20 * The enumerated values here are used for menu ID's for the various pulldown
21 * menus in the application.
22 */
24 MI_none,
25 MI_time_ms,
26 MI_time_hz,
27 MI_frame_rate_label,
28 MI_speed_1,
29 MI_speed_2,
30 MI_speed_3,
31 MI_speed_6,
32 MI_speed_12,
33 MI_pause,
34
35 // This one is last and represents the beginning of the range for the
36 // various "new chart" menu options.
37 MI_new_chart
38};
39
40#endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
WinStatsMenuId
The enumerated values here are used for menu ID's for the various pulldown menus in the application.