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

#include <floaterdialog.h>

Public Member Functions

 FloaterDialogClass (void)
 
 ~FloaterDialogClass ()
 
bool Is_Created (void)
 
void Create (Interface *ip, int child_dialog_id, DLGPROC child_dlg_proc)
 
bool Dialog_Proc (HWND hWnd, UINT message, WPARAM wParam, LPARAM)
 

Detailed Description

FloaterDialogClass This class is designed to be used by modeless dialog boxes. See w3dutil.cpp for an example of how to embed an arbitrary dialog template and dialog proc into a floating window.

Definition at line 53 of file floaterdialog.h.

Constructor & Destructor Documentation

◆ FloaterDialogClass()

FloaterDialogClass::FloaterDialogClass ( void )

Definition at line 89 of file floaterdialog.cpp.

◆ ~FloaterDialogClass()

FloaterDialogClass::~FloaterDialogClass ( void )

Definition at line 108 of file floaterdialog.cpp.

Member Function Documentation

◆ Create()

void FloaterDialogClass::Create ( Interface * ip,
int child_dialog_id,
DLGPROC child_dlg_proc )

Definition at line 148 of file floaterdialog.cpp.

◆ Dialog_Proc()

bool FloaterDialogClass::Dialog_Proc ( HWND hWnd,
UINT message,
WPARAM wParam,
LPARAM  )

Definition at line 194 of file floaterdialog.cpp.

◆ Is_Created()

bool FloaterDialogClass::Is_Created ( void )

Definition at line 128 of file floaterdialog.cpp.


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