Home
last modified time | relevance | path

Searched refs:LaunchConfig (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-robomaker/include/aws/robomaker/model/
H A DLaunchConfig.h34 class AWS_ROBOMAKER_API LaunchConfig
37 LaunchConfig();
38 LaunchConfig(Aws::Utils::Json::JsonView jsonValue);
39 LaunchConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
71 …inline LaunchConfig& WithPackageName(const Aws::String& value) { SetPackageName(value); return *th… in WithPackageName()
76 …inline LaunchConfig& WithPackageName(Aws::String&& value) { SetPackageName(std::move(value)); retu… in WithPackageName()
81 inline LaunchConfig& WithPackageName(const char* value) { SetPackageName(value); return *this;} in WithPackageName()
112 …inline LaunchConfig& WithLaunchFile(const Aws::String& value) { SetLaunchFile(value); return *this… in WithLaunchFile()
117 …inline LaunchConfig& WithLaunchFile(Aws::String&& value) { SetLaunchFile(std::move(value)); return… in WithLaunchFile()
122 inline LaunchConfig& WithLaunchFile(const char* value) { SetLaunchFile(value); return *this;} in WithLaunchFile()
[all …]
H A DRobotApplicationConfig.h130 inline const LaunchConfig& GetLaunchConfig() const{ return m_launchConfig; } in GetLaunchConfig()
140 …inline void SetLaunchConfig(const LaunchConfig& value) { m_launchConfigHasBeenSet = true; m_launch… in SetLaunchConfig()
145 …inline void SetLaunchConfig(LaunchConfig&& value) { m_launchConfigHasBeenSet = true; m_launchConfi… in SetLaunchConfig()
150 …inline RobotApplicationConfig& WithLaunchConfig(const LaunchConfig& value) { SetLaunchConfig(value… in WithLaunchConfig()
155 …inline RobotApplicationConfig& WithLaunchConfig(LaunchConfig&& value) { SetLaunchConfig(std::move(… in WithLaunchConfig()
309 LaunchConfig m_launchConfig;
H A DSimulationApplicationConfig.h131 inline const LaunchConfig& GetLaunchConfig() const{ return m_launchConfig; } in GetLaunchConfig()
141 …inline void SetLaunchConfig(const LaunchConfig& value) { m_launchConfigHasBeenSet = true; m_launch… in SetLaunchConfig()
146 …inline void SetLaunchConfig(LaunchConfig&& value) { m_launchConfigHasBeenSet = true; m_launchConfi… in SetLaunchConfig()
151 …inline SimulationApplicationConfig& WithLaunchConfig(const LaunchConfig& value) { SetLaunchConfig(… in WithLaunchConfig()
156 …inline SimulationApplicationConfig& WithLaunchConfig(LaunchConfig&& value) { SetLaunchConfig(std::… in WithLaunchConfig()
351 LaunchConfig m_launchConfig;
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DLaunchConfig.cxx45 LaunchConfig::LaunchConfig(QObject* parent) : in LaunchConfig() function in LaunchConfig
55 LaunchConfig::~LaunchConfig() in ~LaunchConfig()
60 void LaunchConfig::reset() in reset()
65 void LaunchConfig::applyToOptions() const in applyToOptions()
123 QString LaunchConfig::htmlForCommandLine() in htmlForCommandLine()
191 void LaunchConfig::copyCommandLine() in copyCommandLine()
220 bool LaunchConfig::saveConfigToINI() in saveConfigToINI()
232 bool LaunchConfig::loadConfigFromINI() in loadConfigFromINI()
243 bool LaunchConfig::saveConfigToFile(QString path) in saveConfigToFile()
290 QString LaunchConfig::defaultDownloadDir() const in defaultDownloadDir()
[all …]
H A DAddOnsController.hxx11 class LaunchConfig;
28 explicit AddOnsController(LauncherMainWindow *parent, LaunchConfig* config);
78 LaunchConfig* m_config = nullptr;
H A DLaunchConfig.hxx14 class LaunchConfig : public QObject class
40 LaunchConfig(QObject* parent = nullptr);
41 ~LaunchConfig();
H A DFlightPlanController.hxx15 class LaunchConfig;
74 LaunchConfig* config);
153 LaunchConfig* _config = nullptr;
H A DLauncherController.hxx42 class LaunchConfig;
165 LaunchConfig* config() const in config()
319 LaunchConfig* m_config = nullptr;
H A DLauncherMainWindow.hxx34 class LaunchConfig;
H A DFlightPlanController.cxx205 FlightPlanController::FlightPlanController(QObject *parent, LaunchConfig* config) in FlightPlanController()
209 connect(_config, &LaunchConfig::collect, this, &FlightPlanController::onCollectConfig); in FlightPlanController()
210 connect(_config, &LaunchConfig::save, this, &FlightPlanController::onSave); in FlightPlanController()
211 connect(_config, &LaunchConfig::restore, this, &FlightPlanController::onRestore); in FlightPlanController()
H A DLauncherController.cxx78 m_config = new LaunchConfig(this); in LauncherController()
79 connect(m_config, &LaunchConfig::collect, this, &LauncherController::collectAircraftArgs); in LauncherController()
80 connect(m_config, &LaunchConfig::save, this, &LauncherController::saveAircraft); in LauncherController()
81 connect(m_config, &LaunchConfig::restore, this, &LauncherController::restoreAircraft); in LauncherController()
172 …qmlRegisterUncreatableType<LaunchConfig>("FlightGear.Launcher", 1, 0, "LaunchConfig", "Singleton A… in initQML()
H A DLocationController.hxx89 void setLaunchConfig(LaunchConfig* config);
254 LaunchConfig* m_config = nullptr;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-robomaker/source/model/
H A DLaunchConfig.cpp21 LaunchConfig::LaunchConfig() : in LaunchConfig() function in Aws::RoboMaker::Model::LaunchConfig
32 LaunchConfig::LaunchConfig(JsonView jsonValue) : in LaunchConfig() function in Aws::RoboMaker::Model::LaunchConfig
44 LaunchConfig& LaunchConfig::operator =(JsonView jsonValue) in operator =()
97 JsonValue LaunchConfig::Jsonize() const in Jsonize()
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/robomaker/types/
H A Dtypes.go95 LaunchConfig *DeploymentLaunchConfig member
241 type LaunchConfig struct { struct
398 LaunchConfig *LaunchConfig member
513 LaunchConfig *LaunchConfig member
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/robomaker/types/
H A Dtypes.go95 LaunchConfig *DeploymentLaunchConfig member
241 type LaunchConfig struct { struct
398 LaunchConfig *LaunchConfig member
513 LaunchConfig *LaunchConfig member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/robomaker/types/
H A Dtypes.go95 LaunchConfig *DeploymentLaunchConfig member
241 type LaunchConfig struct { struct
398 LaunchConfig *LaunchConfig member
513 LaunchConfig *LaunchConfig member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/robomaker/types/
H A Dtypes.go95 LaunchConfig *DeploymentLaunchConfig member
241 type LaunchConfig struct { struct
398 LaunchConfig *LaunchConfig member
497 LaunchConfig *LaunchConfig member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/robomaker/types/
H A Dtypes.go95 LaunchConfig *DeploymentLaunchConfig member
241 type LaunchConfig struct { struct
398 LaunchConfig *LaunchConfig member
497 LaunchConfig *LaunchConfig member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/robomaker/types/
H A Dtypes.go95 LaunchConfig *DeploymentLaunchConfig member
241 type LaunchConfig struct { struct
398 LaunchConfig *LaunchConfig member
497 LaunchConfig *LaunchConfig member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/robomaker/types/
H A Dtypes.go95 LaunchConfig *DeploymentLaunchConfig member
241 type LaunchConfig struct { struct
398 LaunchConfig *LaunchConfig member
513 LaunchConfig *LaunchConfig member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/robomaker/types/
H A Dtypes.go106 LaunchConfig *DeploymentLaunchConfig member
280 type LaunchConfig struct { struct
455 LaunchConfig *LaunchConfig member
582 LaunchConfig *LaunchConfig member
/dports/x11/xlockmore/xlockmore-5.67/win32/
H A Dscrnsave.c98 static void LaunchConfig(void) in LaunchConfig() function
384 LaunchConfig(); in WinMain()
407 LaunchConfig(); in WinMain()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DSatMetaDataStore.hpp83 class LaunchConfig class in gpstk::SatMetaDataStore
104 using LaunchMap = std::map<SVNID, LaunchConfig>;
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/qml/
H A DSettingExtraArguments.qml87 _config.setProperty(tk.arg.substring(5), tk.value, LaunchConfig.ExtraArgs);
89 _config.setArg(tk.arg, tk.value, LaunchConfig.ExtraArgs);
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/robomaker/
H A Dapi.go5738 if s.LaunchConfig == nil {
5741 if s.LaunchConfig != nil {
5767 s.LaunchConfig = v
7198 type LaunchConfig struct { struct
7248 func (s *LaunchConfig) SetEnvironmentVariables(v map[string]*string) *LaunchConfig { argument
7254 func (s *LaunchConfig) SetLaunchFile(v string) *LaunchConfig { argument
7260 func (s *LaunchConfig) SetPackageName(v string) *LaunchConfig { argument
8502 if s.LaunchConfig == nil {
8505 if s.LaunchConfig != nil {
8531 s.LaunchConfig = v
[all …]

1234