#include <FGD.h>
|
| | EntityWriter (FGDWriter &parent_) |
| EntityWriter & | keyValue (std::string_view name, std::string_view valueType, std::string_view displayName="", std::string_view valueDefault="", std::string_view description="", bool readOnly=false, bool report=false) |
| KeyValueChoicesWriter | beginKeyValueChoices (std::string_view name, std::string_view displayName="", std::string_view valueDefault="", std::string_view description="", bool readOnly=false, bool report=false) |
| KeyValueFlagsWriter | beginKeyValueFlags (std::string_view name, std::string_view displayName="", std::string_view description="", bool readOnly=false, bool report=false) |
| EntityWriter & | input (std::string_view name, std::string_view valueType, std::string_view description="") |
| EntityWriter & | output (std::string_view name, std::string_view valueType, std::string_view description="") |
| FGDWriter & | endEntity () const |
Definition at line 139 of file FGD.h.
◆ EntityWriter()
| FGDWriter::EntityWriter::EntityWriter |
( |
FGDWriter & | parent_ | ) |
|
|
explicit |
◆ beginKeyValueChoices()
| FGDWriter::EntityWriter::KeyValueChoicesWriter FGDWriter::EntityWriter::beginKeyValueChoices |
( |
std::string_view | name, |
|
|
std::string_view | displayName = "", |
|
|
std::string_view | valueDefault = "", |
|
|
std::string_view | description = "", |
|
|
bool | readOnly = false, |
|
|
bool | report = false ) |
◆ beginKeyValueFlags()
| FGDWriter::EntityWriter::KeyValueFlagsWriter FGDWriter::EntityWriter::beginKeyValueFlags |
( |
std::string_view | name, |
|
|
std::string_view | displayName = "", |
|
|
std::string_view | description = "", |
|
|
bool | readOnly = false, |
|
|
bool | report = false ) |
◆ endEntity()
| FGDWriter & FGDWriter::EntityWriter::endEntity |
( |
| ) |
const |
◆ input()
| FGDWriter::EntityWriter & FGDWriter::EntityWriter::input |
( |
std::string_view | name, |
|
|
std::string_view | valueType, |
|
|
std::string_view | description = "" ) |
◆ keyValue()
| FGDWriter::EntityWriter & FGDWriter::EntityWriter::keyValue |
( |
std::string_view | name, |
|
|
std::string_view | valueType, |
|
|
std::string_view | displayName = "", |
|
|
std::string_view | valueDefault = "", |
|
|
std::string_view | description = "", |
|
|
bool | readOnly = false, |
|
|
bool | report = false ) |
◆ output()
| FGDWriter::EntityWriter & FGDWriter::EntityWriter::output |
( |
std::string_view | name, |
|
|
std::string_view | valueType, |
|
|
std::string_view | description = "" ) |
The documentation for this class was generated from the following files: