// ViewContact part
sdr::contact::ViewContact& GetViewContact() const;
// this method is called from the destructor of the referenced page. // do all necessary action to forget the page. It is not necessary to call // RemovePageUser(), that is done from the destructor. virtualvoid PageInDestruction(const SdrPage& rPage) override;
// member access to UsedPage
SdrPage& GetUsedPage() const { return maUsedPage; }
// member access to OwnerPage
SdrPage& GetOwnerPage() const { return maOwnerPage; }
// member access to VisibleLayers const SdrLayerIDSet& GetVisibleLayers() const { return maVisibleLayers; } void SetVisibleLayers(const SdrLayerIDSet& rNew);
const SdrPageProperties* getCorrectSdrPageProperties() const;
};
} // end of namespace sdr
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.