Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
PopupSlider Class Reference

#include <WBPopupSlider.h>

Inherits CWnd.

Public Member Functions

 PopupSlider ()
 
virtual BOOL Create (const RECT &rect, CWnd *pParentWnd)
 
virtual ~PopupSlider ()
 

Static Public Member Functions

static void New (CWnd *pParentWnd, long kind, PopupSliderOwner *pSliderOwner, long sliderID)
 

Protected Member Functions

virtual void PostNcDestroy ()
 
afx_msg void OnPaint ()
 
afx_msg void OnLButtonDown (UINT nFlags, CPoint point)
 
afx_msg void OnLButtonUp (UINT nFlags, CPoint point)
 
afx_msg void OnDestroy ()
 
afx_msg void OnMouseMove (UINT nFlags, CPoint point)
 
afx_msg void OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags)
 

Detailed Description

Definition at line 93 of file WBPopupSlider.h.

Constructor & Destructor Documentation

◆ PopupSlider()

PopupSlider::PopupSlider ( )

Definition at line 273 of file WBPopupSlider.cpp.

◆ ~PopupSlider()

PopupSlider::~PopupSlider ( )
virtual

Definition at line 287 of file WBPopupSlider.cpp.

Member Function Documentation

◆ Create()

BOOL PopupSlider::Create ( const RECT & rect,
CWnd * pParentWnd )
virtual

Definition at line 314 of file WBPopupSlider.cpp.

◆ New()

void PopupSlider::New ( CWnd * pParentWnd,
long kind,
PopupSliderOwner * pSliderOwner,
long sliderID )
static

Definition at line 220 of file WBPopupSlider.cpp.

◆ OnDestroy()

void PopupSlider::OnDestroy ( )
protected

Definition at line 528 of file WBPopupSlider.cpp.

◆ OnKeyDown()

void PopupSlider::OnKeyDown ( UINT nChar,
UINT nRepCnt,
UINT nFlags )
protected

Definition at line 586 of file WBPopupSlider.cpp.

◆ OnLButtonDown()

void PopupSlider::OnLButtonDown ( UINT nFlags,
CPoint point )
protected

Definition at line 449 of file WBPopupSlider.cpp.

◆ OnLButtonUp()

void PopupSlider::OnLButtonUp ( UINT nFlags,
CPoint point )
protected

Definition at line 502 of file WBPopupSlider.cpp.

◆ OnMouseMove()

void PopupSlider::OnMouseMove ( UINT nFlags,
CPoint point )
protected

Definition at line 537 of file WBPopupSlider.cpp.

◆ OnPaint()

void PopupSlider::OnPaint ( )
protected

Definition at line 409 of file WBPopupSlider.cpp.

◆ PostNcDestroy()

void PopupSlider::PostNcDestroy ( )
protectedvirtual

Definition at line 394 of file WBPopupSlider.cpp.


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