summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-04 20:36:54 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-05 10:07:55 +0200
commitad5e9ea1d303c36af0b98861cc6c4b22940a9362 (patch)
tree1fe00ccccc142aca050af75c05096daac109a471 /sw
parentd004a81afc6652d6cb8c13cef648c273527ef1ad (diff)
sw: added some class doxygen documentation
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/inc/edtwin.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/source/ui/inc/edtwin.hxx b/sw/source/ui/inc/edtwin.hxx
index 7c8c9727f85a..96b1f7f4e28b 100644
--- a/sw/source/ui/inc/edtwin.hxx
+++ b/sw/source/ui/inc/edtwin.hxx
@@ -60,6 +60,11 @@ class SdrDropMarkerOverlay;
Description: input window
--------------------------------------------------------------------*/
+/** Class for the header and footer separator control window.
+
+ This control is showing the header / footer style name and provides
+ a few useful actions to the user.
+ */
class SwHeaderFooterControl : public FloatingWindow
{
const rtl::OUString m_sText;
@@ -74,6 +79,13 @@ public:
typedef boost::shared_ptr< SwHeaderFooterControl > Pointer;
};
+/** Window class for the Writer edit area, this is the one handling mouse
+ and keyboard events and doing the final painting of the document from
+ the buffered layout.
+
+ To translate the pixel positions from the buffer OutputDevice to the real
+ pixel positions, use the PixelToLogic methods of this class.
+ */
class SwEditWin: public Window,
public DropTargetHelper, public DragSourceHelper
{