| Index: client/html/generated/src/wrapping/_SVGZoomEventWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_SVGZoomEventWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGZoomEventWrappingImplementation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..53a56f76ceba56a7d14edada2ac108eb159651c3
|
| --- /dev/null
|
| +++ b/client/html/generated/src/wrapping/_SVGZoomEventWrappingImplementation.dart
|
| @@ -0,0 +1,19 @@
|
| +// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +class SVGZoomEventWrappingImplementation extends UIEventWrappingImplementation implements SVGZoomEvent {
|
| + SVGZoomEventWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| +
|
| + num get newScale() { return _ptr.newScale; }
|
| +
|
| + SVGPoint get newTranslate() { return LevelDom.wrapSVGPoint(_ptr.newTranslate); }
|
| +
|
| + num get previousScale() { return _ptr.previousScale; }
|
| +
|
| + SVGPoint get previousTranslate() { return LevelDom.wrapSVGPoint(_ptr.previousTranslate); }
|
| +
|
| + SVGRect get zoomRectScreen() { return LevelDom.wrapSVGRect(_ptr.zoomRectScreen); }
|
| +}
|
|
|