FlightGear next
|
#include "PropertyUriHandler.hxx"
#include "SimpleDOM.hxx"
#include <Main/fg_props.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/strutils.hxx>
#include <vector>
#include <map>
#include <algorithm>
#include <cstring>
Go to the source code of this file.
Classes | |
class | flightgear::http::SortedChilds |
Namespaces | |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
namespace | flightgear::http |
Functions | |
static void | flightgear::http::ReplaceAll (std::string &str, const std::string &from, const std::string &to) |
static std::string | flightgear::http::htmlSpecialChars (const std::string &s) |
static const char * | flightgear::http::getPropertyTypeString (simgear::props::Type type) |
DOMElement * | flightgear::http::createHeader (const string &prefix, const string &propertyPath) |
static DOMNode * | flightgear::http::createLabeledRadioButton (const char *label, const std::string &name, bool checked) |
static DOMElement * | flightgear::http::renderPropertyValueElement (SGPropertyNode_ptr node) |
Variables | |
static const std::string | flightgear::http::specialChars [][2] |