hivemind 1.0.0
Loading...
Searching...
No Matches
keyframe_controls.h
Go to the documentation of this file.
1#pragma once
2
3#include "gui/keyframe_list.h"
4
5#include <QFrame>
6#include <QPushButton>
7
8namespace Gui
9{
10
11 class KeyframeControls : public QFrame
12 {
13 Q_OBJECT
14 public:
15 explicit KeyframeControls(QWidget* parent = nullptr);
16
17 signals:
19
20 private:
23
24 QGridLayout* m_Layout;
25 };
26
27} // namespace Gui
KeyframeList * m_KeyframeList
QPushButton * m_DeleteKeyframesButton
Definition: action.h:6