Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
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
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
TimelineTimeScale.hpp
1
#pragma once
2
#include <QFrame>
3
#include <QObject>
4
5
namespace
Ra::Gui {
6
class
TimelineScrollArea;
7
}
8
9
namespace
Ra::Gui {
10
15
class
TimelineTimeScale
:
public
QFrame
16
{
17
Q_OBJECT
18
public
:
19
explicit
TimelineTimeScale
( QWidget* parent =
nullptr
);
20
22
void
setScrollArea
(
TimelineScrollArea
* scrollArea );
23
24
protected
:
25
virtual
void
paintEvent( QPaintEvent* event )
override
;
26
27
private
:
29
TimelineScrollArea
* m_scrollArea {
nullptr
};
30
};
31
32
}
// namespace Ra::Gui
Ra::Gui::TimelineScrollArea
Definition:
TimelineScrollArea.hpp:16
Ra::Gui::TimelineTimeScale
Definition:
TimelineTimeScale.hpp:16
Ra::Gui::TimelineTimeScale::setScrollArea
void setScrollArea(TimelineScrollArea *scrollArea)
Set the TimelineScrollArea for which to display the scale.
Definition:
TimelineTimeScale.cpp:11
src
Gui
Timeline
TimelineTimeScale.hpp
Generated on Wed Apr 5 2023 15:07:31 for Radium Engine by
1.9.1