Public Member Functions | Private Attributes

StateEditWithDelCommand Class Reference

#include <commands.h>

Collaboration diagram for StateEditWithDelCommand:

List of all members.

Public Member Functions

 StateEditWithDelCommand (Editor *editor, State *state_backup, State *state_new, QUndoCommand *parent=0)
 ~StateEditWithDelCommand ()
void copyExtendedParameters (State *s1, State *const s2)
void redo ()
void undo ()

Private Attributes

Editoreditor
Statestate_backup
Statestate_new
QList< Transition * > transitionList
bool wasUndo

Detailed Description

Definition at line 104 of file commands.h.


Constructor & Destructor Documentation

StateEditWithDelCommand::StateEditWithDelCommand ( Editor editor,
State state_backup,
State state_new,
QUndoCommand *  parent = 0 
)

Definition at line 224 of file commands.cpp.

References State::getTransitionList(), and transitionList.

Here is the call graph for this function:

StateEditWithDelCommand::~StateEditWithDelCommand (  ) 

Definition at line 231 of file commands.cpp.

References state_backup, state_new, and wasUndo.


Member Function Documentation

void StateEditWithDelCommand::copyExtendedParameters ( State s1,
State *const   s2 
)
void StateEditWithDelCommand::redo (  ) 
void StateEditWithDelCommand::undo (  ) 

Member Data Documentation

Definition at line 116 of file commands.h.

Referenced by redo(), and undo().

Definition at line 117 of file commands.h.

Referenced by redo(), undo(), and ~StateEditWithDelCommand().

Definition at line 117 of file commands.h.

Referenced by redo(), undo(), and ~StateEditWithDelCommand().

Definition at line 118 of file commands.h.

Referenced by redo(), StateEditWithDelCommand(), and undo().

Definition at line 120 of file commands.h.

Referenced by redo(), undo(), and ~StateEditWithDelCommand().


The documentation for this class was generated from the following files: