hydrogen 1.2.6
SE_fillRangePatternAction Class Reference

#include <UndoActions.h>

Inheritance diagram for SE_fillRangePatternAction:

Public Member Functions

 SE_fillRangePatternAction (FillRange *pRange, int nPattern)
 
virtual void redo ()
 
virtual void undo ()
 

Private Attributes

bool __bInsert
 
int __from
 
int __nPattern
 
FillRange__pRange
 
int __to
 

Detailed Description

Definition at line 282 of file UndoActions.h.

Constructor & Destructor Documentation

◆ SE_fillRangePatternAction()

SE_fillRangePatternAction ( FillRange * pRange,
int nPattern )
inline

Definition at line 285 of file UndoActions.h.

Member Function Documentation

◆ redo()

virtual void redo ( )
inlinevirtual

Definition at line 310 of file UndoActions.h.

◆ undo()

virtual void undo ( )
inlinevirtual

Definition at line 293 of file UndoActions.h.

Field Documentation

◆ __bInsert

bool __bInsert
private

Definition at line 323 of file UndoActions.h.

◆ __from

int __from
private

Definition at line 321 of file UndoActions.h.

◆ __nPattern

int __nPattern
private

Definition at line 324 of file UndoActions.h.

◆ __pRange

FillRange* __pRange
private

Definition at line 320 of file UndoActions.h.

◆ __to

int __to
private

Definition at line 322 of file UndoActions.h.