Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/
H A DfrmFRED2.cpp56 frmWaypointEditor_p(NULL), dlgMissionObjectivesEditor_p(NULL), dlgEventsEditor_p(NULL), in frmFRED2()
450 if( dlgEventsEditor_p == NULL ) in OnEditorsEvents()
452 dlgEventsEditor_p = new class dlgEventsEditor( this, ID_dlgEventsEditor ); in OnEditorsEvents()
455 dlgEventsEditor_p->Show(); in OnEditorsEvents()
456 dlgEventsEditor_p->SetFocus(); in OnEditorsEvents()
726 return ( dlgEventsEditor_p != NULL ) ? dlgEventsEditor_p->IsShown() : false; in ChildIsOpen()
809 dlgEventsEditor_p = NULL; in OnChildClosed()
H A DfrmFRED2.h248 dlgEventsEditor* dlgEventsEditor_p; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/
H A Dfrmfred2.cpp56 frmWaypointEditor_p(NULL), dlgMissionObjectivesEditor_p(NULL), dlgEventsEditor_p(NULL), in frmFRED2()
450 if( dlgEventsEditor_p == NULL ) in OnEditorsEvents()
452 dlgEventsEditor_p = new class dlgEventsEditor( this, ID_dlgEventsEditor ); in OnEditorsEvents()
455 dlgEventsEditor_p->Show(); in OnEditorsEvents()
456 dlgEventsEditor_p->SetFocus(); in OnEditorsEvents()
726 return ( dlgEventsEditor_p != NULL ) ? dlgEventsEditor_p->IsShown() : false; in ChildIsOpen()
809 dlgEventsEditor_p = NULL; in OnChildClosed()
H A Dfrmfred2.h248 dlgEventsEditor* dlgEventsEditor_p; variable