Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/
H A DfrmFRED2.cpp61 frmCampaignEditor_p(NULL), dlgMissionStats_p(NULL), dlgAboutBox_p(NULL), dlgSexpHelp_p(NULL) in frmFRED2()
696 if( dlgSexpHelp_p == NULL ) in OnHelpShowSexpHelp()
698 dlgSexpHelp_p = new class dlgSexpHelp( this, ID_dlgSexpHelp ); in OnHelpShowSexpHelp()
701 dlgSexpHelp_p->Show(); in OnHelpShowSexpHelp()
702 dlgSexpHelp_p->SetFocus(); in OnHelpShowSexpHelp()
774 return ( dlgSexpHelp_p != NULL ) ? dlgSexpHelp_p->IsShown() : false; in ChildIsOpen()
873 dlgSexpHelp_p = NULL; in OnChildClosed()
H A DfrmFRED2.h264 dlgSexpHelp* dlgSexpHelp_p; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/
H A Dfrmfred2.cpp61 frmCampaignEditor_p(NULL), dlgMissionStats_p(NULL), dlgAboutBox_p(NULL), dlgSexpHelp_p(NULL) in frmFRED2()
696 if( dlgSexpHelp_p == NULL ) in OnHelpShowSexpHelp()
698 dlgSexpHelp_p = new class dlgSexpHelp( this, ID_dlgSexpHelp ); in OnHelpShowSexpHelp()
701 dlgSexpHelp_p->Show(); in OnHelpShowSexpHelp()
702 dlgSexpHelp_p->SetFocus(); in OnHelpShowSexpHelp()
774 return ( dlgSexpHelp_p != NULL ) ? dlgSexpHelp_p->IsShown() : false; in ChildIsOpen()
873 dlgSexpHelp_p = NULL; in OnChildClosed()
H A Dfrmfred2.h264 dlgSexpHelp* dlgSexpHelp_p; variable