Difference between revisions of "Scripter Architecture"
From Scribus Wiki
(New page: This document describes how the Scripter (NG) is built.) |
|||
Line 1: | Line 1: | ||
+ | {{Scripting Index}} | ||
+ | |||
This document describes how the Scripter (NG) is built. | This document describes how the Scripter (NG) is built. | ||
+ | |||
+ | =Missing functions= | ||
+ | |||
+ | ==Functions which have not been ported yet== | ||
+ | |||
+ | ==Functions which have to be modified== | ||
+ | |||
+ | ===Selecting objects=== | ||
+ | |||
+ | * getSelectedObject(...): | ||
+ | ** it should return the groups as one single object | ||
+ | *selectionCount(...) | ||
+ | ** should count the groups as one single object | ||
+ | |||
+ | ===Getting object properties=== | ||
+ | |||
+ | * find a way to know if the object is in a group and if yes in which group it is | ||
+ | |||
+ | ==New functions== | ||
+ | |||
+ | * get |
Revision as of 21:06, 25 October 2009
This document describes how the Scripter (NG) is built.
Contents
Missing functions
Functions which have not been ported yet
Functions which have to be modified
Selecting objects
- getSelectedObject(...):
- it should return the groups as one single object
- selectionCount(...)
- should count the groups as one single object
Getting object properties
- find a way to know if the object is in a group and if yes in which group it is
New functions
- get