Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A Dcoordinateswindow.cpp132 coordTypeChoice = NULL; in Create()
264coordTypeChoice = new wxChoice( itemPanel21, ID_COORDCHOICE1, wxDefaultPosition, wxDefaultSize, co… in CreateControls()
266 coordTypeChoice->SetToolTip(_("Changes the displayed coordinate type.")); in CreateControls()
267 itemBoxSizer23->Add(coordTypeChoice, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5); in CreateControls()
316 coordTypeChoice->SetSelection(CoordType); in UpdateControls()
611 int temp = coordTypeChoice->GetSelection(); in OnCoordchoice1Selected()
H A Dcoordinateswindow.h204 wxChoice* coordTypeChoice; in find_flow_cost()
H A Dinputbuilder.h606 wxUglyChoice* coordTypeChoice; variable
H A Dinputbuilder.cpp218 coordTypeChoice = NULL; in Create()
767coordTypeChoice = new wxUglyChoice( itemPanel59, ID_COORD_CHOICE, wxDefaultPosition, wxDefaultSize… in CreateControls()
768 coordTypeChoice->SetStringSelection(_("Unique cartesian Coords.")); in CreateControls()
769 …itemFlexGridSizer64->Add(coordTypeChoice, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT|w… in CreateControls()
2012 coordTypeChoice->SetSelection(itemValue - 1); in SetupDataItems()
3021 TmpInputRec->Data->SetCoordType((CoordinateType)(coordTypeChoice->GetSelection() + 1)); in OnCoordChoiceSelected()