diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-31 18:58:58 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-31 20:15:02 -0400 |
commit | 1baad070d8c2a38581cf33d803c5043f1974647f (patch) | |
tree | 3df4867da4af376c5d63e405f30e6db406899242 /svx | |
parent | 4c2bcbf982f74c6e12885a0b3f0d845d9259c9a6 (diff) |
Add class description.
Change-Id: I400efc68f7fdcfcb3be56804c9491775341782ce
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/sdr/contact/viewcontactofsdrpage.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx index b708a8ff588e..5965dcd0505c 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx @@ -108,6 +108,13 @@ public: virtual ~ViewContactOfInnerPageBorder(); }; +/** + * This view contact corresponds with all SdrObject instances in a single + * SdrPage. Its GetObjectCount() returns the number of SdrObject instances + * in the SdrPage that it represents, and its GetViewContact() returns the + * view contact of the SdrObject instance associated with the identifier + * passed to the method. + */ class ViewContactOfPageHierarchy : public ViewContactOfPageSubObject { protected: |