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

#include <ExportAllDlg.h>

Public Types

enum  { IDD = IDD_EXPORT_ALL }
 

Public Member Functions

 ExportAllDlg (Interface *max_interface)
 
int DoModal (void)
 
BOOL CALLBACK DialogProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
 

Public Attributes

char m_Directory [_MAX_PATH]
 
BOOL m_Recursive
 
HWND m_hWnd
 
Interface * m_MaxInterface
 

Protected Member Functions

void OnInitDialog (void)
 
void OnBrowse (void)
 
BOOL OnOK (void)
 

Detailed Description

Definition at line 50 of file ExportAllDlg.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
IDD 

Definition at line 68 of file ExportAllDlg.h.

Constructor & Destructor Documentation

◆ ExportAllDlg()

ExportAllDlg::ExportAllDlg ( Interface * max_interface)

Definition at line 55 of file ExportAllDlg.cpp.

Member Function Documentation

◆ DialogProc()

BOOL CALLBACK ExportAllDlg::DialogProc ( HWND hWnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam )

Definition at line 98 of file ExportAllDlg.cpp.

◆ DoModal()

int ExportAllDlg::DoModal ( void )

Definition at line 68 of file ExportAllDlg.cpp.

◆ OnBrowse()

void ExportAllDlg::OnBrowse ( void )
protected

Definition at line 168 of file ExportAllDlg.cpp.

◆ OnInitDialog()

void ExportAllDlg::OnInitDialog ( void )
protected

Definition at line 154 of file ExportAllDlg.cpp.

◆ OnOK()

BOOL ExportAllDlg::OnOK ( void )
protected

Definition at line 195 of file ExportAllDlg.cpp.

Member Data Documentation

◆ m_Directory

char ExportAllDlg::m_Directory[_MAX_PATH]

Definition at line 64 of file ExportAllDlg.h.

◆ m_hWnd

HWND ExportAllDlg::m_hWnd

Definition at line 69 of file ExportAllDlg.h.

◆ m_MaxInterface

Interface* ExportAllDlg::m_MaxInterface

Definition at line 70 of file ExportAllDlg.h.

◆ m_Recursive

BOOL ExportAllDlg::m_Recursive

Definition at line 65 of file ExportAllDlg.h.


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