|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <backgroundchooser.h>
Public Types | |
| enum | { IDD = IDD_BACKGROUND_CHOOSER } |
Public Member Functions | |
| BackgroundChooser (int numBackgrounds) | |
| void | OnOK () |
| void | OnCancel () |
| int | GetChosenBackground () |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnClose () |
Protected Attributes | |
| int | m_numBackgrounds |
| int | m_chosenBackground |
Definition at line 13 of file backgroundchooser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 25 of file backgroundchooser.h.
| BackgroundChooser::BackgroundChooser | ( | int | numBackgrounds | ) |
Definition at line 18 of file backgroundchooser.cpp.
|
protectedvirtual |
Definition at line 29 of file backgroundchooser.cpp.
| int BackgroundChooser::GetChosenBackground | ( | ) |
Definition at line 84 of file backgroundchooser.cpp.
| void BackgroundChooser::OnCancel | ( | ) |
Definition at line 72 of file backgroundchooser.cpp.
|
protected |
Definition at line 79 of file backgroundchooser.cpp.
|
protectedvirtual |
Definition at line 45 of file backgroundchooser.cpp.
| void BackgroundChooser::OnOK | ( | ) |
Definition at line 63 of file backgroundchooser.cpp.
|
protected |
Definition at line 39 of file backgroundchooser.h.
|
protected |
Definition at line 38 of file backgroundchooser.h.