FS2_Open
Open source remastering of the Freespace 2 engine
fredBase::dlgFictionViewer Class Reference

Class dlgFictionViewer. More...

#include <wxfred_base.h>

Inheritance diagram for fredBase::dlgFictionViewer:
dlgFictionViewer

Public Member Functions

 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 Types

enum  { ID_dlgFictionViewerEditor = 1000, ID_btnCancel }
 

Protected Member Functions

virtual void OnClose (wxCloseEvent &event)
 

Protected Attributes

wxStaticText * lblStoryFile
 
wxFilePickerCtrl * fpStoryFile
 
wxStaticText * lblFontFile
 
wxFilePickerCtrl * fpFontFile
 
wxStaticText * lblMusic
 
wxChoice * cbMusic
 
wxBitmapButton * btnPlayMusic
 
wxButton * btnOK
 
wxButton * btnCancel
 

Detailed Description

Class dlgFictionViewer.

Definition at line 1506 of file wxfred_base.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
ID_dlgFictionViewerEditor 
ID_btnCancel 

Definition at line 1516 of file wxfred_base.h.

Constructor & Destructor Documentation

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 
)

Definition at line 4496 of file wxfred_base.cpp.

dlgFictionViewer::~dlgFictionViewer ( )

Definition at line 4564 of file wxfred_base.cpp.

Member Function Documentation

virtual void fredBase::dlgFictionViewer::OnClose ( wxCloseEvent &  event)
inlineprotectedvirtual

Reimplemented in dlgFictionViewer.

Definition at line 1533 of file wxfred_base.h.

Member Data Documentation

wxButton* fredBase::dlgFictionViewer::btnCancel
protected

Definition at line 1530 of file wxfred_base.h.

wxButton* fredBase::dlgFictionViewer::btnOK
protected

Definition at line 1529 of file wxfred_base.h.

wxBitmapButton* fredBase::dlgFictionViewer::btnPlayMusic
protected

Definition at line 1528 of file wxfred_base.h.

wxChoice* fredBase::dlgFictionViewer::cbMusic
protected

Definition at line 1527 of file wxfred_base.h.

wxFilePickerCtrl* fredBase::dlgFictionViewer::fpFontFile
protected

Definition at line 1525 of file wxfred_base.h.

wxFilePickerCtrl* fredBase::dlgFictionViewer::fpStoryFile
protected

Definition at line 1523 of file wxfred_base.h.

wxStaticText* fredBase::dlgFictionViewer::lblFontFile
protected

Definition at line 1524 of file wxfred_base.h.

wxStaticText* fredBase::dlgFictionViewer::lblMusic
protected

Definition at line 1526 of file wxfred_base.h.

wxStaticText* fredBase::dlgFictionViewer::lblStoryFile
protected

Definition at line 1522 of file wxfred_base.h.


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