FlightGear next
|
#include <GraphicsPresets.hxx>
Public Attributes | |
std::string | id |
std::string | name |
std::string | description |
int | orderNum |
string_list | devices |
SGPropertyNode_ptr | properties |
Definition at line 24 of file GraphicsPresets.hxx.
std::string flightgear::GraphicsPresets::GraphicsPresetInfo::description |
Definition at line 27 of file GraphicsPresets.hxx.
string_list flightgear::GraphicsPresets::GraphicsPresetInfo::devices |
Definition at line 29 of file GraphicsPresets.hxx.
std::string flightgear::GraphicsPresets::GraphicsPresetInfo::id |
Definition at line 25 of file GraphicsPresets.hxx.
std::string flightgear::GraphicsPresets::GraphicsPresetInfo::name |
Definition at line 26 of file GraphicsPresets.hxx.
int flightgear::GraphicsPresets::GraphicsPresetInfo::orderNum |
Definition at line 28 of file GraphicsPresets.hxx.
SGPropertyNode_ptr flightgear::GraphicsPresets::GraphicsPresetInfo::properties |
Definition at line 31 of file GraphicsPresets.hxx.