Public Member Functions | Protected Attributes

StatesSetMarkedCommand Class Reference

#include <commands.h>

List of all members.

Public Member Functions

 StatesSetMarkedCommand (QList< State * > states, bool marked, QUndoCommand *parent=0)
 ~StatesSetMarkedCommand ()
void redo ()
void undo ()

Protected Attributes

bool m_marked
QList< State * > m_states

Detailed Description

Definition at line 574 of file commands.h.


Constructor & Destructor Documentation

StatesSetMarkedCommand::StatesSetMarkedCommand ( QList< State * >  states,
bool  marked,
QUndoCommand *  parent = 0 
)

Definition at line 1425 of file commands.cpp.

StatesSetMarkedCommand::~StatesSetMarkedCommand (  ) 

Definition at line 1429 of file commands.cpp.


Member Function Documentation

void StatesSetMarkedCommand::redo (  ) 

Definition at line 1441 of file commands.cpp.

References m_marked, m_states, and State::setMarked().

Here is the call graph for this function:

void StatesSetMarkedCommand::undo (  ) 

Definition at line 1432 of file commands.cpp.

References m_marked, m_states, and State::setMarked().

Here is the call graph for this function:


Member Data Documentation

Definition at line 586 of file commands.h.

Referenced by redo(), and undo().

Definition at line 585 of file commands.h.

Referenced by redo(), and undo().


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