50 #ifndef IDEVICELAYOUT_H_
51 #define IDEVICELAYOUT_H_
64 virtual void setDeviceLeft(
int left)=0;
65 virtual int getDeviceLeft()=0;
66 virtual void setDeviceTop(
int top)=0;
67 virtual int getDeviceTop()=0;
68 virtual void setDeviceWidth(
int width)=0;
69 virtual int getDeviceWidth()=0;
70 virtual void setDeviceHeight(
int height)=0;
71 virtual int getDeviceHeight()=0;
77 virtual string getLayoutName()=0;
78 virtual void addDevice(
79 string name,
int x,
int y,
int width,
int height)=0;
Definition: IDeviceLayout.h:61
Definition: IDeviceLayout.h:74