Radium Engine
1.5.20
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
z
Functions
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
i
m
s
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Macros
▼
Radium Engine
►
Radium Basics
►
Radium Concepts
►
Developer manual
►
Licenses
Todo List
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
►
Core
►
Engine
▼
Gui
►
AboutDialog
►
ParameterSetEditor
►
RadiumWindow
►
SelectionManager
►
SkeletonBasedAnimation
▼
Timeline
Configurations.hpp
HelpDialog.cpp
HelpDialog.hpp
Timeline.cpp
Timeline.hpp
TimelineFrameSelector.cpp
TimelineFrameSelector.hpp
TimelineScrollArea.cpp
TimelineScrollArea.hpp
TimelineSlider.cpp
TimelineSlider.hpp
TimelineTimeScale.cpp
TimelineTimeScale.hpp
►
TimerData
►
TransformEditor
►
TreeModel
►
Utils
►
Viewer
►
Widgets
BaseApplication.cpp
BaseApplication.hpp
MainWindowInterface.hpp
pch.hpp
RaGui.hpp
►
Headless
►
IO
►
PluginBase
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Configurations.hpp
1
#pragma once
2
// on ruler clicking, automove to nearest keyFrame or ruler scale
3
// if the distance with cursor is below this constant
4
#define TIMELINE_AUTO_SUGGEST_CURSOR_RADIUS 4
// unit : pixel
5
6
// zoom in/out speed factor (<wheelMouse> on ruler)
7
#define TIMELINE_ZOOM_SPEED 1.0
// unit : double (0.0 .. oo)
8
9
// slide ruler speed factor (<ctrl> + <wheelMouse> on ruler)
10
#define TIMELINE_SLIDE_SPEED 1.0
// unit : double (0.0 .. oo)
11
12
// todo : maybe set global static var
13
// frame per second to draw position of each frame in ruler
14
#define TIMELINE_FPS 60
src
Gui
Timeline
Configurations.hpp
Generated by
1.12.0