#include <sequenceaudiotrackview_guiactions.h>
Public Member Functions | |
| EditAudioSegmentPopup (std::string trackID, std::string segmentID, ImVec2 windowPos) | |
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 | mOpened = false |
| std::string | mSegmentID |
| ImVec2 | mWindowPos |
Public Attributes inherited from TrackAction | |
| std::string | mTrackID |
Public Attributes inherited from Action | |
| bool | mTakeSnapshot = true |
Action is being invoked when user is inside an Edit Audio Segment popup
| EditAudioSegmentPopup | ( | std::string | trackID, |
| std::string | segmentID, | ||
| ImVec2 | windowPos | ||
| ) |
Constructor
| trackID | the track id of the track that contains the segment being edited |
| segmentID | the segment id of the segment being edited |
| windowPos | the window position the popup needs to get |
| bool mOpened = false |
| std::string mSegmentID |
| ImVec2 mWindowPos |