#include <FloorplanJS.hpp>
openstudio::FloorplanObject::FloorplanObject |
( |
const std::string & |
id, |
|
|
const std::string & |
name, |
|
|
const std::string & |
handleString |
|
) |
| |
openstudio::FloorplanObject::FloorplanObject |
( |
const std::string & |
id, |
|
|
const std::string & |
name, |
|
|
const UUID & |
handle |
|
) |
| |
boost::optional<bool> openstudio::FloorplanObject::getDataBool |
( |
const std::string & |
key | ) |
const |
boost::optional<double> openstudio::FloorplanObject::getDataDouble |
( |
const std::string & |
key | ) |
const |
boost::optional<int> openstudio::FloorplanObject::getDataInt |
( |
const std::string & |
key | ) |
const |
boost::optional<FloorplanObject> openstudio::FloorplanObject::getDataReference |
( |
const std::string & |
key | ) |
const |
boost::optional<std::string> openstudio::FloorplanObject::getDataString |
( |
const std::string & |
key | ) |
const |
UUID openstudio::FloorplanObject::handle |
( |
| ) |
const |
std::string openstudio::FloorplanObject::handleString |
( |
| ) |
const |
std::string openstudio::FloorplanObject::id |
( |
| ) |
const |
std::string openstudio::FloorplanObject::name |
( |
| ) |
const |
boost::optional<std::string> openstudio::FloorplanObject::parentHandleString |
( |
| ) |
const |
void openstudio::FloorplanObject::resetParentHandleString |
( |
| ) |
|
void openstudio::FloorplanObject::setDataBool |
( |
const std::string & |
key, |
|
|
bool |
value |
|
) |
| |
void openstudio::FloorplanObject::setDataDouble |
( |
const std::string & |
key, |
|
|
double |
value |
|
) |
| |
void openstudio::FloorplanObject::setDataInt |
( |
const std::string & |
key, |
|
|
int |
value |
|
) |
| |
void openstudio::FloorplanObject::setDataReference |
( |
const std::string & |
key, |
|
|
const FloorplanObject & |
value |
|
) |
| |
void openstudio::FloorplanObject::setDataString |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
void openstudio::FloorplanObject::setParentHandleString |
( |
const std::string & |
parentHandleString | ) |
|