DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
Section_prop Class Reference
Inheritance diagram for Section_prop:
Section

List of all members.

Public Member Functions

 Section_prop (std::string const &_sectionname)
Prop_intAdd_int (std::string const &_propname, Property::Changeable::Value when, int _value=0)
Prop_stringAdd_string (std::string const &_propname, Property::Changeable::Value when, char const *const _value=NULL)
Prop_pathAdd_path (std::string const &_propname, Property::Changeable::Value when, char const *const _value=NULL)
Prop_boolAdd_bool (std::string const &_propname, Property::Changeable::Value when, bool _value=false)
Prop_hexAdd_hex (std::string const &_propname, Property::Changeable::Value when, Hex _value=0)
Prop_doubleAdd_double (std::string const &_propname, Property::Changeable::Value when, double _value=0.0)
Prop_multivalAdd_multi (std::string const &_propname, Property::Changeable::Value when, std::string const &sep)
Prop_multival_remainAdd_multiremain (std::string const &_propname, Property::Changeable::Value when, std::string const &sep)
PropertyGet_prop (int index)
PropertyGet_prop (std::string const &_propname)
int Get_int (std::string const &_propname) const
const char * Get_string (std::string const &_propname) const
bool Get_bool (std::string const &_propname) const
Hex Get_hex (std::string const &_propname) const
double Get_double (std::string const &_propname) const
Prop_pathGet_path (std::string const &_propname) const
Prop_multivalGet_multival (std::string const &_propname) const
Prop_multival_remainGet_multivalremain (std::string const &_propname) const
virtual bool HandleInputline (std::string const &gegevens)
virtual void PrintData (FILE *outfile, bool everything=false)
virtual std::string GetPropValue (std::string const &_property) const

Public Attributes

std::string data

Detailed Description

Definition at line 351 of file setup.h.


The documentation for this class was generated from the following files: