OpenCPN Partial API docs
Loading...
Searching...
No Matches
timers.h
Go to the documentation of this file.
1/**************************************************************************
2 * Copyright (C) 2013 by David S. Register *
3 * *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
8 * *
9 * This program is distributed in the hope that it will be useful, *
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12 * GNU General Public License for more details. *
13 * *
14 * You should have received a copy of the GNU General Public License *
15 * along with this program; if not, see <https://www.gnu.org/licenses/>. *
16 **************************************************************************/
17
24#ifndef TIMERS_H_
25#define TIMERS_H_
26
27#define RESCALE_TIMER 1 // Not used
28#define PAN_TIMER 2
29#define CURTRACK_TIMER 3
30#define ROT_TIMER 4
31#define ROPOPUP_TIMER 5
32#define TCWININF_TIMER 6
33#define ROLLOVER_TIMER 7
34#define MOVEMENT_TIMER 8
35#define MOVEMENT_STOP_TIMER 9
36#define DBLCLICK_TIMER 10
37#define POPUP_TIMER 11
38#define MOUSEWHEEL_TIMER 12
39#define DEFERRED_FOCUS_TIMER 13
40#define ROUTEFINISH_TIMER 14
41#define MOVEMENT_VP_TIMER 15
42#define DRAG_INERTIA_TIMER 16
43#define JUMP_EASE_TIMER 17
44#define TCWIN_TIME_INDICATOR_TIMER 18
45#define MENU_TIMER 19
46#define TAP_TIMER 20
47#endif