#include <widget.h>
Public Member Functions | |
| Location () | |
| ~Location () | |
| Location (float _xpct, float _ypct) | |
| float | GetXPercent () |
| float | GetYPercent () |
| void | SetXPercent (float new_xpct) |
| void | SetYPercent (float new_ypct) |
Private Attributes | |
| float | xpct |
| float | ypct |
Definition at line 19 of file widget.h.
|
|
Definition at line 27 of file widget.cpp. |
|
|
Definition at line 33 of file widget.cpp. |
|
||||||||||||
|
|
|
|
|
|
Definition at line 32 of file widget.h. References xpct. |
|
|
Definition at line 33 of file widget.h. References ypct. |
|
|
Definition at line 22 of file widget.h. Referenced by GetXPercent(), Location(), and SetXPercent(). |
|
|
Definition at line 22 of file widget.h. Referenced by GetYPercent(), Location(), and SetYPercent(). |
1.4.6