Fix UI restore when window is resized while in loading screen
[ryzomcore.git] / nelns / login_system / nel_launcher_windows_ext / BarWnd.h
blob474ec67676601269ae17a39050d4fa84d1b1dc08
1 #if !defined(AFX_BARWND_H__E1377B0D_4F0B_4F4C_8A65_FCB6D90EF963__INCLUDED_)
2 #define AFX_BARWND_H__E1377B0D_4F0B_4F4C_8A65_FCB6D90EF963__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // BarWnd.h : header file
8 //
10 /////////////////////////////////////////////////////////////////////////////
11 // CBarWnd window
13 class CBarWnd : public CWnd
15 // Construction
16 public:
17 CBarWnd();
19 // Attributes
20 public:
21 int m_iPos;
22 int m_iRange;
24 // Operations
25 public:
26 void SetRange(int iRange);
27 void UpdatePos(int iPos);
29 // Overrides
30 // ClassWizard generated virtual function overrides
31 //{{AFX_VIRTUAL(CBarWnd)
32 //}}AFX_VIRTUAL
34 // Implementation
35 public:
36 virtual ~CBarWnd();
38 // Generated message map functions
39 protected:
40 //{{AFX_MSG(CBarWnd)
41 afx_msg void OnPaint();
42 //}}AFX_MSG
43 DECLARE_MESSAGE_MAP()
46 /////////////////////////////////////////////////////////////////////////////
48 //{{AFX_INSERT_LOCATION}}
49 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51 #endif // !defined(AFX_BARWND_H__E1377B0D_4F0B_4F4C_8A65_FCB6D90EF963__INCLUDED_)