hydrogen 1.2.3
SE_automationPathMovePointAction Class Reference

#include <UndoActions.h>

Inheritance diagram for SE_automationPathMovePointAction:

Public Member Functions

 SE_automationPathMovePointAction (H2Core::AutomationPath *path, float ox, float oy, float tx, float ty)
 
virtual void redo ()
 
virtual void undo ()
 

Private Attributes

float __ox
 
float __oy
 
H2Core::AutomationPath__path
 
float __tx
 
float __ty
 

Detailed Description

Definition at line 1460 of file UndoActions.h.

Constructor & Destructor Documentation

◆ SE_automationPathMovePointAction()

SE_automationPathMovePointAction ( H2Core::AutomationPath * path,
float ox,
float oy,
float tx,
float ty )
inline

Definition at line 1463 of file UndoActions.h.

Member Function Documentation

◆ redo()

virtual void redo ( )
inlinevirtual

Definition at line 1473 of file UndoActions.h.

◆ undo()

virtual void undo ( )
inlinevirtual

Definition at line 1482 of file UndoActions.h.

Field Documentation

◆ __ox

float __ox
private

Definition at line 1492 of file UndoActions.h.

◆ __oy

float __oy
private

Definition at line 1493 of file UndoActions.h.

◆ __path

H2Core::AutomationPath* __path
private

Definition at line 1491 of file UndoActions.h.

◆ __tx

float __tx
private

Definition at line 1494 of file UndoActions.h.

◆ __ty

float __ty
private

Definition at line 1495 of file UndoActions.h.