|
Pol
Rev 533
|
#include <region.h>
Inheritance diagram for Region:
Collaboration diagram for Region:Public Member Functions | |
| BObjectImp * | get_region_string (const std::string &propname) |
| const std::string & | name () const |
| RegionId | regionid () const |
Protected Member Functions | |
| Region (ConfigElem &elem) | |
| virtual | ~Region () |
| void | read_custom_config (ConfigElem &elem) |
Protected Attributes | |
| std::string | name_ |
| PropertyList | proplist_ |
| RegionId | regionid_ |
Friends | |
| class | RegionGroupBase |
| Region::Region | ( | ConfigElem & | elem | ) | [explicit, protected] |
Definition at line 24 of file region.cpp.
| Region::~Region | ( | ) | [protected, virtual] |
Definition at line 29 of file region.cpp.
| BObjectImp * Region::get_region_string | ( | const std::string & | propname | ) |
Definition at line 38 of file region.cpp.
References PropertyList::getprop(), and proplist_.
Referenced by get_region_string().
Here is the call graph for this function:
Here is the caller graph for this function:| const std::string & Region::name | ( | ) | const [inline] |
| void Region::read_custom_config | ( | ConfigElem & | elem | ) | [protected] |
Definition at line 33 of file region.cpp.
References proplist_, and PropertyList::readRemainingPropertiesAsStrings().
Referenced by RegionGroupBase::create_bgnd_region(), and RegionGroupBase::read_region().
Here is the call graph for this function:
Here is the caller graph for this function:| RegionId Region::regionid | ( | ) | const [inline] |
Definition at line 55 of file region.h.
References regionid_.
Referenced by WeatherDef::assign_zones_to_region().
Here is the caller graph for this function:friend class RegionGroupBase [friend] |
std::string Region::name_ [protected] |
Definition at line 40 of file region.h.
Referenced by name(), and ResourceRegion::write().
PropertyList Region::proplist_ [protected] |
Definition at line 47 of file region.h.
Referenced by get_region_string(), and read_custom_config().
RegionId Region::regionid_ [protected] |
Definition at line 41 of file region.h.
Referenced by regionid().