void CommandModifyCustomColors::Cancel()
{
	ApplyImage(undoImage);
}
void CommandModifyCustomColors::Execute()
{
	ApplyImage(redoImage);
}
void CommandSetVisibilityArea::Cancel()
{
	ApplyImage(undoImage);
}
void CommandSetVisibilityArea::Execute()
{
	ApplyImage(redoImage);
}
void ActionSetVisibilityArea::Redo()
{
	ApplyImage(redoImage);
}
Ejemplo n.º 6
0
void IconDes::ApplyDraw(IconDraw& iw, dword flags)
{
	ApplyImage(iw, flags);
}