protected: // the OutputDevice to work on, set on construction and not to be changed
OutputDevice& mrOutputDevice;
// the vector of registered OverlayObjects
OverlayObjectVector maOverlayObjects;
// Stripe support. All striped OverlayObjects use these stripe // values. Changes change all those objects.
Color maStripeColorA; // defaults to COL_BLACK
Color maStripeColorB; // defaults to COL_WHITE
sal_uInt32 mnStripeLengthPixel; // defaults to 4L
// hold buffered the logic length of discrete vector (1.0, 0.0) and the // view transformation belonging to it. Update happens in getDiscreteOne()
basegfx::B2DHomMatrix maViewTransformation;
drawinglayer::geometry::ViewInformation2D maViewInformation2D; double mfDiscreteOne;
// return mfDiscreteOne to derivations, but also check for buffered local // ViewTransformation and evtl. correct mfDiscreteOne double getDiscreteOne() const;
// access to current ViewInformation2D; this call checks and evtl. updates ViewInformation2D
drawinglayer::geometry::ViewInformation2D const & getCurrentViewInformation2D() const;
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.