Public Member Functions | |
DeviceList () | |
void | Populate (void) |
void | PopulateByType (DevType type) |
void | PopulateByScene (int sceneID) |
void | PopulateByGroup (int groupID) |
Public Attributes | |
list< Device > | devices |
DeviceList::DeviceList | ( | ) |
void DeviceList::Populate | ( | void | ) |
void DeviceList::PopulateByGroup | ( | int | groupID | ) |
void DeviceList::PopulateByScene | ( | int | sceneID | ) |
void DeviceList::PopulateByType | ( | DevType | type | ) |
list<Device> DeviceList::devices |