foobar2000 SDK  2015-01-14
Public Member Functions | Private Attributes
NoRedrawScope

#include <WTL-PP.h>

Public Member Functions

 NoRedrawScope (HWND p_wnd) throw ()
 
 ~NoRedrawScope () throw ()
 

Private Attributes

CWindow m_wnd
 

Detailed Description

Definition at line 5 of file WTL-PP.h.

Constructor & Destructor Documentation

NoRedrawScope::NoRedrawScope ( HWND  p_wnd)
throw (
)
inline

Definition at line 7 of file WTL-PP.h.

7  : m_wnd(p_wnd) {
8  m_wnd.SetRedraw(FALSE);
9  }
CWindow m_wnd
Definition: WTL-PP.h:14
NoRedrawScope::~NoRedrawScope ( )
throw (
)
inline

Definition at line 10 of file WTL-PP.h.

10  {
11  m_wnd.SetRedraw(TRUE);
12  }
CWindow m_wnd
Definition: WTL-PP.h:14

Field Documentation

CWindow NoRedrawScope::m_wnd
private

Definition at line 14 of file WTL-PP.h.


The documentation for this class was generated from the following file: