|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <FictionViewerDlg.h>
Public Types | |
| enum | { IDD = IDD_FICTION_VIEWER } |
Public Member Functions | |
| FictionViewerDlg (CWnd *pParent=NULL) | |
| int | query_modified () |
| void | OnOK () |
| void | OnCancel () |
Public Attributes | |
| CString | m_fiction_background_640 |
| CString | m_fiction_background_1024 |
| int | m_fiction_ui |
| CString | m_story_file |
| CString | m_font_file |
| CString | m_voice_file |
| int | m_fiction_music |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnClose () |
Definition at line 13 of file FictionViewerDlg.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 24 of file FictionViewerDlg.h.
| FictionViewerDlg::FictionViewerDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 19 of file FictionViewerDlg.cpp.
|
protectedvirtual |
Definition at line 31 of file FictionViewerDlg.cpp.
| void FictionViewerDlg::OnCancel | ( | ) |
Definition at line 110 of file FictionViewerDlg.cpp.
|
protected |
Definition at line 117 of file FictionViewerDlg.cpp.
|
protectedvirtual |
Definition at line 51 of file FictionViewerDlg.cpp.
| void FictionViewerDlg::OnOK | ( | ) |
Definition at line 90 of file FictionViewerDlg.cpp.
| int FictionViewerDlg::query_modified | ( | ) |
Definition at line 138 of file FictionViewerDlg.cpp.
| CString FictionViewerDlg::m_fiction_background_1024 |
Definition at line 26 of file FictionViewerDlg.h.
| CString FictionViewerDlg::m_fiction_background_640 |
Definition at line 25 of file FictionViewerDlg.h.
| int FictionViewerDlg::m_fiction_music |
Definition at line 31 of file FictionViewerDlg.h.
| int FictionViewerDlg::m_fiction_ui |
Definition at line 27 of file FictionViewerDlg.h.
| CString FictionViewerDlg::m_font_file |
Definition at line 29 of file FictionViewerDlg.h.
| CString FictionViewerDlg::m_story_file |
Definition at line 28 of file FictionViewerDlg.h.
| CString FictionViewerDlg::m_voice_file |
Definition at line 30 of file FictionViewerDlg.h.