ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <history.h>
Public Member Functions | |
void | clear () |
Public Attributes | |
CRect | m_rcPart |
HBITMAP | m_hbmImage |
BOOL | m_bPartial |
void IMAGE_PART::clear | ( | ) |
Definition at line 15 of file history.cpp.
Referenced by ImageModel::ClearHistory(), and ImageModel::PushImageForUndo().
BOOL IMAGE_PART::m_bPartial |
Definition at line 17 of file history.h.
Referenced by clear(), ImageModel::PushImageForUndo(), and ImageModel::SwapPart().
HBITMAP IMAGE_PART::m_hbmImage |
Definition at line 16 of file history.h.
Referenced by clear(), ImageModel::PushImageForUndo(), and ImageModel::SwapPart().
CRect IMAGE_PART::m_rcPart |
Definition at line 15 of file history.h.
Referenced by clear(), ImageModel::PushImageForUndo(), and ImageModel::SwapPart().