hivemind 1.0.0
Loading...
Searching...
No Matches
Gui::KeyframeList Class Reference

#include <keyframe_list.h>

Inheritance diagram for Gui::KeyframeList:
Inheritance graph
Collaboration diagram for Gui::KeyframeList:
Collaboration graph

Public Slots

void Update ()
 
void DeleteSelected ()
 

Public Member Functions

 KeyframeList (QWidget *parent=nullptr)
 

Private Attributes

QVBoxLayout * m_Layout
 

Detailed Description

Definition at line 9 of file keyframe_list.h.

Constructor & Destructor Documentation

◆ KeyframeList()

Gui::KeyframeList::KeyframeList ( QWidget *  parent = nullptr)

Definition at line 11 of file keyframe_list.cpp.

References Update().

Here is the call graph for this function:

Member Function Documentation

◆ DeleteSelected

void Gui::KeyframeList::DeleteSelected ( )
slot

Definition at line 40 of file keyframe_list.cpp.

References KeyframeManagement::KeyframeManager::Instance(), KeyframeManagement::KeyframeManager::RemoveKeyframe(), and Update().

Here is the call graph for this function:

◆ Update

void Gui::KeyframeList::Update ( )
slot

Definition at line 19 of file keyframe_list.cpp.

References KeyframeManagement::KeyframeManager::GetKeyframes(), and KeyframeManagement::KeyframeManager::Instance().

Referenced by DeleteSelected(), and KeyframeList().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_Layout

QVBoxLayout* Gui::KeyframeList::m_Layout
private

Definition at line 21 of file keyframe_list.h.


The documentation for this class was generated from the following files: