Kaydet (Commit) 1baad070 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Add class description.

Change-Id: I400efc68f7fdcfcb3be56804c9491775341782ce
üst 4c2bcbf9
...@@ -108,6 +108,13 @@ public: ...@@ -108,6 +108,13 @@ public:
virtual ~ViewContactOfInnerPageBorder(); 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 class ViewContactOfPageHierarchy : public ViewContactOfPageSubObject
{ {
protected: protected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment