17 void SetScrubberPosition(plUInt64 uiTick);
18 void SetScrubberPosition(
plTime time);
19 void ClearSelection();
24 void CpMovedEvent(plUInt32 uiIdx, plInt64 iTickX);
25 void CpDeletedEvent(plUInt32 uiIdx);
26 void InsertCpEvent(plInt64 iTickX,
const char* value);
28 void BeginCpChangesEvent(QString sName);
29 void EndCpChangesEvent();
31 void BeginOperationEvent(QString sName);
32 void EndOperationEvent(
bool bCommit);
35 void on_LinePosition_editingFinished();
36 void on_AddEventButton_clicked();
37 void on_InsertEventButton_clicked();
38 void onDeleteControlPoints();
39 void onDoubleClick(
double scenePosX,
double epsilon);
40 void onMoveControlPoints(
double x);
41 void onBeginOperation(QString name);
42 void onEndOperation(
bool commit);
44 void onContextMenu(QPoint pos, QPointF scenePos);
46 void onSelectionChanged();
49 void InsertCpAt(
double posX,
double epsilon);
50 void UpdateSpinBoxes();
51 void DetermineAvailableEvents();
52 void FillEventComboBox(
const char* szCurrent =
nullptr);
57 double m_fControlPointMove;
58 QPointF m_ContextMenuScenePos;