50 #ifndef DEVICELAYOUT_H_
51 #define DEVICELAYOUT_H_
53 #include "IDeviceLayout.h"
72 initialize(0, 0, 0, 0);
76 initialize(x, y, w, h);
84 void initialize(
int x,
int y,
int w,
int h) {
92 void setDeviceLeft(
int left) {
100 void setDeviceTop(
int top) {
108 void setDeviceWidth(
int width) {
112 int getDeviceWidth() {
116 void setDeviceHeight(
int height) {
117 this->height = height;
120 int getDeviceHeight() {
127 map<string, IDeviceProperty*>* devices;
133 string getLayoutName();
134 void addDevice(
string name,
int x,
int y,
int width,
int height);
Definition: DeviceLayout.h:63
Definition: DeviceLayout.h:125
Definition: IDeviceLayout.h:61
Definition: IDeviceLayout.h:74