|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <dlgfictionviewer.h>
Public Member Functions | |
| dlgFictionViewer (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::dlgFictionViewer | |
| dlgFictionViewer (wxWindow *parent, wxWindowID id=ID_dlgFictionViewerEditor, const wxString &title=wxT("Fiction Viewer"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
| ~dlgFictionViewer () | |
Protected Member Functions | |
| dlgFictionViewer (void) | |
| dlgFictionViewer (const dlgFictionViewer &T) | |
| void | OnClose (wxCloseEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::dlgFictionViewer | |
| enum | { ID_dlgFictionViewerEditor = 1000, ID_btnCancel } |
Protected Attributes inherited from fredBase::dlgFictionViewer | |
| wxStaticText * | lblStoryFile |
| wxFilePickerCtrl * | fpStoryFile |
| wxStaticText * | lblFontFile |
| wxFilePickerCtrl * | fpFontFile |
| wxStaticText * | lblMusic |
| wxChoice * | cbMusic |
| wxBitmapButton * | btnPlayMusic |
| wxButton * | btnOK |
| wxButton * | btnCancel |
Definition at line 15 of file dlgfictionviewer.h.
| dlgFictionViewer::dlgFictionViewer | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 18 of file dlgfictionviewer.cpp.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from fredBase::dlgFictionViewer.
Definition at line 24 of file dlgfictionviewer.cpp.