![]() |
hivemind 1.0.0
|
#include <keyframe_list.h>
Public Slots | |
void | Update () |
void | DeleteSelected () |
Public Member Functions | |
KeyframeList (QWidget *parent=nullptr) | |
Private Attributes | |
QVBoxLayout * | m_Layout |
Definition at line 9 of file keyframe_list.h.
Gui::KeyframeList::KeyframeList | ( | QWidget * | parent = nullptr | ) |
Definition at line 11 of file keyframe_list.cpp.
References Update().
|
slot |
Definition at line 40 of file keyframe_list.cpp.
References KeyframeManagement::KeyframeManager::Instance(), KeyframeManagement::KeyframeManager::RemoveKeyframe(), and Update().
|
slot |
Definition at line 19 of file keyframe_list.cpp.
References KeyframeManagement::KeyframeManager::GetKeyframes(), and KeyframeManagement::KeyframeManager::Instance().
Referenced by DeleteSelected(), and KeyframeList().
|
private |
Definition at line 21 of file keyframe_list.h.