#include <commands.h>
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 |
Definition at line 574 of file commands.h.
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.
void StatesSetMarkedCommand::redo | ( | ) |
Definition at line 1441 of file commands.cpp.
References m_marked, m_states, and State::setMarked().
void StatesSetMarkedCommand::undo | ( | ) |
Definition at line 1432 of file commands.cpp.
References m_marked, m_states, and State::setMarked().
bool StatesSetMarkedCommand::m_marked [protected] |
Definition at line 586 of file commands.h.
QList<State*> StatesSetMarkedCommand::m_states [protected] |
Definition at line 585 of file commands.h.