Home
last modified time | relevance | path

Searched refs:setCallsign (Results 1 – 8 of 8) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DFlightPlanController.hxx24 Q_PROPERTY(QString callsign READ callsign WRITE setCallsign NOTIFY infoChanged)
126 void setCallsign(QString s);
H A DFlightPlanController.cxx420 void FlightPlanController::setCallsign(QString s) in setCallsign() function in FlightPlanController
426 _fp->setCallsign(stdS); in setCallsign()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DShipEditorDialogModel.h86 void setCallsign(const SCP_string&);
H A DShipEditorDialogModel.cpp858 void ShipEditorDialogModel::setCallsign(const SCP_string& m_callsign) { modify(_m_callsign, m_calls… in setCallsign() function in fso::fred::dialogs::ShipEditorDialogModel
/dports/games/flightgear/flightgear-2020.3.11/src/Navaids/
H A DFlightPlan.hxx366 void setCallsign(const std::string& callsign);
H A DFlightPlan.cxx2189 void FlightPlan::setCallsign(const std::string& callsign) in setCallsign() function in flightgear::FlightPlan
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/ui/dialogs/
H A DShipEditorDialog.cpp615 void ShipEditorDialog::callsignChanged(const QString& value) { _model->setCallsign(value.toStdStrin… in callsignChanged()
/dports/games/flightgear/flightgear-2020.3.11/src/Scripting/
H A DNasalFlightPlan.cxx936 fp->setCallsign(naStr_data(value)); in flightplanGhostSetMember()