diff options
author | Sebastian Geerken <devnull@localhost> | 2013-08-21 19:59:29 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-08-21 19:59:29 +0200 |
commit | 144b084e232baa087efc4e8ec716f1258accd2f9 (patch) | |
tree | a7d6dba25ee22e16d6c7257de445f6a09473520a /dw/layout.hh | |
parent | 8bb2325a0e8b84f177270e3e470bb6c7748a8780 (diff) |
Some tests.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index 46fc9ffe..730c35f1 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -211,6 +211,13 @@ private: void queueResize (); void removeWidget (); + /* For tests regarding the respective Widget methods. Accessed by + respective methods (enter..., leave..., ...Entered) defined in + Widget. */ + + int queueResizeCounter, sizeAllocateCounter, sizeRequestCounter, + getExtremesCounter; + public: Layout (Platform *platform); ~Layout (); |