#include <device_choice.h>
Public Member Functions | |
DeviceChoice (int x, int y, int w, int h, const char *label) | |
std::string | getMAC () |
void | update (const std::vector< std::pair< std::string, std::string > > &list, const std::string &sel_mac) |
Definition at line 22 of file device_choice.h.
DeviceChoice::DeviceChoice | ( | int | x, |
int | y, | ||
int | w, | ||
int | h, | ||
const char * | label | ||
) |
Definition at line 14 of file device_choice.cc.
std::string DeviceChoice::getMAC | ( | ) |
Definition at line 20 of file device_choice.cc.
void DeviceChoice::update | ( | const std::vector< std::pair< std::string, std::string > > & | list, |
const std::string & | sel_mac | ||
) |
Definition at line 41 of file device_choice.cc.