JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
CExToolBar Class Reference

#include <ExToolBar.h>

Inheritance diagram for CExToolBar:
Collaboration diagram for CExToolBar:

Public Member Functions

 CExToolBar (void)
 
virtual ~CExToolBar ()
 
BOOL LoadToolBar (UINT id)
 
afx_msg BOOL OnEraseBkgnd (CDC *pDC)
 

Public Attributes

UINT rsrcID
 

Detailed Description

Definition at line 21 of file ExToolBar.h.

Constructor & Destructor Documentation

◆ CExToolBar()

CExToolBar ( void )

ちらつき防止用

Definition at line 23 of file ExToolBar.cpp.

24{
25 //pFrame = pfrm;
26 rsrcID = 0;
27}

◆ ~CExToolBar()

~CExToolBar ( )
virtual

Definition at line 31 of file ExToolBar.cpp.

32{
33}

Member Function Documentation

◆ LoadToolBar()

BOOL LoadToolBar ( UINT id)

Definition at line 37 of file ExToolBar.cpp.

38{
39 rsrcID = id;
40
41 return CToolBar::LoadToolBar(id);
42}

References CExToolBar::rsrcID.

◆ OnEraseBkgnd()

BOOL OnEraseBkgnd ( CDC * pDC)

Definition at line 54 of file ExToolBar.cpp.

55{
56 // ちらつき防止
57 ::InvalidateRect(this->m_hWnd, NULL, FALSE);
58 ::UpdateWindow(this->m_hWnd);
59
60 return CToolBar::OnEraseBkgnd(pDC);
61}

Member Data Documentation

◆ rsrcID

UINT rsrcID

Definition at line 27 of file ExToolBar.h.

Referenced by CExToolBar::LoadToolBar().


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