Public Member Functions | Protected Attributes

EM::SetPrefColorEvent Class Reference

Inheritance diagram for EM::SetPrefColorEvent:
UndoEvent

List of all members.

Public Member Functions

 SetPrefColorEvent (const EM::ObjectID &, const Color &oldcol, const Color &newcol)
const char * getStandardDesc () const
bool unDo ()
bool reDo ()

Protected Attributes

const EM::ObjectID objectid_
const Color oldcolor_
const Color newcolor_

Constructor & Destructor Documentation

EM::SetPrefColorEvent::SetPrefColorEvent ( const EM::ObjectID ,
const Color oldcol,
const Color newcol 
)

Member Function Documentation

const char* EM::SetPrefColorEvent::getStandardDesc (  )  const [virtual]

Implements UndoEvent.

bool EM::SetPrefColorEvent::reDo (  )  [virtual]

Implements UndoEvent.

bool EM::SetPrefColorEvent::unDo (  )  [virtual]

Implements UndoEvent.


Member Data Documentation