Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
template-other.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Various other pixel based templates.
4 *
5 * Authors:
6 * Martin Owens <doctormo@geek-2.com>
7 *
8 * Copyright (C) 2021 Authors
9 *
10 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
11 */
12
13#ifndef EXTENSION_INTERNAL_TEMPLATE_OTHER_H
14#define EXTENSION_INTERNAL_TEMPLATE_OTHER_H
15
17
19
21{
22public:
23 static void init();
24
25protected:
27};
28
29} // namespace Inkscape::Extension::Internal {
30
31#endif /* EXTENSION_INTERNAL_TEMPLATE_OTHER_H */
Two-dimensional point that doubles as a vector.
Definition point.h:66
Geom::Point get_template_size(Inkscape::Extension::Template *tmod) const override
Return the width and height of the new page, the default is a fixed orientation.