diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-12 18:55:05 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-12 18:55:13 +0200 |
commit | 6bf0ea22d6198def6b59f45a93960842a3198bf9 (patch) | |
tree | e6af8f15d517fe0844ee640e66832228d89acbe0 /dbaccess | |
parent | 5ffdd7803d302f240e749750d92dc36fe23ae9a5 (diff) |
formatted a missed comment into doxygen style
This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a.
Change-Id: I33d995fd195b6f40644ce124de2578bde7a2c85c
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/inc/JoinTableView.hxx | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx index e55409502364..8c972407e05d 100644 --- a/dbaccess/source/ui/inc/JoinTableView.hxx +++ b/dbaccess/source/ui/inc/JoinTableView.hxx @@ -232,13 +232,18 @@ namespace dbaui /** @note can be used for special ui handling after d&d */ virtual void lookForUiActivities(); - /// called after moving/resizing TabWins - /// (the standard implementation just passes the new data to the Wins) + /** Hook that is called after moving/resizing TabWins + + The position is 'virtual': the container has a virtual area of + which only a part - changeable by scroll bar - is visible. + Therefore: ptOldPosition is always positive, even if it represents + a point with a negative physical ordinate above the visible area + + @note The standard implementation just passes the new data to the + Wins + */ virtual void TabWinMoved(OTableWindow* ptWhich, const Point& ptOldPosition); - // the position is 'virtual': the container has a virtual area - // of which only a part - changeable by scroll bar - is visible - // therefore: ptOldPosition is always positive, even if it represents - // a point with a negative physical ordinate above the visible area + virtual void TabWinSized(OTableWindow* ptWhich, const Point& ptOldPosition, const Size& szOldSize); void modified(); |