Olive
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
ui
timelinetools.h
Go to the documentation of this file.
1
/***
2
3
Olive - Non-Linear Video Editor
4
Copyright (C) 2019 Olive Team
5
6
This program is free software: you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation, either version 3 of the License, or
9
(at your option) any later version.
10
11
This program is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
GNU General Public License for more details.
15
16
You should have received a copy of the GNU General Public License
17
along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19
***/
20
21
#ifndef TIMELINETOOLS_H
22
#define TIMELINETOOLS_H
23
24
enum
TimelineTool
{
25
TIMELINE_TOOL_POINTER
,
26
TIMELINE_TOOL_EDIT
,
27
TIMELINE_TOOL_RAZOR
,
28
TIMELINE_TOOL_RIPPLE
,
29
TIMELINE_TOOL_ROLLING
,
30
TIMELINE_TOOL_SLIP
,
31
TIMELINE_TOOL_SLIDE
,
32
TIMELINE_TOOL_HAND
,
33
TIMELINE_TOOL_ZOOM
,
34
TIMELINE_TOOL_MENU
,
35
TIMELINE_TOOL_TRANSITION
,
36
TIMELINE_TOOL_COUNT
37
};
38
39
#endif // TIMELINETOOLS_H
TIMELINE_TOOL_MENU
Definition:
timelinetools.h:34
TIMELINE_TOOL_SLIP
Definition:
timelinetools.h:30
TIMELINE_TOOL_POINTER
Definition:
timelinetools.h:25
TIMELINE_TOOL_RAZOR
Definition:
timelinetools.h:27
TIMELINE_TOOL_ZOOM
Definition:
timelinetools.h:33
TimelineTool
TimelineTool
Definition:
timelinetools.h:24
TIMELINE_TOOL_SLIDE
Definition:
timelinetools.h:31
TIMELINE_TOOL_RIPPLE
Definition:
timelinetools.h:28
TIMELINE_TOOL_HAND
Definition:
timelinetools.h:32
TIMELINE_TOOL_ROLLING
Definition:
timelinetools.h:29
TIMELINE_TOOL_COUNT
Definition:
timelinetools.h:36
TIMELINE_TOOL_EDIT
Definition:
timelinetools.h:26
TIMELINE_TOOL_TRANSITION
Definition:
timelinetools.h:35
Generated by
1.8.5