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

#include <ShadowOptions.h>

Inherits CDialog.

Public Types

enum  { IDD = IDD_SHADOW_OPTIONS }
 

Public Member Functions

 ShadowOptions (CWnd *pParent=NULL)
 

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
 
void setShadowColor (void)
 
afx_msg void OnChangeAlphaEdit ()
 
afx_msg void OnChangeBaEdit ()
 
afx_msg void OnChangeGaEdit ()
 
afx_msg void OnChangeRaEdit ()
 
virtual BOOL OnInitDialog ()
 

Protected Attributes

Real m_red
 
Real m_green
 
Real m_blue
 
Real m_intensity
 

Detailed Description

Definition at line 31 of file ShadowOptions.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
IDD 

Definition at line 39 of file ShadowOptions.h.

Constructor & Destructor Documentation

◆ ShadowOptions()

ShadowOptions::ShadowOptions ( CWnd * pParent = NULL)

Definition at line 34 of file ShadowOptions.cpp.

Member Function Documentation

◆ DoDataExchange()

void ShadowOptions::DoDataExchange ( CDataExchange * pDX)
protectedvirtual

Definition at line 43 of file ShadowOptions.cpp.

◆ OnChangeAlphaEdit()

void ShadowOptions::OnChangeAlphaEdit ( )
protected

Definition at line 89 of file ShadowOptions.cpp.

◆ OnChangeBaEdit()

void ShadowOptions::OnChangeBaEdit ( )
protected

Definition at line 103 of file ShadowOptions.cpp.

◆ OnChangeGaEdit()

void ShadowOptions::OnChangeGaEdit ( )
protected

Definition at line 117 of file ShadowOptions.cpp.

◆ OnChangeRaEdit()

void ShadowOptions::OnChangeRaEdit ( )
protected

Definition at line 131 of file ShadowOptions.cpp.

◆ OnInitDialog()

BOOL ShadowOptions::OnInitDialog ( )
protectedvirtual

Definition at line 145 of file ShadowOptions.cpp.

◆ setShadowColor()

void ShadowOptions::setShadowColor ( void )
protected

Definition at line 64 of file ShadowOptions.cpp.

Member Data Documentation

◆ m_blue

Real ShadowOptions::m_blue
protected

Definition at line 55 of file ShadowOptions.h.

◆ m_green

Real ShadowOptions::m_green
protected

Definition at line 54 of file ShadowOptions.h.

◆ m_intensity

Real ShadowOptions::m_intensity
protected

Definition at line 56 of file ShadowOptions.h.

◆ m_red

Real ShadowOptions::m_red
protected

Definition at line 53 of file ShadowOptions.h.


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