ReactOS 0.4.15-dev-8028-g8e799e2
IMAGE_PART Struct Reference

#include <history.h>

Collaboration diagram for IMAGE_PART:

Public Member Functions

void clear ()
 

Public Attributes

CRect m_rcPart
 
HBITMAP m_hbmImage
 
BOOL m_bPartial
 

Detailed Description

Definition at line 13 of file history.h.

Member Function Documentation

◆ clear()

void IMAGE_PART::clear ( )

Definition at line 15 of file history.cpp.

16{
21}
void SetRectEmpty() noexcept
Definition: atltypes.h:431
#define NULL
Definition: types.h:112
#define FALSE
Definition: types.h:117
pKey DeleteObject()
CRect m_rcPart
Definition: history.h:15
HBITMAP m_hbmImage
Definition: history.h:16
BOOL m_bPartial
Definition: history.h:17

Referenced by ImageModel::ClearHistory(), and ImageModel::PushImageForUndo().

Member Data Documentation

◆ m_bPartial

BOOL IMAGE_PART::m_bPartial

Definition at line 17 of file history.h.

Referenced by clear(), ImageModel::PushImageForUndo(), and ImageModel::SwapPart().

◆ m_hbmImage

HBITMAP IMAGE_PART::m_hbmImage

Definition at line 16 of file history.h.

Referenced by clear(), ImageModel::PushImageForUndo(), and ImageModel::SwapPart().

◆ m_rcPart

CRect IMAGE_PART::m_rcPart

Definition at line 15 of file history.h.

Referenced by clear(), ImageModel::PushImageForUndo(), and ImageModel::SwapPart().


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