FlightGear next
LaunchConfig.cxx File Reference
#include "LaunchConfig.hxx"
#include <set>
#include <Main/options.hxx>
#include <simgear/misc/sg_path.hxx>
#include <QSettings>
#include <QDebug>
#include <QIODevice>
#include <QDataStream>
#include <QClipboard>
#include <QGuiApplication>

Go to the source code of this file.

Functions

static bool binaryReadFunc (QIODevice &device, QSettings::SettingsMap &map)
 
static bool binaryWriteFunc (QIODevice &device, const QSettings::SettingsMap &map)
 
static QString formatArgForClipboard (const LaunchConfig::Arg &a)
 

Variables

static bool static_enableDownloadDirUI = true
 
static QSettings::Format static_binaryFormat = QSettings::InvalidFormat
 

Function Documentation

◆ binaryReadFunc()

static bool binaryReadFunc ( QIODevice & device,
QSettings::SettingsMap & map )
static

Definition at line 18 of file LaunchConfig.cxx.

◆ binaryWriteFunc()

static bool binaryWriteFunc ( QIODevice & device,
const QSettings::SettingsMap & map )
static

Definition at line 33 of file LaunchConfig.cxx.

◆ formatArgForClipboard()

static QString formatArgForClipboard ( const LaunchConfig::Arg & a)
static

Definition at line 180 of file LaunchConfig.cxx.

Variable Documentation

◆ static_binaryFormat

QSettings::Format static_binaryFormat = QSettings::InvalidFormat
static

Definition at line 16 of file LaunchConfig.cxx.

◆ static_enableDownloadDirUI

bool static_enableDownloadDirUI = true
static

Definition at line 15 of file LaunchConfig.cxx.