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

#include <propedit.h>

Inherits CDialog.

Public Types

enum  { IDD = IDD_PROPEDIT }
 

Public Member Functions

 PropEdit (AsciiString *key, Dict::DataType *type, AsciiString *value, Bool valueOnly, CWnd *parent=NULL)
 

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
 
void validate ()
 
afx_msg void OnChangeKeyname ()
 
afx_msg void OnEditchangeKeytype ()
 
afx_msg void OnCloseupKeytype ()
 
afx_msg void OnSelchangeKeytype ()
 
afx_msg void OnChangeValue ()
 
virtual BOOL OnInitDialog ()
 
afx_msg void OnPropbool ()
 

Protected Attributes

AsciiStringm_key
 
Dict::DataTypem_type
 
AsciiStringm_value
 
Bool m_valueOnly
 
int m_updating
 

Detailed Description

Definition at line 31 of file propedit.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
IDD 

Definition at line 39 of file propedit.h.

Constructor & Destructor Documentation

◆ PropEdit()

PropEdit::PropEdit ( AsciiString * key,
Dict::DataType * type,
AsciiString * value,
Bool valueOnly,
CWnd * parent = NULL )

Definition at line 31 of file propedit.cpp.

Member Function Documentation

◆ DoDataExchange()

void PropEdit::DoDataExchange ( CDataExchange * pDX)
protectedvirtual

Definition at line 40 of file propedit.cpp.

◆ OnChangeKeyname()

void PropEdit::OnChangeKeyname ( )
protected

Definition at line 127 of file propedit.cpp.

◆ OnChangeValue()

void PropEdit::OnChangeValue ( )
protected

Definition at line 147 of file propedit.cpp.

◆ OnCloseupKeytype()

void PropEdit::OnCloseupKeytype ( )
protected

Definition at line 137 of file propedit.cpp.

◆ OnEditchangeKeytype()

void PropEdit::OnEditchangeKeytype ( )
protected

Definition at line 132 of file propedit.cpp.

◆ OnInitDialog()

BOOL PropEdit::OnInitDialog ( )
protectedvirtual

Definition at line 153 of file propedit.cpp.

◆ OnPropbool()

void PropEdit::OnPropbool ( )
protected

Definition at line 173 of file propedit.cpp.

◆ OnSelchangeKeytype()

void PropEdit::OnSelchangeKeytype ( )
protected

Definition at line 142 of file propedit.cpp.

◆ validate()

void PropEdit::validate ( )
protected

Definition at line 60 of file propedit.cpp.

Member Data Documentation

◆ m_key

AsciiString* PropEdit::m_key
protected

Definition at line 53 of file propedit.h.

◆ m_type

Dict::DataType* PropEdit::m_type
protected

Definition at line 54 of file propedit.h.

◆ m_updating

int PropEdit::m_updating
protected

Definition at line 57 of file propedit.h.

◆ m_value

AsciiString* PropEdit::m_value
protected

Definition at line 55 of file propedit.h.

◆ m_valueOnly

Bool PropEdit::m_valueOnly
protected

Definition at line 56 of file propedit.h.


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