Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/
H A DfrmFRED2.cpp55 frmShipsEditor_p(NULL), frmWingEditor_p(NULL), dlgObjectEditor_p(NULL), in frmFRED2()
406 if( frmWingEditor_p == NULL ) in OnEditorsWings()
408 frmWingEditor_p = new class frmWingEditor( this, ID_frmWingEditor ); in OnEditorsWings()
411 frmWingEditor_p->Show(); in OnEditorsWings()
412 frmWingEditor_p->SetFocus(); in OnEditorsWings()
714 return ( frmWingEditor_p != NULL ) ? frmWingEditor_p->IsShown() : false; in ChildIsOpen()
793 frmWingEditor_p = NULL; in OnChildClosed()
H A DfrmFRED2.h244 frmWingEditor* frmWingEditor_p; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/
H A Dfrmfred2.cpp55 frmShipsEditor_p(NULL), frmWingEditor_p(NULL), dlgObjectEditor_p(NULL), in frmFRED2()
406 if( frmWingEditor_p == NULL ) in OnEditorsWings()
408 frmWingEditor_p = new class frmWingEditor( this, ID_frmWingEditor ); in OnEditorsWings()
411 frmWingEditor_p->Show(); in OnEditorsWings()
412 frmWingEditor_p->SetFocus(); in OnEditorsWings()
714 return ( frmWingEditor_p != NULL ) ? frmWingEditor_p->IsShown() : false; in ChildIsOpen()
793 frmWingEditor_p = NULL; in OnChildClosed()
H A Dfrmfred2.h244 frmWingEditor* frmWingEditor_p; variable