hydrogen 1.2.6
SE_automationPathRemovePointAction Class Reference

#include <UndoActions.h>

Inheritance diagram for SE_automationPathRemovePointAction:

Public Member Functions

 SE_automationPathRemovePointAction (H2Core::AutomationPath *path, float x, float y)
 
virtual void redo ()
 
virtual void undo ()
 

Private Attributes

H2Core::AutomationPath__path
 
float __x
 
float __y
 

Detailed Description

Definition at line 1425 of file UndoActions.h.

Constructor & Destructor Documentation

◆ SE_automationPathRemovePointAction()

SE_automationPathRemovePointAction ( H2Core::AutomationPath * path,
float x,
float y )
inline

Definition at line 1428 of file UndoActions.h.

Member Function Documentation

◆ redo()

virtual void redo ( )
inlinevirtual

Definition at line 1436 of file UndoActions.h.

◆ undo()

virtual void undo ( )
inlinevirtual

Definition at line 1444 of file UndoActions.h.

Field Documentation

◆ __path

H2Core::AutomationPath* __path
private

Definition at line 1452 of file UndoActions.h.

◆ __x

float __x
private

Definition at line 1453 of file UndoActions.h.

◆ __y

float __y
private

Definition at line 1454 of file UndoActions.h.