Home
last modified time | relevance | path

Searched refs:dlgFictionViewer_p (Results 1 – 4 of 4) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/
H A DfrmFRED2.cpp59 frmDebriefingEditor_p(NULL), frmCommandBriefingEditor_p(NULL), dlgFictionViewer_p(NULL), in frmFRED2()
549 if( dlgFictionViewer_p == NULL ) in OnEditorsFictionViewer()
551 dlgFictionViewer_p = new class dlgFictionViewer( this, ID_dlgFictionViewer ); in OnEditorsFictionViewer()
554 dlgFictionViewer_p->Show(); in OnEditorsFictionViewer()
555 dlgFictionViewer_p->SetFocus(); in OnEditorsFictionViewer()
753 return ( dlgFictionViewer_p != NULL ) ? dlgFictionViewer_p->IsShown() : false; in ChildIsOpen()
845 dlgFictionViewer_p = NULL; in OnChildClosed()
H A DfrmFRED2.h257 dlgFictionViewer* dlgFictionViewer_p; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/
H A Dfrmfred2.cpp59 frmDebriefingEditor_p(NULL), frmCommandBriefingEditor_p(NULL), dlgFictionViewer_p(NULL), in frmFRED2()
549 if( dlgFictionViewer_p == NULL ) in OnEditorsFictionViewer()
551 dlgFictionViewer_p = new class dlgFictionViewer( this, ID_dlgFictionViewer ); in OnEditorsFictionViewer()
554 dlgFictionViewer_p->Show(); in OnEditorsFictionViewer()
555 dlgFictionViewer_p->SetFocus(); in OnEditorsFictionViewer()
753 return ( dlgFictionViewer_p != NULL ) ? dlgFictionViewer_p->IsShown() : false; in ChildIsOpen()
845 dlgFictionViewer_p = NULL; in OnChildClosed()
H A Dfrmfred2.h257 dlgFictionViewer* dlgFictionViewer_p; variable