aboutsummaryrefslogtreecommitdiff
path: root/dw/table.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-25 12:13:51 +0200
committerSebastian Geerken <devnull@localhost>2014-10-25 12:13:51 +0200
commitdcf6e00e9b790e0868d8863f140567eef5e540c1 (patch)
tree01b4fcdb5b0ddcdd98e90264869974aaa74da7ff /dw/table.hh
parent607814bdead6d72fb6825a5502e625a216114a1c (diff)
Applied interruption (as used for drawing) also to Widget::getWidgetAtPoint. (Still bugs\!)
Diffstat (limited to 'dw/table.hh')
-rw-r--r--dw/table.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh
index db546f2a..44abc42f 100644
--- a/dw/table.hh
+++ b/dw/table.hh
@@ -475,6 +475,11 @@ protected:
core::StackingIteratorStack *iteratorStack,
Widget **interruptedWidget, int majorLevel);
+ Widget *getWidgetAtPointLevel (int x, int y,
+ core::StackingIteratorStack *iteratorStack,
+ Widget **interruptedWidget, int majorLevel);
+ int getLastLevelIndex (int majorLevel, int minorLevel);
+
//bool buttonPressImpl (core::EventButton *event);
//bool buttonReleaseImpl (core::EventButton *event);
//bool motionNotifyImpl (core::EventMotion *event);