#include <sequenceeditorguiactions.h>
Public Member Functions | |
| TrackOptionsPopup (const std::string &trackID, ImVec2 pos) | |
Public Member Functions inherited from TrackAction | |
| TrackAction (std::string trackID) | |
Public Member Functions inherited from Action | |
| virtual | ~Action ()=default |
| template<typename T > | |
| bool | isAction () |
| template<typename T > | |
| T * | getDerived () |
Public Attributes | |
| bool | mPopupOpened = false |
| ImVec2 | mPos |
| float | mScrollY = 0.0f |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
Track Options Popup
| TrackOptionsPopup | ( | const std::string & | trackID, |
| ImVec2 | pos | ||
| ) |
| bool mPopupOpened = false |
| ImVec2 mPos |
| float mScrollY = 0.0f |