Kaydet (Commit) ab8f1757 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

add comments

üst 581b43d4
...@@ -69,8 +69,14 @@ public: ...@@ -69,8 +69,14 @@ public:
// @@@ copy ctor, but no copy assignment? @@@ // @@@ copy ctor, but no copy assignment? @@@
SdCustomShow( const SdCustomShow& rShow ); SdCustomShow( const SdCustomShow& rShow );
/** Provides a direct access to the collection of the SdPage objects. */
PageVec& PagesVector(); PageVec& PagesVector();
/**
* Replaces all occurences of pOldPage with pNewPage.
* If pNewPage is 0 then removes all occurences of pOldPage.
*/
void ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage ); void ReplacePage( const SdPage* pOldPage, const SdPage* pNewPage );
/** Removes all occurences of pPage. */
void RemovePage( const SdPage* pPage ); void RemovePage( const SdPage* pPage );
void SetName(const String& rName); void SetName(const String& rName);
......
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